Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-7.0/ext/spl/tests/
H A Dpqueue_002.phpt7 throw new exception("foo");
H A Diterator_041.phpt15 throw new Exception("State $state: $method()");
H A Diterator_041b.phpt15 throw new Exception("State $state: $method()");
H A Diterator_047.phpt14 throw new Exception("State $state: $method()");
/PHP-7.0/Zend/tests/
H A Dbug71359.phpt14 throw new Exception('Unknown offset');
H A Dforeach_003.phpt17 throw new Exception($trap);
/PHP-7.0/Zend/tests/generators/
H A Dyield_from_multi_tree_exception.phpt10 throw new Exception();
/PHP-7.0/Zend/tests/grammar/
H A Dsemi_reserved_001.phpt44 function throw(){ echo __METHOD__, PHP_EOL; }
123 $obj->throw();
202 Obj::throw
H A Dsemi_reserved_002.phpt44 static function throw(){ echo __METHOD__, PHP_EOL; }
121 Obj::throw();
200 Obj::throw
H A Dsemi_reserved_005.phpt43 const THROW = 'throw';
197 throw
/PHP-7.0/ext/spl/examples/
H A Ddbareader.inc32 throw new exception('Could not open file ' . $file);
H A Ddbaarray.inc32 throw new exception("Databse could not be opened");
/PHP-7.0/ext/soap/tests/
H A Dtypemap010.phpt25 throw new SoapFault("Server", "Conversion Fault");
H A Dtypemap011.phpt30 throw new SoapFault("Client", "Conversion Error");
H A Dtypemap009.phpt28 throw new SoapFault("Server", "Conversion Failed");
/PHP-7.0/tests/classes/
H A D__call_006.phpt8 throw new Exception;
H A D__call_007.phpt8 throw new Exception;
/PHP-7.0/ext/pcre/tests/
H A Dpreg_replace_callback_array2.phpt23 throw new Exception($count);
/PHP-7.0/ext/spl/internal/
H A Drecursiveiteratoriterator.inc122 throw $e;
132throw new Exception(get_class($sub).'::getChildren() must return an object that implements Recursi…
H A Drecursivecachingiterator.inc66 throw $e;
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug68371.phpt54 throw new \Exception('KO');
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug68371.phpt55 throw new \Exception('KO');
/PHP-7.0/ext/reflection/tests/
H A DReflectionMethod_invoke_basic.phpt16 throw new Exception("Called willThrow()");
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug36629.phpt8 throw new SoapFault("Server", "test1");
/PHP-7.0/ext/standard/tests/file/
H A Dbug38450_2.phpt11 throw new Exception("constructor");

Completed in 32 milliseconds

1...<<1112131415