Home
last modified time | relevance | path

Searched refs:error (Results 251 – 275 of 2590) sorted by relevance

1...<<11121314151617181920>>...104

/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_extension_funcs_error.phpt2 Test get_extension_funcs() function : error conditions
11 echo "*** Testing get_extension_funcs() : error conditions ***\n";
26 *** Testing get_extension_funcs() : error conditions ***
/PHP-5.5/ext/standard/tests/array/
H A Darray_push_error2.phpt2 Test array_push() function : error conditions - max int value as key
15 echo "*** Testing array_push() : error conditions ***\n";
26 *** Testing array_push() : error conditions ***
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_parent_class_error_001.phpt2 Test get_parent_class() function : error conditions - wrong number of args.
11 echo "*** Testing get_parent_class() : error conditions ***\n";
23 *** Testing get_parent_class() : error conditions ***
/PHP-5.5/ext/standard/tests/strings/
H A Dconvert_uudecode_error.phpt2 Test convert_uudecode() function : error conditions
11 echo "*** Testing convert_uudecode() : error conditions ***\n";
23 *** Testing convert_uudecode() : error conditions ***
H A Dconvert_uuencode_error.phpt2 Test convert_uuencode() function : error conditions
11 echo "*** Testing convert_uuencode() : error conditions ***\n";
23 *** Testing convert_uuencode() : error conditions ***
H A Dquotemeta_error.phpt2 Test quotemeta() function : error conditions
11 echo "*** Testing quotemeta() : error conditions ***\n";
23 *** Testing quotemeta() : error conditions ***
H A Dsha1_error.phpt2 Test sha1() function : error conditions
11 echo "*** Testing sha1() : error conditions ***\n";
24 *** Testing sha1() : error conditions ***
H A Dstr_shuffle_error.phpt2 Test str_shuffle() function : error conditions
10 echo "*** Testing str_shuffle() : error conditions ***\n";
22 *** Testing str_shuffle() : error conditions ***
/PHP-5.5/Zend/tests/
H A Dclosure_005.phpt43 $error = $a->getError();
61 $error();
74 Fatal error: Using $this when not in object context in %sclosure_005.php on line 28
H A Dbug43344_7.phpt2 Bug #43344.7 (Wrong error message for undefined namespace constant)
12 Fatal error: Undefined constant 'Foo\bar' in %sbug43344_7.php on line %d
H A Dbug60738.phpt7 function() { echo 'Intercepted error!', "\n"; }
18 Intercepted error!
H A Dbug33802.phpt2 Bug #33802 (throw Exception in error handler causes crash)
13 trigger_error("error", E_USER_ERROR);
H A Dbug42817.phpt2 Bug #42817 (clone() on a non-object does not result in a fatal error)
9 Fatal error: __clone method called on non-object in %sbug42817.php on line 2
H A Dbug43344_13.phpt2 Bug #43344.13 (Wrong error message for undefined namespace constant)
12 Fatal error: Undefined constant 'bar' in %sbug43344_13.php on line %d
H A Dbug43344_3.phpt2 Bug #43344.3 (Wrong error message for undefined namespace constant)
12 Fatal error: Class 'Foo\Foo' not found in %sbug43344_3.php on line %d
H A Dbug43344_8.phpt2 Bug #43344.8 (Wrong error message for undefined namespace constant)
12 Fatal error: Undefined constant 'Foo\bar' in %sbug43344_8.php on line %d
H A Dclass_name_as_scalar_error_005.phpt2 class name as scalar from ::class keyword error using static non class context
10 Fatal error: Cannot access static::class when no class scope is active in %s on line %d
/PHP-5.5/ext/imap/tests/
H A Dimap_alerts_error.phpt2 Test imap_alerts() function : error conditions
15 echo "*** Testing imap_alerts() : error conditions ***\n";
25 *** Testing imap_alerts() : error conditions ***
/PHP-5.5/tests/basic/
H A Dbug51709_1.phpt16 Parse error: syntax error, unexpected %s, expecting %s in %sbug51709_1.php on line %d
H A Dbug51709_2.phpt16 Parse error: syntax error, unexpected %s, expecting %s in %sbug51709_2.php on line %d
/PHP-5.5/ext/intl/tests/
H A Dintl_error_name.phpt9 * Check getting error string by integer error code.
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
46 …"skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $link->error));
60 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
69 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
74 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
80 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
98 printf("[%03d + 001] mysqli_options failed, [%d] %s\n", $offset, $link->errno, $link->error);
108 printf("[%03d + 003] [%d] %s\n", $offset, $link->errno, $link->error);
[all …]
/PHP-5.5/Zend/tests/generators/
H A Dbug65161.phpt2 Bug #65161: Generator + autoload + syntax error = segfault
20 Fatal error: Call to undefined function foo() in %s on line %d
/PHP-5.5/tests/lang/
H A DforeachLoop.006.phpt2 Foreach loop tests - error case: key is a reference.
11 Fatal error: Key element cannot be a reference in %s on line 3
/PHP-5.5/ext/standard/tests/file/
H A Dreadlink_realpath_error.phpt2 Test readlink() and realpath() functions: error conditions
18 echo "*** Testing readlink(): error conditions ***\n";
31 echo "*** Testing realpath(): error conditions ***\n";
41 *** Testing readlink(): error conditions ***
63 *** Testing realpath(): error conditions ***

Completed in 73 milliseconds

1...<<11121314151617181920>>...104