Home
last modified time | relevance | path

Searched refs:s (Results 201 – 225 of 5999) sorted by relevance

12345678910>>...240

/PHP-7.4/ext/date/tests/
H A Dbug67308.phpt8 …_dump(unserialize('O:8:"DateTime":3:{s:4:"date";s:19:"2005-07-14 22:30:41";s:13:"timezone_type";i:…
11 …p(unserialize('O:8:"DateTime":3:{s:4:"date";s:26:"2005-07-14 22:30:41.123456";s:13:"timezone_type"…
/PHP-7.4/ext/standard/tests/streams/
H A Dglob-wrapper.phpt24 ** Opening %s
26 …(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (/does_not_exi…
28 Warning: opendir(%s): failed to open dir: Operation not permitted in %s%eglob-wrapper.php on line 5
29 Failed to open %s
30 ** Opening glob://%s
32 …(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (/does_not_exi…
34 Warning: opendir(glob://%s): failed to open dir: operation failed in %s%eglob-wrapper.php on line 5
35 Failed to open glob://%s
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_006.phpt6 private $s = [];
7 function __construct(array $a) { $this->s = $a; }
8 function offsetSet ($k, $v) { $this->s[$k] = $v; }
9 function offsetGet ($k) { return $this->s[$k]; }
11 function offsetUnset ($k) { unset($this->s[$k]); }
27 Notice: Indirect modification of overloaded element of %s has no effect in %s on line %d
29 ["s":"StorageNoRef":private]=>
38 Notice: Undefined offset: 2 in %s on line %d
40 ["s":"StorageNoRef":private]=>
49 Notice: Indirect modification of overloaded element of %s has no effect in %s on line %d
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_disable_reads_from_master.phpt21 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
27 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
32 printf("[004] Expecting boolean/[true|false] value, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
46 Warning: mysqli_disable_reads_from_master(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_enable_reads_from_master.phpt21 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
27 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
32 printf("[004] Expecting boolean/[true|false] value, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
42 Warning: mysqli_enable_reads_from_master(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_pconn_reuse.phpt21 …01] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
29 …03] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
34 printf("[004] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
37 printf("Connection 1 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
41 printf("[005] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
46 printf("Connection 2 (no reuse) - Thread ID -> '%s'\n", $thread_id);
54 printf("[007] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
57 printf("Connection 2 - SELECT @pcondisabled -> '%s'\n", $row['_test']);
64 …08] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s
69 printf("[009] [%d] %s\n", mysqli_errno($link2), mysqli_error($link2));
[all …]
H A Dmysqli_character_set.phpt20 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
24 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
35 printf("[005] Cannot get list of available character sets, [%d] %s\n",
53 printf("[006 + %s] [%d] %s\n", $k, mysqli_errno($link), mysqli_error($link));
57 printf("[007 + %s] %s [%d] %s\n", $k, $sql, mysqli_errno($link), mysqli_error($link));
62 printf("[008 + %s] [%d] %s\n", $k, mysqli_errno($link), mysqli_error($link));
71 printf("[009 + %s] [%d] %s\n", $k, mysqli_errno($link), mysqli_error($link));
77 printf("[010 + %s] [%d] %s\n", $k, mysqli_errno($link), mysqli_error($link));
82 printf("[011 + %s] [%d] %s\n", $k, mysqli_errno($link), mysqli_error($link));
85 printf("[012 + %s] Expecting %d, got %s, [%d] %s\n", $k,
[all …]
H A Dmysqli_stmt_bind_result.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[002b] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[003] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
45 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
48 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
51 printf("[007] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
129 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
301 printf("[3000] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
324 in %s on line %d
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dprint_002.phpt12 [Successful compilation of %s]
15 [Breakpoint #0 in foo() at %s:15, hits: 1]
20 L14-16 foo() %s - %s + 8 ops
22 L15 #1 INIT_FCALL%s %d %s "var_dump"
23 L15 #2 INIT_FCALL%s %d %s "strrev"
29 prompt> [L15 %s INIT_FCALL%s %d %s "var_dump" %s]
/PHP-7.4/ext/filter/tests/
H A D033_run.inc28 printf("%-20s",$filter);
29 printf("%-5s",$result[0]);
30 printf("%-3s",$result[1]);
31 printf("%-15s",$result[2]);
32 printf("%-20s",$result[3]);
33 printf("%-10s",$result[4]);
34 printf("%-5s",$result[5]);
35 printf("%-20s",$result[6]);
36 printf("%-15s",$result[7]);
37 printf("%-10s",$result[8]);
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities-utf-3.phpt39 function concordance($s) {
41 $v = is_valid($s);
47 $s = chr($b1).chr($b2);
48 if (!concordance($s))
56 $s = chr($b1).chr($b2)."\x80";
57 if (!concordance($s))
60 if (!concordance($s))
68 if (!concordance($s))
71 if (!concordance($s))
74 if (!concordance($s))
[all …]
H A Dvfprintf_variation7.phpt36 "%s",
37 "%+s %-s %S",
38 "%ls %Ls, %4s %-4s",
39 "%10.4s %-10.4s %04s %04.4s",
40 "%'#2s %'2s %'$2s %'_2s",
41 "%% %%s %10 s%",
42 '%3$s %4$s %1$s %2$s'
88 @#$%&* s, UF 
96 % %s s
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_5.phpt46 $s = oci_parse($c, $plsql);
47 oci_execute($s);
53 oci_free_statement($s);
56 $s = oci_parse($c, $plsql);
57 oci_execute($s);
65 oci_free_statement($s);
69 oci_execute($s);
74 $row = oci_fetch_row($s);
83 oci_free_statement($s);
87 oci_execute($s);
[all …]
H A Dfunction_aliases.phpt93 Warning: ociexecute() expects at least 1 parameter, 0 given in %s on line %d
96 Warning: ocicancel() expects exactly 1 parameter, 0 given in %s on line %d
99 Warning: ocifetch() expects exactly 1 parameter, 0 given in %s on line %d
109 Warning: ocinumcols() expects exactly 1 parameter, 0 given in %s on line %d
112 Warning: ociparse() expects exactly 2 parameters, 0 given in %s on line %d
118 Warning: ociresult() expects exactly 2 parameters, 0 given in %s on line %d
130 Warning: ocilogoff() expects exactly 1 parameter, 0 given in %s on line %d
133 Warning: ocilogon() expects at least 2 parameters, 0 given in %s on line %d
155 Warning: ociloadlob() expects exactly 1 parameter, 0 given in %s on line %d
158 Warning: ocicommit() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
/PHP-7.4/Zend/tests/
H A Dnumeric_string_errors.phpt60 Warning: A non-numeric value encountered in %s on line %d
62 Warning: A non-numeric value encountered in %s on line %d
71 Warning: A non-numeric value encountered in %s on line %d
73 Warning: A non-numeric value encountered in %s on line %d
82 Warning: A non-numeric value encountered in %s on line %d
84 Warning: A non-numeric value encountered in %s on line %d
93 Warning: A non-numeric value encountered in %s on line %d
95 Warning: A non-numeric value encountered in %s on line %d
97 Warning: Division by zero in %s on line %d
106 Warning: A non-numeric value encountered in %s on line %d
[all …]
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_kr.c178 int c1, c2, s; in mbfl_filt_conv_wchar_euckr() local
180 s = 0; in mbfl_filt_conv_wchar_euckr()
198 c1 = (s >> 8) & 0xff; in mbfl_filt_conv_wchar_euckr()
199 c2 = s & 0xff; in mbfl_filt_conv_wchar_euckr()
202 s = c; in mbfl_filt_conv_wchar_euckr()
205 if (s <= 0) { in mbfl_filt_conv_wchar_euckr()
211 s = 0; in mbfl_filt_conv_wchar_euckr()
212 } else if (s <= 0) { in mbfl_filt_conv_wchar_euckr()
213 s = -1; in mbfl_filt_conv_wchar_euckr()
216 if (s >= 0) { in mbfl_filt_conv_wchar_euckr()
[all …]
/PHP-7.4/tests/security/
H A Dopen_basedir_file_put_contents.phpt32 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
34 Warning: file_put_contents(../bad/bad.txt): failed to open stream: %s in %s on line %d
37 …striction in effect. File(.././bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
39 Warning: file_put_contents(.././bad/bad.txt): failed to open stream: %s in %s on line %d
42 …tion in effect. File(../bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
44 Warning: file_put_contents(../bad/../bad/bad.txt): failed to open stream: %s in %s on line %d
47 …riction in effect. File(./.././bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
49 Warning: file_put_contents(./.././bad/bad.txt): failed to open stream: %s in %s on line %d
52 …): open_basedir restriction in effect. File%s/test/bad/bad.txt) is not within the allowed path(s):…
54 Warning: file_put_contents%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
H A Dopen_basedir_fileowner.phpt23 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
26 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
29 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
32 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
35 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
38 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
41 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
44 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
47 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
H A Dopen_basedir_stat.phpt23 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
26 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
29 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
32 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
35 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
38 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
41 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
44 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
47 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
H A Dopen_basedir_file_exists.phpt23 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
26 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
29 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
32 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
35 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
38 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
41 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
44 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
47 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
H A Dopen_basedir_fileatime.phpt23 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
26 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
29 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
32 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
35 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
38 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
41 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
44 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
47 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
H A Dopen_basedir_filectime.phpt23 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
26 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
29 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
32 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
35 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
38 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
41 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
44 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
47 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
H A Dopen_basedir_filegroup.phpt23 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
26 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
29 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
32 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
35 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
38 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
41 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
44 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
47 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
H A Dopen_basedir_fileinode.phpt23 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
26 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
29 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
32 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
35 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
38 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
41 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
44 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
47 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
H A Dopen_basedir_filemtime.phpt23 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
26 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
29 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
32 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
35 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
38 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
41 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
44 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
47 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d

Completed in 53 milliseconds

12345678910>>...240