Home
last modified time | relevance | path

Searched refs:throw (Results 251 – 275 of 278) sorted by relevance

1...<<1112

/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug68371.phpt54 throw new \Exception('KO');
/PHP-5.5/ext/spl/tests/
H A Diterator_047.phpt14 throw new Exception("State $state: $method()");
H A Dbug65328.phpt193 throw new \RuntimeException("Node uid is not unique in assigned node tree");
/PHP-5.5/ext/mysql/tests/
H A Dmysql_set_charset.phpt38 /* unicode mode should throw a warning */
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_invoke_basic.phpt16 throw new Exception("Called willThrow()");
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug36629.phpt8 throw new SoapFault("Server", "test1");
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug68371.phpt55 throw new \Exception('KO');
/PHP-5.5/ext/standard/tests/file/
H A Dbug38450_2.phpt11 throw new Exception("constructor");
/PHP-5.5/ext/filter/tests/
H A D029.phpt67 throw new Exception("test");
/PHP-5.5/ext/spl/internal/
H A Diteratoriterator.inc59throw new Exception("Classes that only implement Traversable can be wrapped only after converting …
H A Drecursivetreeiterator.inc63 throw new OutOfRangeException();
/PHP-5.5/ext/xsl/tests/
H A Dbug49634.phpt33 throw new Exception('Test exception.');
H A Dbug54446_with_ini.phpt84 #don't throw a warning if both ini and through-the-method have the same value
/PHP-5.5/Zend/tests/
H A Dzend2.php.txt170 throw new MyException("'This is an exception!'");
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_closure.phpt88 var_dump(array_walk($ar, function($v, $k) { if ($v == 2) throw new Exception; } ));
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar191 throw new LogicException('The text ' . $name . ' does not exist');
301 throw new LogicException('The code snippet ' . $name . ' does not exist');
323 throw new LogicException('The code snippet ' . $name . ' does not exist');
458 throw new gtMissingOptionsException('Command line options are required');
466 throw new gtUnknownOptionException('Unrecognised command line option ' . $argv[$i]);
471 throw new gtUnknownOptionException('Unknown option ' . $argv[$i]);
481throw new gtMissingArgumentException('Missing argument for command line option ' . $argv[$i]);
703 throw new gtUnknownSectionException('Unrecognised optional section');
/PHP-5.5/ext/gd/libgd/
H A DREADME13 a sandbox for them to throw sand at each other in. Any and all
/PHP-5.5/Zend/
H A Dzend_generators.c550 ZEND_METHOD(Generator, throw) in ZEND_METHOD() argument
727 ZEND_ME(Generator, throw, arginfo_generator_throw, ZEND_ACC_PUBLIC)
H A DZEND_CHANGES487 'throw' and 'try' will run without modifications.
523 throw new MyExceptionFoo('Hello');
553 $this->file = __FILE__; // of throw clause
554 $this->line = __LINE__; // of throw clause
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt124 // This is bogus code and bogus usage - OK to throw no errors!
H A Dmysqli_fetch_object.phpt98 I'm using the procedural interface, this should not throw an exception.
/PHP-5.5/ext/phar/
H A DTODO26 X always throw exceptions from the Phar object, and E_RECOVERABLE_ERROR from
/PHP-5.5/
H A DUPGRADING110 - mcrypt_ecb(), mcrypt_cbc(), mcrypt_cfb() and mcrypt_ofb() now throw
133 static equivalents) now don't throw away better than second
H A DEXTENSIONS9 much other than throw the odd patch in. See below.
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt33 * Failed filters do not throw an E_NOTICE any longer.

Completed in 42 milliseconds

1...<<1112