Searched refs:err_no (Results 151 – 158 of 158) sorted by relevance
1234567
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_multisort_variation3.phpt | 14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) { 17 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | fopen_variation4.phpt | 16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) { 19 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
/PHP-5.5/ext/mcrypt/tests/ |
H A D | mcrypt_cbc_variation1.phpt | 20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) { 23 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
H A D | mcrypt_encrypt_variation5.phpt | 20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) { 23 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
H A D | mcrypt_cbc_variation5.phpt | 20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) { 23 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | call_user_func_array_variation_002.phpt | 14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) { 17 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
/PHP-5.5/sapi/litespeed/ |
H A D | lsapilib.c | 2889 void lsapi_error( const char * pMessage, int err_no ) in lsapi_error() argument 2891 fprintf( stderr, "%d: %s, errno: %d (%s)\n", getpid(), pMessage, err_no, strerror( err_no ) ); in lsapi_error()
|
/PHP-5.5/scripts/dev/ |
H A D | generate-phpt.phar | 1010 );function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) { 1013 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
Completed in 27 milliseconds
1234567