Searched refs:err_msg (Results 1 – 17 of 17) sorted by relevance
/PHP-8.4/tests/classes/ |
H A D | tostring_004.phpt | 5 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 6 echo "Error: $err_no - $err_msg\n";
|
/PHP-8.4/tests/lang/ |
H A D | 039.phpt | 25 $err_msg = 'no exception';
|
H A D | 038.phpt | 21 $err_msg = 'no exception';
|
/PHP-8.4/ext/standard/tests/image/ |
H A D | getimagesize_variation2.phpt | 5 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 6 echo "Error: $err_no - $err_msg\n";
|
/PHP-8.4/ext/standard/tests/class_object/ |
H A D | is_subclass_of_variation_001.phpt | 10 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 11 echo "Error: $err_no - $err_msg\n";
|
H A D | is_subclass_of_variation_004.phpt | 10 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 11 echo "Error: $err_no - $err_msg\n";
|
H A D | method_exists_variation_001.phpt | 9 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 10 echo "Error: $err_no - $err_msg\n";
|
H A D | get_class_methods_variation_001.phpt | 5 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 6 echo "Error: $err_no - $err_msg\n";
|
H A D | get_parent_class_variation_002.phpt | 9 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 10 echo "Error: $err_no - $err_msg\n";
|
/PHP-8.4/ext/standard/tests/file/ |
H A D | file_put_contents_variation2.phpt | 10 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 13 echo "Error: $err_no - $err_msg\n";
|
/PHP-8.4/ext/standard/tests/array/ |
H A D | array_multisort_variation8.phpt | 8 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
|
H A D | array_multisort_variation1.phpt | 8 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 11 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
H A D | array_multisort_variation3.phpt | 8 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 11 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
H A D | array_multisort_variation2.phpt | 8 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 11 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
/PHP-8.4/ext/spl/tests/ |
H A D | class_implements_variation1.phpt | 9 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 12 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
H A D | class_uses_variation1.phpt | 9 function test_error_handler($err_no, $err_msg, $filename, $linenum) { 12 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
|
/PHP-8.4/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 228 #define PHP_FTP_CNTRL_CHK(val, val_len, err_msg) { \ in php_ftp_fopen_connect() argument 232 php_stream_wrapper_log_error(wrapper, options, err_msg, val); \ in php_ftp_fopen_connect()
|
Completed in 49 milliseconds