Home
last modified time | relevance | path

Searched refs:errstr (Results 1 – 25 of 150) sorted by path

123456

/php-src/Zend/tests/arg_unpack/
H A Dstring_keys.phpt6 set_error_handler(function($errno, $errstr) {
7 var_dump($errstr);
/php-src/Zend/tests/
H A Dbug30998.phpt7 function my_error($errno, $errstr, $errfile, $errline)
9 print "$errstr ($errno) in $errfile:$errline\n";
H A Dbug33802.phpt16 function errorHandler($errno, $errstr, $errfile, $errline) {
H A Dbug35017.phpt16 function errorHandler($errno, $errstr, $errfile, $errline) {
H A Dbug41209.phpt13 public static function errorHandler($errno, $errstr, $errfile, $errline)
15 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
H A Dbug45805.phpt7 public static function handleError($errno, $errstr, $errfile, $errline)
H A Dbug46106.phpt7 function foobar($errno, $errstr, $errfile, $errline) { }
H A Dbug46196.phpt13 function myErrorHandler($errno, $errstr, $errfile, $errline)
H A Dbug46241.phpt9 public function errorHandler1( $errno, $errstr )
11 echo "Caught on first level: '$errstr'\n";
15 public function errorHandler2( $errno, $errstr )
17 echo "Caught on second level: '$errstr'\n";
29 function errorHandler1( $errno, $errstr )
31 echo "Caught on first level: '$errstr'\n";
35 function errorHandler2( $errno, $errstr )
37 echo "Caught on second level: '$errstr'\n";
H A Dbug60909_1.phpt6 set_error_handler(function($errno, $errstr, $errfile, $errline){
7 echo "error($errstr)";
H A Dbug70689.phpt10 set_error_handler(function($errno, $errstr) {
11 throw new Exception($errstr);
H A Dbug76025.phpt6 function handleError($errno, $errstr, $errfile, $errline) {
H A Dclosure_031.phpt5 function foo($errno, $errstr, $errfile, $errline) {
6 echo "Warning: $errstr\n";
H A Dclosure_061.phpt78 set_error_handler(function($errno, $errstr) {
79 echo "$errstr\n\n";
H A Dframeless_undefined_var.phpt5 set_error_handler(function ($errno, $errstr) {
6 throw new Exception($errstr);
H A Dgh10695_7.phpt8 set_error_handler(function ($errno, $errstr) {
9 throw new \Exception($errstr);
/php-src/Zend/tests/bug67436/
H A Dbug67436.phpt16 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
17 var_dump($errstr);
/php-src/Zend/tests/in-de-crement/
H A Dincrement_diagnostic_change_type.phpt15 set_error_handler(function ($errno, $errstr) {
16 var_dump($errstr);
H A Dincrement_diagnostic_change_type_do_operator.phpt8 set_error_handler(function ($errno, $errstr) {
9 var_dump($errstr);
H A Doss-fuzz-61865_binop_declared_property_unset_error_handler.phpt7 function errorHandler($errno, $errstr) {
H A Doss-fuzz-61865_postdec_declared_property_unset_error_handler.phpt7 function errorHandler($errno, $errstr) {
H A Doss-fuzz-61865_postinc_declared_property_unset_error_handler.phpt7 function errorHandler($errno, $errstr) {
H A Doss-fuzz-61865_predec_declared_property_unset_error_handler.phpt7 function errorHandler($errno, $errstr) {
H A Doss-fuzz-61865_preinc_declared_property_unset_error_handler.phpt7 function errorHandler($errno, $errstr) {
H A Dunset_object_property_in_error_handler.phpt8 public function errorHandler($errno, $errstr) {
9 var_dump($errstr);

Completed in 29 milliseconds

123456