Home
last modified time | relevance | path

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

12345678910>>...134

/php-src/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option.phpt22 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
36 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
40 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
44 …"skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $link->error));
65 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
70 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
76 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
96 printf("[001] mysqli_options failed, [%d] %s\n", $link->errno, $link->error);
104 printf("[003] [%d] %s\n", $link->errno, $link->error);
107 printf("[004] [%d] %s\n", $link->errno, $link->error);
H A Dbug77956.phpt2 ensure an error is returned when mysqli.allow_local_infile is off
16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
29 printf("[002] [%d] %s\n", $link->errno, $link->error);
32 printf("[003] [%d] %s\n", $link->errno, $link->error);
37 printf("[005] [%d] %s\n", $link->errno, $link->error);
39 printf("[006] [%d] %s\n", $link->errno, $link->error);
/php-src/ext/standard/tests/dir/
H A Dscandir_error2.phpt2 Test scandir() function : error conditions - Non-existent directory
12 * Pass a directory that does not exist to scandir() to test error messages
15 echo "*** Testing scandir() : error conditions ***\n";
26 *** Testing scandir() : error conditions ***
/php-src/ext/standard/tests/strings/
H A Dstrval_error.phpt2 Test strval() function : usage variations - error conditions
5 echo "*** Testing strval() : error conditions ***\n";
24 *** Testing strval() : error conditions ***
/php-src/sapi/fpm/tests/
H A Dsocket-ipv4-allowed-clients.phpt29 $tester->checkRequest('127.0.0.1', 'IPv4: ok', 'IPv4: error');
30 $tester->checkRequest('[::1]', 'IPv6: ok', 'IPv6: error');
39 IPv6: error
H A Dbug68428-ipv6-allowed-clients.phpt29 $tester->checkRequest('127.0.0.1', 'IPv4: ok', 'IPv4: error');
30 $tester->checkRequest('[::1]', 'IPv6: ok', 'IPv6: error');
38 IPv4: error
/php-src/ext/standard/tests/file/
H A Dfileowner_error.phpt2 Test of fileowner() function: error conditions
6 echo "*** Testing fileowner(): error conditions ***\n";
17 *** Testing fileowner(): error conditions ***
H A Ddisk_total_space_error.phpt2 Test disk_total_space() function : error conditions
12 echo "*** Testing error conditions ***\n";
30 *** Testing error conditions ***
H A Dfgets_error.phpt2 Test fgets() function : error conditions
5 echo "*** Testing error conditions ***\n";
29 *** Testing error conditions ***
/php-src/Zend/tests/
H A Dbug32596.phpt6 public $error = "please fix this thing, it wasted a nice part of my life!\n";
15 echo $this->error;
20 BUG::instance()->error;
H A Dlsb_008.phpt9 Parse error: %s error,%sexpecting %s in %s on line %d
H A Dlsb_009.phpt9 Parse error: %s error,%sexpecting %s in %s on line %d
H A Dbug78454_1.phpt8 Parse error: syntax error, unexpected identifier "__F" in %s on line %d
H A Dbug78454_2.phpt8 Parse error: syntax error, unexpected identifier "__1" in %s on line %d
H A Dbreak_error_001.phpt2 'break' error (non positive integers)
10 Fatal error: 'break' operator accepts only positive integers in %sbreak_error_001.php on line 3
H A Dnamespaced_name_whitespace.phpt10 Parse error: syntax error, unexpected token "\" in %s on line %d
H A Doct_whitespace.phpt8 Parse error: syntax error, unexpected integer "2", expecting ")" in %s on line %d
/php-src/ext/gd/tests/
H A Dlibgd00086_extern.phpt19 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data%win %s on lin…
21 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d
/php-src/Zend/tests/function_arguments/
H A Dcall_with_only_comma_error.phpt8 Parse error: syntax error, unexpected token "," in %s on line %d
H A Dcall_with_leading_comma_error.phpt8 Parse error: syntax error, unexpected token "," in %s on line %d
/php-src/Zend/tests/type_declarations/intersection_types/invalid_types/
H A Dinvalid_nullable_type.phpt10 Parse error: syntax error, unexpected token "&", expecting "{" in %s on line %d
/php-src/Zend/tests/type_declarations/mixed/casting/
H A Dmixed_cast_error.phpt10 Parse error: syntax error, unexpected integer "12" in %s on line %d
/php-src/Zend/tests/attributes/
H A D019_variable_attribute_name.phpt11 Parse error: syntax error, unexpected variable "$x" in %s on line %d
/php-src/Zend/tests/varSyntax/
H A DglobalNonSimpleVariableError.phpt10 Parse error: syntax error, unexpected token "->", expecting "," or ";" in %s on line %d
/php-src/Zend/tests/new_without_parentheses/
H A Dunset_new.phpt10 Parse error: syntax error, unexpected token ")", expecting "->" or "?->" or "{" or "[" in %s on lin…

Completed in 59 milliseconds

12345678910>>...134