Home
last modified time | relevance | path

Searched refs:err_msg (Results 1 – 17 of 17) sorted by relevance

/php-src/tests/classes/
H A Dtostring_004.phpt5 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
6 echo "Error: $err_no - $err_msg\n";
/php-src/tests/lang/
H A D039.phpt25 $err_msg = 'no exception';
H A D038.phpt21 $err_msg = 'no exception';
/php-src/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt5 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
6 echo "Error: $err_no - $err_msg\n";
/php-src/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_001.phpt10 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
11 echo "Error: $err_no - $err_msg\n";
H A Dis_subclass_of_variation_004.phpt10 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
11 echo "Error: $err_no - $err_msg\n";
H A Dmethod_exists_variation_001.phpt9 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
10 echo "Error: $err_no - $err_msg\n";
H A Dget_class_methods_variation_001.phpt5 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
6 echo "Error: $err_no - $err_msg\n";
H A Dget_parent_class_variation_002.phpt9 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
10 echo "Error: $err_no - $err_msg\n";
/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt10 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
13 echo "Error: $err_no - $err_msg\n";
/php-src/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt8 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
H A Darray_multisort_variation1.phpt8 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
11 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Darray_multisort_variation3.phpt8 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
11 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Darray_multisort_variation2.phpt8 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
11 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
/php-src/ext/spl/tests/
H A Dclass_implements_variation1.phpt9 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
12 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Dclass_uses_variation1.phpt9 function test_error_handler($err_no, $err_msg, $filename, $linenum) {
12 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c228 #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 19 milliseconds