Home
last modified time | relevance | path

Searched refs:throw (Results 351 – 372 of 372) sorted by relevance

1...<<1112131415

/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug72294.phpt20 throw new RuntimeException( $errstr, $errno );
/PHP-7.0/ext/filter/tests/
H A D029.phpt67 throw new Exception("test");
/PHP-7.0/ext/xsl/tests/
H A Dbug49634.phpt33 throw new Exception('Test exception.');
/PHP-7.0/Zend/tests/
H A Dcompound_assign_failure.phpt23 set_error_handler(function($type, $msg) { throw new Exception($msg); });
H A Dzend2.php.txt170 throw new MyException("'This is an exception!'");
/PHP-7.0/ext/spl/internal/
H A Drecursivetreeiterator.inc63 throw new OutOfRangeException();
H A Diteratoriterator.inc59throw new Exception("Classes that only implement Traversable can be wrapped only after converting …
/PHP-7.0/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-7.0/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-7.0/
H A DUPGRADING62 will now throw a strict standards error regardless of whether parentheses
220 throw new Exception;
256 * Bitwise shifts by negative numbers will now throw an ArithmeticError:
298 throw new Exception("Invalid integer!");
328 * Some fatal errors and recoverable fatal errors now throw an Error instead.
341 * Constructors of internal classes will now always throw an exception on
392 for future use, but do not yet throw an error when used:
H A DEXTENSIONS9 much other than throw the odd patch in. See below.
H A DNEWS693 . Fixed bug #73959 (lastInsertId fails to throw an exception for wrong
1298 . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
1565 always throw a notice). (Bob)
2363 by negative offset throw exceptions. Compile-time evaluation of division
/PHP-7.0/ext/gd/libgd/
H A DREADME13 a sandbox for them to throw sand at each other in. Any and all
/PHP-7.0/ext/spl/tests/
H A Dbug65328.phpt193 throw new \RuntimeException("Node uid is not unique in assigned node tree");
/PHP-7.0/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-7.0/ext/phar/
H A DTODO26 X always throw exceptions from the Phar object, and E_RECOVERABLE_ERROR from
/PHP-7.0/Zend/
H A Dzend_generators.c907 ZEND_METHOD(Generator, throw) in ZEND_METHOD() argument
1113 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-7.0/ext/filter/docs/
H A Dfilter.txt33 * Failed filters do not throw an E_NOTICE any longer.
/PHP-7.0/ext/spl/
H A Dphp_spl.c895 ZEND_ARG_INFO(0, throw)
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt8641 throw out this complicated API.

Completed in 104 milliseconds

1...<<1112131415