Home
last modified time | relevance | path

Searched refs:throw (Results 126 – 150 of 613) sorted by relevance

12345678910>>...25

/PHP-8.3/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc23 throw new PEAR2_Pyrus_Developer_Creator_Exception(
27 throw new PEAR2_Pyrus_Developer_Creator_Exception(
72 throw new Exception(
140 throw new Exception(
H A Dcorrupt_tarmaker.php.inc23 throw new PEAR2_Pyrus_Developer_Creator_Exception(
27 throw new PEAR2_Pyrus_Developer_Creator_Exception(
79 throw new Exception(
148 throw new Exception(
H A Dmake.dangerous.tar.php.inc24 throw new PEAR2_Pyrus_Developer_Creator_Exception(
28 throw new PEAR2_Pyrus_Developer_Creator_Exception(
73 throw new Exception(
141 throw new Exception(
/PHP-8.3/Zend/tests/
H A Dtemporary_cleaning_008.phpt8 throw new Exception();
H A Dtemporary_cleaning_014.phpt7 set_error_handler(function() { throw new Exception; });
H A Dtemporary_cleaning_003.phpt7 throw new Exception();
H A Dgc_027.phpt8 throw new Exception();
H A Dexception_in_rope_end.phpt6 set_error_handler(function() { throw new Exception; });
H A Dexception_003.phpt6 throw new Exception(1);
H A Ddynamic_prop_deprecation.phpt20 // stdClass should not throw deprecation.
24 // Classes with #[AllowDynamicProperties] should not throw deprecation.
H A Dexception_handler_001.phpt15 throw new test();
H A Dthrow_reference.phpt8 throw $e;
H A Dbug48428.phpt6 function x() { throw new Exception("ERROR"); }
H A Derror_reporting01.phpt12 throw new Exception("test");
H A Dgh10695_6.phpt10 throw new \Exception('ob_start');
/PHP-8.3/ext/soap/tests/
H A Dserver018.phpt2 SOAP Server 18: user fault (through throw)
8 throw new SoapFault("MyFault","My fault string");
H A Dserver022.phpt2 SOAP Server 22: user fault (through throw of subclass)
15 throw new MyFault;
/PHP-8.3/ext/phar/tests/files/
H A Dpear2coverage.phar111 throw new Exception('Cannot open output - this should never happen');
498 throw new Exception('Can not find code path $codepath');
564 throw new Exception('Unable to process path' . $a);
757 throw new Exception('Can not find code path $codepath');
846 throw new Exception('Unable to process path' . $a);
946 throw new Exception('Both codepath and testpath must be set in ' .
1072 throw new Exception('Cannot retrieve line links for ' . $file .
1089 throw new Exception('Cannot retrieve test paths :' . $error);
1139 throw new Exception('Cannot retrieve file paths :' . $error);
1215 throw new Exception('Cannot retrieve path coverage for ' . $path .
[all …]
/PHP-8.3/ext/standard/tests/array/
H A Dbug76778.phpt9 throw new Exception;
/PHP-8.3/Zend/tests/match/
H A D024.phpt7 throw new Exception();
/PHP-8.3/Zend/tests/try/
H A Dbug72629.phpt10 throw new Exception;
/PHP-8.3/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc19 throw new Exception(
46 throw new Exception(
/PHP-8.3/Zend/tests/function_arguments/
H A Dsensitive_parameter_correctly_captures_original.phpt11 throw new Exception('Error');
33 throw new Exception('Error 2');
/PHP-8.3/ext/reflection/tests/
H A Dbug37816.phpt2 Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)
/PHP-8.3/ext/opcache/tests/
H A Dssa_bug_004.phpt8 set_error_handler(function() { throw new Exception; });

Completed in 82 milliseconds

12345678910>>...25