Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-7.0/Zend/tests/try/
H A Dtry_catch_finally_005.phpt31 throw new Exception("continue exception");
H A Dtry_catch_finally_007.phpt18 throw new Exception("exception");
/PHP-7.0/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt44 var $throw = 'throw';
124 echo $obj->throw, PHP_EOL;
205 throw
H A Dsemi_reserved_004.phpt44 static $throw = 'throw';
122 echo Obj::$throw, PHP_EOL;
202 throw
/PHP-7.0/sapi/cli/tests/
H A Dbug71005.phpt12 throw new Exception;
/PHP-7.0/ext/pcre/tests/
H A Dpreg_replace_callback2.phpt7 throw new Exception();
H A Dpreg_match_error4.phpt912 throw new \RuntimeException('Failed to execute regex: PREG_NO_ERROR', PREG_NO_ERROR);
914throw new \RuntimeException('Failed to execute regex: PREG_INTERNAL_ERROR', PREG_INTERNAL_ERROR);
916throw new \RuntimeException('Failed to execute regex: PREG_BACKTRACK_LIMIT_ERROR', PREG_BACKTRACK_…
918throw new \RuntimeException('Failed to execute regex: PREG_RECURSION_LIMIT_ERROR', PREG_RECURSION_…
920throw new \RuntimeException('Failed to execute regex: PREG_BAD_UTF8_ERROR', PREG_BAD_UTF8_ERROR);
922throw new \RuntimeException('Failed to execute regex: PREG_BAD_UTF8_OFFSET_ERROR', PREG_BAD_UTF8_O…
924throw new \RuntimeException('Failed to execute regex: PREG_JIT_STACKLIMIT_ERROR', PREG_JIT_STACKLI…
926 throw new \RuntimeException('Failed to execute regex: Unknown error');
/PHP-7.0/ext/spl/tests/
H A DrecursiveIteratorIterator_beginchildren_error.phpt14 throw new Exception;
H A Dspl_pq_top_error_corrupt.phpt13 throw new Exception('ignore me');
H A Dheap_top_variation_002.phpt11 throw new Exception('Corrupt heap');
H A Dspl_heap_count_basic.phpt18 throw new Exception('Cause count to fail');
H A DrecursiveIteratorIterator_endchildren_error.phpt14 throw new Exception;
/PHP-7.0/Zend/tests/
H A Dindirect_call_array_005.phpt2 Dynamic static call to instance method should throw.
H A Dindirect_call_string_003.phpt2 Dynamic static call to instance method should throw.
H A Dbug69212.phpt11 function do_throw() { throw new Exception; }
H A Dgc_030.phpt11 throw new Exception("foobar");
H A Dtemporary_cleaning_004.phpt9 throw new Exception();
H A Dbug60909_1.phpt8 throw new Exception("Foo");
H A Dbug30162.phpt9 throw new Exception;
/PHP-7.0/ext/com_dotnet/tests/
H A D27974.phpt24 throw $e;
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug73959.phpt2 Bug #73959 (lastInsertId fails to throw an exception)
H A Dbug70313.phpt2 PDO PgSQL Bug #70313 (PDO statement fails to throw exception)
/PHP-7.0/ext/xml/tests/
H A Dbug30266.phpt36 throw new Exception("ex");
/PHP-7.0/ext/pdo_sqlite/tests/
H A Dbug66033.phpt13 throw new Exception("Blah");
/PHP-7.0/ext/sqlite3/tests/
H A Dbug68760.phpt11 throw new \Exception("oops");

Completed in 30 milliseconds

1...<<1112131415