php Programming Glossary: vtest
PHP try-catch blocks: are they able to catch invalid arg types? http://stackoverflow.com/questions/1087365/php-try-catch-blocks-are-they-able-to-catch-invalid-arg-types Suppose I have the following obviously incorrect PHP try vtest '' print array_pop vtest catch Exception exx For it to work.. obviously incorrect PHP try vtest '' print array_pop vtest catch Exception exx For it to work with array_pop vtest should.. vtest catch Exception exx For it to work with array_pop vtest should obviously be an array not a string. Nevertheless when..
|