Home
last modified time | relevance | path

Searched refs:error (Results 176 – 200 of 3105) sorted by relevance

12345678910>>...125

/PHP-7.3/ext/pcre/tests/
H A Dpreg_match_all_error3.phpt2 Test preg_match_all() function : error conditions
12 echo "*** Testing preg_match_all() : error conditions ***\n";
19 Fatal error: Only variables can be passed by reference in %spreg_match_all_error3.php on line %d
/PHP-7.3/ext/standard/tests/file/
H A Dpathinfo_error.phpt2 Test pathinfo() function: error conditions
9 echo "*** Testing pathinfo() for error conditions ***\n";
17 *** Testing pathinfo() for error conditions ***
H A Drealpath_error-win32.phpt2 Test realpath() function: error conditions
15 echo "*** Testing realpath() for error conditions ***\n";
22 *** Testing realpath() for error conditions ***
H A Dfilegroup_error.phpt2 Test filegroup() function: error conditions
6 * Description: Returns the group ID of the file, or FALSE in case of an error.
9 echo "*** Testing filegroup(): error conditions ***\n";
25 *** Testing filegroup(): error conditions ***
/PHP-7.3/tests/output/
H A Dob_end_flush_error_001.phpt2 Test ob_end_flush() function : error conditions
11 echo "*** Testing ob_end_flush() : error conditions ***\n";
21 *** Testing ob_end_flush() : error conditions ***
H A Dob_get_contents_error_001.phpt2 Test ob_get_contents() function : error cases
14 echo "*** Testing ob_get_contents() : error cases ***\n";
25 *** Testing ob_get_contents() : error cases ***
H A Dob_get_level_error_001.phpt2 Test ob_get_level() function : error conditions
11 echo "*** Testing ob_get_level() : error conditions ***\n";
21 *** Testing ob_get_level() : error conditions ***
/PHP-7.3/ext/intl/timezone/
H A Dtimezone_methods.cpp661 UErrorCode error; in PHP_FUNCTION() local
667 error = U_ZERO_ERROR; in PHP_FUNCTION()
669 intl_error_set(NULL, error, in PHP_FUNCTION()
674 error = U_ZERO_ERROR; in PHP_FUNCTION()
675 TimeZone::getWindowsID(uID, uWinID, error); in PHP_FUNCTION()
683 error = U_ZERO_ERROR; in PHP_FUNCTION()
699 UErrorCode error; in PHP_FUNCTION() local
705 error = U_ZERO_ERROR; in PHP_FUNCTION()
707 intl_error_set(NULL, error, in PHP_FUNCTION()
712 error = U_ZERO_ERROR; in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt110 // clear the error stack
142 Syntax error in sequence
148 Syntax error in sequence
154 Sequence syntax error
208 Syntax error in sequence
211 Syntax error in sequence
214 Syntax error in sequence
218 Syntax error in sequence
221 Syntax error in sequence
224 Syntax error in sequence
[all …]
/PHP-7.3/ext/session/tests/
H A Dsession_set_save_handler_error3.phpt2 Test session_set_save_handler() function : error functionality
20 echo "*** Testing session_set_save_handler() : error functionality ***\n";
36 *** Testing session_set_save_handler() : error functionality ***
40 Fatal error: Uncaught Exception: Do something bad..! in %s:13
H A Dsession_name_basic.phpt2 Test session_name() function : error functionality
20 echo "*** Testing session_name() : error functionality ***\n";
33 *** Testing session_name() : error functionality ***
/PHP-7.3/ext/phar/tests/
H A Dphar_offset_get_error.phpt14 $ename = '/error/..';
46 Entry /error/.. does not exist and cannot be created: phar error: invalid path "/error/.." contains…
H A Dfatal_error_webphar.phpt2 Phar web-based phar with fatal error
19 Parse error: syntax error, unexpected %s, expecting %s in phar://%r([A-Za-z]:)?%r/%sfatal_error_web…
/PHP-7.3/ext/xml/tests/
H A Dxml_error_string_error.phpt2 Test xml_error_string() function : error conditions
12 * Description: Get XML parser error string
17 echo "*** Testing xml_error_string() : error conditions ***\n";
32 *** Testing xml_error_string() : error conditions ***
H A Dxml_get_error_code_error.phpt2 Test xml_get_error_code() function : error conditions
12 * Description: Get XML parser error code
17 echo "*** Testing xml_get_error_code() : error conditions ***\n";
32 *** Testing xml_get_error_code() : error conditions ***
/PHP-7.3/ext/standard/tests/math/
H A Dbase_convert_error.phpt2 Test base_convert() function : error conditions - incorrect input
10 echo "*** Testing base_convert() : error conditions ***\n";
29 *** Testing base_convert() : error conditions ***
43 Recoverable fatal error: Object of class classA could not be converted to string in %s on line %d
/PHP-7.3/ext/standard/tests/strings/
H A Dchop_error.phpt2 Test chop() function : error conditions
11 * Testing chop() : error conditions
14 echo "*** Testing chop() : error conditions ***\n";
32 *** Testing chop() : error conditions ***
H A Daddslashes_error.phpt2 Test addslashes() function : error conditions
11 * Testing addslashes() for error conditions
14 echo "*** Testing addslashes() : error conditions ***\n";
31 *** Testing addslashes() : error conditions ***
/PHP-7.3/ext/zip/lib/
H A Dzip_memdup.c41 _zip_memdup(const void *mem, size_t len, zip_error_t *error) in _zip_memdup() argument
50 zip_error_set(error, ZIP_ER_MEMORY, 0); in _zip_memdup()
H A Dzip_dir_add.c52 zip_error_set(&za->error, ZIP_ER_RDONLY, 0); in zip_dir_add()
57 zip_error_set(&za->error, ZIP_ER_INVAL, 0); in zip_dir_add()
66 zip_error_set(&za->error, ZIP_ER_MEMORY, 0); in zip_dir_add()
/PHP-7.3/Zend/tests/
H A Dbreak_error_004.phpt2 'break' error (wrong level)
12 Fatal error: Cannot 'break' 2 levels in %sbreak_error_004.php on line 4
H A Dfunction_exists_error.phpt2 Test function_exists() function : error conditions
10 echo "*** Testing function_exists() : error conditions ***\n";
24 *** Testing function_exists() : error conditions ***
/PHP-7.3/ext/standard/tests/dir/
H A Dgetcwd_error.phpt2 Test getcwd() function : error conditions - Incorrect number of arguments
14 echo "*** Testing getcwd() : error conditions ***\n";
23 *** Testing getcwd() : error conditions ***
/PHP-7.3/ext/standard/tests/assert/
H A Dassert_error3.phpt2 assert() - basic - Test recoverable error
17 Fatal error: Uncaught ParseError: syntax error, unexpected '$', expecting ';' in %s(%d) : assert co…
/PHP-7.3/ext/json/tests/
H A D007.phpt26 string(8) "No error"
35 string(53) "Control character error, possibly incorrectly encoded"
38 string(12) "Syntax error"

Completed in 29 milliseconds

12345678910>>...125