Home
last modified time | relevance | path

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

12345678910>>...111

/PHP-8.0/Zend/tests/function_arguments/
H A Dcall_with_multi_trailing_comma_error.phpt8 Parse error: syntax error, unexpected token ",", expecting ")" in %s on line %d
H A Dcall_with_multi_inner_comma_error.phpt8 Parse error: syntax error, unexpected token ",", expecting ")" in %s on line %d
/PHP-8.0/Zend/tests/
H A Dlist_011.phpt10 Parse error: syntax error, unexpected token ")", expecting "=" in %s on line %d
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 Dbreak_error_003.phpt2 'break' error (not in the loop context)
10 Fatal error: 'break' not in the 'loop' or 'switch' context in %sbreak_error_003.php on line 3
H A Dns_trailing_comma_error_03.phpt8 Parse error: syntax error, unexpected token ",", expecting "}" in %s on line %d
/PHP-8.0/ext/gd/tests/
H A Dlibgd00086.phpt15 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
17 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
/PHP-8.0/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-8.0/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
14 echo "*** Testing mb_stripos() : error conditions ***\n";
28 *** Testing mb_stripos() : error conditions ***
H A Dmb_stristr_error2.phpt2 Test mb_stristr() function : error conditions
10 echo "*** Testing mb_stristr() : error conditions ***\n";
27 *** Testing mb_stristr() : error conditions ***
H A Dmb_strpos_error2.phpt2 Test mb_strpos() function : error conditions - Pass unknown encoding
14 echo "*** Testing mb_strpos() : error conditions ***\n";
28 *** Testing mb_strpos() : error conditions ***
H A Dmb_strrchr_error2.phpt2 Test mb_strrchr() function : error conditions
10 echo "*** Testing mb_strrchr() : error conditions ***\n";
27 *** Testing mb_strrchr() : error conditions ***
H A Dmb_strrpos_error2.phpt2 Test mb_strrpos() function : error conditions - pass an unknown encoding
14 echo "*** Testing mb_strrpos() : error conditions ***\n";
29 *** Testing mb_strrpos() : error conditions ***
H A Dmb_strstr_error2.phpt2 Test mb_strstr() function : error conditions
10 echo "*** Testing mb_strstr() : error conditions ***\n";
27 *** Testing mb_strstr() : error conditions ***
H A Dmb_substr_error2.phpt2 Test mb_substr() function : error conditions - Pass an unknown encoding
14 echo "*** Testing mb_substr() : error conditions ***\n";
29 *** Testing mb_substr() : error conditions ***
H A Dmb_strrichr_error2.phpt2 Test mb_strrichr() function : error conditions
10 echo "*** Testing mb_strrichr() : error conditions ***\n";
27 *** Testing mb_strrichr() : error conditions ***
H A Dmb_strripos_error2.phpt2 Test mb_strripos() function : error conditions - Pass unknown encoding
14 echo "*** Testing mb_strripos() : error conditions ***\n";
28 *** Testing mb_strripos() : error conditions ***
/PHP-8.0/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 ***
/PHP-8.0/sapi/fpm/tests/
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
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
/PHP-8.0/ext/pgsql/tests/
H A D29nb_async_connect.phpt14 die("pg_connect() error");
16 die("pg_connect() error");
20 die("pg_socket() error");
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt23 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
37 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
41 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));
63 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
72 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
77 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
83 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
105 printf("[002] [%d] %s\n", $link->errno, $link->error);
108 printf("[003] [%d] %s\n", $link->errno, $link->error);
/PHP-8.0/ext/ldap/tests/
H A Dldap_err2str_basic.phpt2 ldap_err2str() - Basic error number to string conversion
13 string(14) "Protocol error"
/PHP-8.0/Zend/tests/type_declarations/
H A Dstatic_type_outside_class.phpt2 Static type outside class generates compile error
10 Fatal error: Cannot use "static" when no class scope is active in %s on line %d
/PHP-8.0/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 104 milliseconds

12345678910>>...111