Home
last modified time | relevance | path

Searched refs:error (Results 226 – 250 of 2590) sorted by relevance

12345678910>>...104

/PHP-5.5/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt2 Transliterator::createFromRules (error)
48 …_create_from_rules: unable to create ICU transliterator from rules (parse error after "{'``'}a > “…
49 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
51 …_create_from_rules: unable to create ICU transliterator from rules (parse error at offset 0, befor…
52 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
/PHP-5.5/Zend/tests/
H A Dbug43344_2.phpt2 Bug #43344.2 (Wrong error message for undefined namespace constant)
9 Fatal error: Class 'Foo\Foo' not found in %sbug43344_2.php on line %d
H A Dbug43344_11.phpt2 Bug #43344.11 (Wrong error message for undefined namespace constant)
11 Fatal error: Undefined constant 'bar' in %sbug43344_11.php on line %d
H A Dbug43344_12.phpt2 Bug #43344.12 (Wrong error message for undefined namespace constant)
11 Fatal error: Undefined constant 'bar' in %sbug43344_12.php on line %d
/PHP-5.5/Zend/tests/traits/
H A Dbug60173.phpt2 Bug #60173 (Wrong error message on reflective trait instantiation)
12 Fatal error: Cannot instantiate trait foo in %s on line %d
/PHP-5.5/ext/ldap/tests/
H A Dldap_err2str_basic.phpt2 ldap_err2str() - Basic error number to string conversion
14 string(14) "Protocol error"
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_error2.phpt2 Test scandir() function : error conditions - Non-existent directory
17 * Pass a directory that does not exist to scandir() to test error messages
20 echo "*** Testing scandir() : error conditions ***\n";
32 *** Testing scandir() : error conditions ***
/PHP-5.5/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt53 ["error"]=>
66 ["error"]=>
79 ["error"]=>
92 ["error"]=>
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_kill.phpt38 var_dump($error = mysqli_error($link));
39 if (!is_string($error) || ('' === $error))
40 printf("[007] Expecting string/any non empty, got %s/%s\n", gettype($error), $error);
48 printf("[009] NULL expected because of error.\n");
100 [%u|b%"error"]=>
110 [%u|b%"error"]=>
H A Dmysqli_last_insert_id.phpt20 printf("[003] [%d] %s\n", $link->errno, $link->error);
36 printf("[002] [%d] %s\n", $link->errno, $link->error);
50 printf("[006] [%d] %s\n", $link->errno, $link->error);
81 printf("[012] [%d] %s\n", $link->errno, $link->error);
96 printf("[016] [%d] %s\n", $link->errno, $link->error);
109 printf("[019] [%d] %s\n", $link->errno, $link->error);
117 printf("[021] [%d] %s\n", $link->errno, $link->error);
125 printf("[023] [%d] %s\n", $link->errno, $link->error);
134 printf("[024] [%d] %s\n", $link->errno, $link->error);
156 printf("[029] [%d] %s\n", $link->errno, $link->error);
[all …]
/PHP-5.5/ext/snmp/tests/
H A Dsnmp3-error.phpt13 echo "Checking error handling\n";
37 Checking error handling
51 Warning: snmp3_get(): Error generating a key for authentication pass phrase '': Generic error (The …
54 Warning: snmp3_get(): Error generating a key for authentication pass phrase 'te': Generic error (Th…
60 Warning: snmp3_get(): Error generating a key for privacy pass phrase '': Generic error (The supplie…
63 Warning: snmp3_get(): Error generating a key for privacy pass phrase 'ty': Generic error (The suppl…
66 Warning: snmp3_get(): Fatal error: Unknown user name in %s on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_resource_type_error.phpt2 Test get_resource_type() function : error conditions
10 echo "*** Testing get_resource_type() : error conditions ***\n";
23 *** Testing get_resource_type() : error conditions ***
/PHP-5.5/ext/standard/tests/strings/
H A Dchr_error.phpt2 Test chr() function : error conditions
11 echo "*** Testing chr() : error conditions ***\n";
23 *** Testing chr() : error conditions ***
H A Dbin2hex_error.phpt2 Test bin2hex() function : error conditions
11 echo "*** Testing bin2hex() : error conditions ***\n";
23 *** Testing bin2hex() : error conditions ***
H A Dord_error.phpt2 Test ord() function : error conditions
11 echo "*** Testing ord() : error conditions ***\n";
23 *** Testing ord() : error conditions ***
H A Dsoundex_error.phpt2 Test soundex() function : error conditions
10 echo "\n*** Testing soundex error conditions ***";
23 *** Testing soundex error conditions ***-- Testing soundex() function with Zero arguments --
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_error.phpt2 Test array_merge() function : error conditions - Pass incorrect number of args
14 echo "*** Testing array_merge() : error conditions ***\n";
24 *** Testing array_merge() : error conditions ***
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strrpos_error2.phpt2 Test mb_strrpos() function : error conditions - pass an unknown encoding
19 echo "*** Testing mb_strrpos() : error conditions ***\n";
31 *** Testing mb_strrpos() : error conditions ***
H A Dmb_substr_error2.phpt2 Test mb_substr() function : error conditions - Pass an unknown encoding
19 echo "*** Testing mb_substr() : error conditions ***\n";
31 *** Testing mb_substr() : error conditions ***
H A Dmb_strpos_error2.phpt2 Test mb_strpos() function : error conditions - Pass unknown encoding
19 echo "*** Testing mb_strpos() : error conditions ***\n";
30 *** Testing mb_strpos() : error conditions ***
/PHP-5.5/ext/xml/tests/
H A Dxml_parser_create_error.phpt2 Test xml_parser_create() function : error conditions
17 echo "*** Testing xml_parser_create() : error conditions ***\n";
29 *** Testing xml_parser_create() : error conditions ***
/PHP-5.5/ext/oci8/tests/
H A Derror.phpt2 oci_error() error message for parsing error
5 …edb' => true, 'timesten' => false); // test runs on these DBs: different error messages from Time…
/PHP-5.5/ext/standard/tests/file/
H A Dis_dir_error.phpt2 Test is_dir() function: error conditions
10 echo "*** Testing is_dir() error conditions ***";
28 *** Testing is_dir() error conditions ***
/PHP-5.5/tests/run-test/
H A Dtest005.phpt11 // We check the general ini settings which affect error handling
13 // EXPECTF is used here since the error format may change but ut
22 $error = 1 / 0;
H A Dtest008a.phpt11 // We check the general ini settings which affect error handling
13 // EXPECTF is used here since the error format may change but ut
22 $error = 1 / 0;

Completed in 26 milliseconds

12345678910>>...104