Home
last modified time | relevance | path

Searched refs:error (Results 201 – 225 of 2590) sorted by relevance

12345678910>>...104

/PHP-5.5/ext/libxml/
H A Dlibxml.c468 xmlResetError(error); in _php_libxml_free_error()
481 if (error) { in _php_list_set_error_structure()
1003 xmlErrorPtr error; in PHP_FUNCTION() local
1005 error = xmlGetLastError(); in PHP_FUNCTION()
1007 if (error) { in PHP_FUNCTION()
1012 if (error->message) { in PHP_FUNCTION()
1017 if (error->file) { in PHP_FUNCTION()
1034 xmlErrorPtr error; in PHP_FUNCTION() local
1044 while (error != NULL) { in PHP_FUNCTION()
1052 if (error->message) { in PHP_FUNCTION()
[all …]
/PHP-5.5/tests/lang/
H A Dbug28213.phpt5 class FooBar { static function error() { debug_print_backtrace(); } }
6 set_error_handler(array('FooBar', 'error'));
/PHP-5.5/Zend/tests/
H A Dbug43344_10.phpt2 Bug #43344.10 (Wrong error message for undefined namespace constant)
8 Fatal error: Undefined constant 'bar' in %sbug43344_10.php on line %d
H A Daccess_modifiers_003.phpt13 Parse error: %s error,%sexpecting %s in %s on line %d
H A Dbug43343.phpt11 Parse error: %s error%sexpecting%sT_NS_SEPARATOR%sin %sbug43343.php on line 5
H A Dbug43344_6.phpt2 Bug #43344.6 (Wrong error message for undefined namespace constant)
9 Fatal error: Undefined constant 'Foo\bar' in %sbug43344_6.php on line %d
H A Dlsb_006.phpt12 Parse error: %s error,%sexpecting %s in %s on line %d
H A Dlsb_007.phpt12 Parse error: %s error,%sexpecting %s in %s on line %d
/PHP-5.5/ext/zip/lib/
H A Dzip_delete.c44 _zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_delete()
49 _zip_error_set(&za->error, ZIP_ER_RDONLY, 0); in zip_delete()
/PHP-5.5/ext/standard/tests/math/
H A Dabs_error.phpt2 Test abs() function : error conditions - incorrect number of args
14 echo "*** Testing abs() : error conditions ***\n";
28 *** Testing abs() : error conditions ***
H A Dsrand_error.phpt2 Test srand() function : error conditions - incorrect number of args
14 echo "*** Testing srand() : error conditions ***\n";
22 *** Testing srand() : error conditions ***
/PHP-5.5/ext/mysqli/tests/
H A Dbug55653.phpt19 printf("[002] [%d] %s\n", $link->errno, $link->error);
25 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
28 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dbug53503.phpt13 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
27 printf("[002] [%d] %s\n", $link->errno, $link->error);
31 printf("[003] [%d] %s\n", $link->errno, $link->error);
38 printf("[005] [%d] %s\n", $link->errno, $link->error);
41 printf("[006] [%d] %s\n", $link->errno, $link->error);
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_getName_error.phpt2 Test DateTimeZone::getName() function : error conditions
16 echo "*** Testing DateTimeZone::getName() : error conditions ***\n";
25 *** Testing DateTimeZone::getName() : error conditions ***
H A DDateTime_getOffset_error.phpt2 Test DateTime::getOffset() function : error conditions
15 echo "*** Testing DateTime::getOffset() : error conditions ***\n";
26 *** Testing DateTime::getOffset() : error conditions ***
H A Dgettimeofday_error.phpt2 Test gettimeofday() function : error conditions
11 echo "*** Testing gettimeofday() : error conditions ***\n";
23 *** Testing gettimeofday() : error conditions ***
H A Dgetdate_error.phpt2 Test getdate() function : error conditions
11 echo "*** Testing getdate() : error conditions ***\n";
25 *** Testing getdate() : error conditions ***
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_error.phpt2 Test get_html_translation_table() function : error conditions
10 echo "*** Testing get_html_translation_table() : error conditions ***\n";
23 *** Testing get_html_translation_table() : error conditions ***
H A Dstrrev_error.phpt2 Test strrev() function : error conditions
10 echo "*** Testing strrev() : error conditions ***\n";
19 *** Testing strrev() : error conditions ***
/PHP-5.5/ext/sockets/
H A Dphp_sockets.h60 int error; member
79 (socket)->error = _err; \
105 char *sockets_strerror(int error TSRMLS_DC);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strtolower_error2.phpt2 Test mb_strtolower() function : error conditions - pass an unknown encoding
19 echo "*** Testing mb_strtolower() : error conditions***\n";
28 *** Testing mb_strtolower() : error conditions***
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
19 echo "*** Testing mb_strtoupper() : error conditions ***\n";
30 *** Testing mb_strtoupper() : error conditions ***
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_error_001.phpt2 Test get_class() function : error conditions - wrong number of arguments.
11 echo "*** Testing get_class() : error conditions ***\n";
22 *** Testing get_class() : error conditions ***
/PHP-5.5/ext/iconv/tests/
H A Diconv_strlen_error2.phpt2 Test iconv_strlen() function : error conditions - pass an unknown encoding
19 echo "*** Testing iconv_strlen() : error ***\n";
30 *** Testing iconv_strlen() : error ***
/PHP-5.5/Zend/tests/traits/bugs/
H A Dmissing-trait.phpt2 Check error message for missing traits
15 Fatal error: Trait 'THello' not found in %s on line %d

Completed in 29 milliseconds

12345678910>>...104