Home
last modified time | relevance | path

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

12345678910>>...133

/php-src/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error1.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - fseek()
6 echo "*** Testing fseek() : error conditions ***\n";
21 *** Testing fseek() : error conditions ***
H A Dfseek_ftell_rewind_error2.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - ftell()
6 echo "*** Testing ftell() : error conditions ***\n";
21 *** Testing ftell() : error conditions ***
H A Dfseek_ftell_rewind_error3.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - rewind()
6 echo "*** Testing rewind() : error conditions ***\n";
21 *** Testing rewind() : error conditions ***
H A Dfilegroup_error.phpt2 Test filegroup() function: error conditions
6 echo "*** Testing filegroup(): error conditions ***\n";
18 *** Testing filegroup(): error conditions ***
H A Dfread_error.phpt2 Test fread() function : error conditions
5 echo "*** Testing error conditions ***\n";
27 *** Testing error conditions ***
H A Dsymlink_link_linkinfo_is_link_error1.phpt2 Test symlink(), linkinfo(), link() and is_link() functions : error conditions - symlink & linkinfo
19 echo "*** Testing symlink() for error conditions ***\n";
27 echo "\n*** Testing linkinfo() for error conditions ***\n";
41 *** Testing symlink() for error conditions ***
55 *** Testing linkinfo() for error conditions ***
/php-src/ext/date/tests/
H A DDateTime_construct_error.phpt2 Test new DateTime(): error conditions
8 echo "*** Testing date_create() : error conditions ***\n";
22 *** Testing date_create() : error conditions ***
/php-src/ext/intl/tests/
H A Dmsgfmt_fail2.phpt160 IntlException: pattern syntax error (parse error at offset 1, after "{", before or at "0,choice}"):…
161 'pattern syntax error (parse error at offset 1, after "{", before or at "0,choice}"): U_PATTERN_SYN…
162 'pattern syntax error (parse error at offset 1, after "{", before or at "0,choice}"): U_PATTERN_SYN…
163 'pattern syntax error (parse error at offset 1, after "{", before or at "0,choice}"): U_PATTERN_SYN…
170 IntlException: msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND in %s on lin…
171 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
172 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
173 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'
/php-src/ext/mysqli/tests/
H A Dmysqli_kill.phpt29 var_dump($error = mysqli_error($link));
30 if (!is_string($error) || ('' === $error))
31 printf("[007] Expecting string/any non empty, got %s/%s\n", gettype($error), $error);
91 ["error"]=>
101 ["error"]=>
H A Dbug72489.phpt18 printf("[002] [%d] %s\n", $link->errno, $link->error);
22 printf("[003] [%d] %s\n", $link->errno, $link->error);
27 printf("[004] [%d] %s\n", $link->errno, $link->error);
33 printf("[005] [%d] %s\n", $link->errno, $link->error);
38 printf("[006] [%d] %s\n", $link->errno, $link->error);
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);
/php-src/sapi/fpm/tests/
H A Dlogtool.inc62 private ?string $error = null;
362 return $this->error(
391 return $this->error(
676 * Expect error log entry.
834 * Get saved error.
840 return $this->error;
850 $error = $this->error;
851 $this->error = null;
852 if ($error !== null) {
853 $this->trace("Clearing error: $error");
[all …]
/php-src/Zend/tests/
H A Dnumeric_literal_separator_002.phpt8 Parse error: syntax error, unexpected identifier "_" in %s on line %d
H A Dnumeric_literal_separator_003.phpt8 Parse error: syntax error, unexpected identifier "__0" in %s on line %d
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 Dnumeric_literal_separator_004.phpt8 Parse error: syntax error, unexpected identifier "_" in %s on line %d
H A Dnumeric_literal_separator_005.phpt8 Parse error: syntax error, unexpected identifier "_0" in %s on line %d
H A Dnumeric_literal_separator_006.phpt8 Parse error: syntax error, unexpected identifier "x_0123" in %s on line %d
H A Dnumeric_literal_separator_007.phpt8 Parse error: syntax error, unexpected identifier "b_0101" in %s on line %d
H A Dnumeric_literal_separator_008.phpt8 Parse error: syntax error, unexpected identifier "_e2" in %s on line %d
H A Dnumeric_literal_separator_009.phpt8 Parse error: syntax error, unexpected identifier "e_2" in %s on line %d
/php-src/ext/standard/tests/math/
H A Dbase_convert_error.phpt2 Test base_convert() function : error conditions - incorrect input
5 echo "*** Testing base_convert() : error conditions ***\n";
31 *** Testing base_convert() : error conditions ***
/php-src/ext/mbstring/tests/
H A Dmb_substr_count_error2.phpt2 Test mb_substr_count() function : error conditions - pass unknown encoding
11 echo "*** Testing mb_substr_count() : error conditions ***\n";
27 *** Testing mb_substr_count() : error conditions ***
/php-src/ext/standard/tests/strings/
H A Djoin_error.phpt2 Test join() function: error conditions
5 echo "*** Testing join() : error conditions ***\n";
20 *** Testing join() : error conditions ***
/php-src/ext/pgsql/tests/
H A D25async_query_params.phpt21 echo "pg_send_query_params() error\n";
25 echo "pg_connection_status() error\n";
29 echo "pg_get_result() error\n";
32 echo "pg_num_rows() error\n";
62 echo "pg_send_query_params() error\n";

Completed in 36 milliseconds

12345678910>>...133