Home
last modified time | relevance | path

Searched refs:s (Results 126 – 150 of 5673) sorted by relevance

12345678910>>...227

/PHP-8.1/Zend/tests/anon/
H A D003.phpt15 object(class@%s)#1 (1) {
19 object(class@%s)#1 (1) {
23 object(class@%s)#1 (1) {
27 object(class@%s)#1 (1) {
31 object(class@%s)#1 (1) {
35 object(class@%s)#1 (1) {
39 object(class@%s)#1 (1) {
43 object(class@%s)#1 (1) {
47 object(class@%s)#1 (1) {
51 object(class@%s)#1 (1) {
/PHP-8.1/tests/security/
H A Dopen_basedir_error_log_variation.phpt33 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
35 Warning: error_log(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
38 …(): open_basedir restriction in effect. File(%s/test/bad.txt) is not within the allowed path(s): (…
40 Warning: error_log(%s/test/bad.txt): Failed to open stream: %s in %s on line %d
43 …log(): open_basedir restriction in effect. File(%s/bad.txt) is not within the allowed path(s): (.)…
45 Warning: error_log(%s/bad.txt): Failed to open stream: %s in %s on line %d
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
/PHP-8.1/Zend/
H A Dzend_long.h63 # define ZEND_LTOA(i, s, len) _i64toa_s((i), (s), (len), 10) argument
64 # define ZEND_ATOL(s) _atoi64((s)) argument
71 # define ZEND_LTOA(i, s, len) \ argument
73 int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \
74 (s)[st] = '\0'; \
76 # define ZEND_ATOL(s) atoll((s)) argument
92 # define ZEND_LTOA(i, s, len) _ltoa_s((i), (s), (len), 10) argument
93 # define ZEND_ATOL(s) atol((s)) argument
95 # define ZEND_LTOA(i, s, len) \ argument
98 (s)[st] = '\0'; \
[all …]
/PHP-8.1/ext/oci8/tests/
H A Dcommit_002.phpt29 $s = oci_parse($c, "insert into commit_002_tab values (-1, 1)");
30 $r = @oci_execute($s, OCI_DEFAULT);
32 $m = oci_error($s);
43 $s = oci_parse($c, "insert into commit_002_tab values (1, -1)");
44 $r = @oci_execute($s, OCI_NO_AUTO_COMMIT);
46 $m = oci_error($s);
67 Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s
70 Warning: oci_commit(): ORA-02091: %s
71 ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d
72 Could not commit: ORA-02091: %s
[all …]
H A Dimp_res_get_5.phpt47 $s = oci_parse($c, $plsql);
48 oci_execute($s);
54 oci_free_statement($s);
57 $s = oci_parse($c, $plsql);
58 oci_execute($s);
66 oci_free_statement($s);
70 oci_execute($s);
75 $row = oci_fetch_row($s);
84 oci_free_statement($s);
88 oci_execute($s);
[all …]
/PHP-8.1/ext/gmp/tests/
H A Dbug50283.phpt8 printf("Decimal: %s, -36-based: %s\n", gmp_strval($a), gmp_strval($a,-36));
9 printf("Decimal: %s, 36-based: %s\n", gmp_strval($a), gmp_strval($a,36));
11 printf("Decimal: %s, -1-based: %s\n", gmp_strval($a), gmp_strval($a,-1));
16 printf("Decimal: %s, 1-based: %s\n", gmp_strval($a), gmp_strval($a,1));
21 printf("Decimal: %s, -37-based: %s\n", gmp_strval($a), gmp_strval($a,-37));
25 printf("Decimal: %s, 37-based: %s\n", gmp_strval($a), gmp_strval($a,37));
26 printf("Decimal: %s, 62-based: %s\n", gmp_strval($a), gmp_strval($a,62));
28 printf("Decimal: %s, 63-based: %s\n\n", gmp_strval($a), gmp_strval($a,63));
32 printf("Base 32 and 62-based: %s\n", gmp_strval(gmp_init("gh82179fbf5", 32), 62));
/PHP-8.1/ext/odbc/tests/
H A Dodbc_exec_001.phpt33 Warning: odbc_exec(): Argument #3 must be of type int, string given in %s on line %d
35 Warning: odbc_exec(): SQL error: %s in %s on line %d
37 Warning: odbc_exec(): Argument #3 must be of type int, string given in %s on line %d
39 Warning: odbc_exec(): SQL error: %s in %s on line %d
41 Warning: odbc_exec(): SQL error: %s in %s on line %d
43 Warning: odbc_exec(): SQL error: %s in %s on line %d
45 Warning: odbc_exec(): SQL error: %s in %s on line %d
47 Warning: odbc_exec(): SQL error: %s in %s on line %d
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_connect_error.phpt24 …f("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
28 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
33 …onnect to the server should fail using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, …
37 printf("[004] Expecting string/'', got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_autocommit.phpt11 …tf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
23 …f("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
28 printf("[005] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
34 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
42 printf("[009] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
45 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
52 printf("[012] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
59 printf("[014] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
62 printf("[015] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_autocommit_oo.phpt11 …tf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
24 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
29 printf("[002] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
35 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[006] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
46 printf("[007] [%d] %s\n", $mysqli->errno, $mysqli->error);
53 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
60 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error);
63 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
H A Dmysqli_get_info_deprecations.phpt14 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
19 printf("client_info = '%s'\n", $mysqli->get_client_info());
21 printf("client_info = '%s'\n", mysqli_get_client_info($mysqli));
27 Deprecated: Method mysqli::get_client_info() is deprecated in %s
28 client_info = '%s'
30 Deprecated: mysqli_get_client_info(): Passing connection object as an argument is deprecated in %s
31 client_info = '%s'
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_connect.phpt24 printf("[002] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
29 printf("[003] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
34 printf("[004] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
39 printf("[005] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
44 printf("[006] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
49 printf("[007] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
53 …f("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
59 …"[009] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, …
63 printf("[010] Expecting boolean/false, got %s/%s\n", gettype($link), $link);
71 printf("[012] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[all …]
/PHP-8.1/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt22 ["%s/resources/dir.zip"]=>
24 ["%s/resources/test.awk"]=>
26 ["%s/resources/test.bmp"]=>
28 ["%s/resources/test.gif"]=>
30 ["%s/resources/test.jpg"]=>
32 ["%s/test.json"]=>
34 ["%s/resources/test.mp3"]=>
36 ["%s/resources/test.pdf"]=>
38 ["%s/resources/test.png"]=>
40 ["%s/resources/test.ppt"]=>
[all …]
/PHP-8.1/ext/standard/tests/serialize/
H A Dserialization_objects_011.phpt82 string(98) "O:1:"A":3:{s:8:"\0A\0APriv";s:7:"A.APriv";s:8:"\0*\0AProt";s:7:"A.AProt";s:4:"APub";s:6…
114s:8:"\0A\0APriv";s:7:"A.APriv";s:8:"\0*\0AProt";s:7:"A.AProt";s:4:"APub";s:6:"A.APub";s:8:"\0B\0BP…
160s:8:"\0A\0APriv";s:7:"A.APriv";s:8:"\0*\0AProt";s:7:"C.AProt";s:4:"APub";s:6:"C.APub";s:8:"\0B\0BP…
/PHP-8.1/ext/ftp/tests/
H A Dserver.inc51 $s = stream_socket_accept($socket);
56 fclose($s);
61 $buf = fread($s, 2048);
90 fputs($s, "200 OK\r\n");
91 $buf = fread($s, 2048);
98 fputs($s, "200 OK\r\n");
100 $buf = fread($s, 2048);
142 while($buf = fread($s, 4098)) {
148 fputs($s, " USER\r\n");
149 fputs($s, " HELP\r\n");
[all …]
/PHP-8.1/ext/standard/tests/general_functions/
H A Dphp_uname_basic.phpt10 echo "\n-- Try all the defined mode's --\n";
13 var_dump(php_uname('s'));
22 string(%d) "%s"
24 -- Try all the defined mode's --
25 string(%d) "%s"
26 string(%d) "%s"
27 string(%d) "%s"
28 string(%d) "%s"
29 string(%d) "%s"
30 string(%d) "%s"
/PHP-8.1/ext/standard/tests/file/
H A Dbug66588.phpt9 $s = fopen("php://memory", "w+");
10 fwrite($s, "\",bar");
11 rewind($s);
12 var_dump(fgetcsv($s));
13 fclose($s);
15 $s = fopen("php://memory", "w+");
16 fwrite($s, "\",bar\n");
17 rewind($s);
18 var_dump(fgetcsv($s));
19 fclose($s);
/PHP-8.1/main/
H A Dspprintf.c188 char *s = NULL; in xbuf_format_converter() local
500 *--s = '0'; in xbuf_format_converter()
541 *--s = '0'; in xbuf_format_converter()
556 s = S_NULL; in xbuf_format_converter()
579 s = "nan"; in xbuf_format_converter()
582 s = "inf"; in xbuf_format_converter()
622 s = "NAN"; in xbuf_format_converter()
627 s = "INF"; in xbuf_format_converter()
699 *--s = 'x'; in xbuf_format_converter()
704 s = "%p"; in xbuf_format_converter()
[all …]
H A Dsnprintf.c62 char *s = NULL; in __cvt() local
82 return(s); in __cvt()
115 return(s); in __cvt()
272 char *s = buf; in php_conv_fp() local
323 *s++ = *p++; in php_conv_fp()
325 *s++ = '.'; in php_conv_fp()
333 *s++ = *p++; in php_conv_fp()
354 *s++ = '+'; in php_conv_fp()
355 *s++ = '0'; in php_conv_fp()
1042 s++; in format_converter()
[all …]
/PHP-8.1/ext/spl/tests/
H A DSplFileObject_rewind_variation001.phpt13 $s = new SplFileObject(__FILE__);
15 $s->seek(15);
16 echo $s->current();
17 $s->next();
18 echo $s->current();
19 var_dump($s->valid());
20 $s->rewind();
21 var_dump($s->valid());
22 echo $s->current();
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_iso2022_kr.c210 c2 = s & 0xff; in mbfl_filt_conv_wchar_2022kr()
213 s = c; in mbfl_filt_conv_wchar_2022kr()
216 if (s & 0x8000) { in mbfl_filt_conv_wchar_2022kr()
217 s -= 0x8080; in mbfl_filt_conv_wchar_2022kr()
220 if (s <= 0) { in mbfl_filt_conv_wchar_2022kr()
222 s = 0; in mbfl_filt_conv_wchar_2022kr()
224 s = -1; in mbfl_filt_conv_wchar_2022kr()
226 } else if ((s >= 0x80 && s < 0x2121) || (s > 0x8080)) { in mbfl_filt_conv_wchar_2022kr()
227 s = -1; in mbfl_filt_conv_wchar_2022kr()
230 if (s >= 0) { in mbfl_filt_conv_wchar_2022kr()
[all …]
/PHP-8.1/Zend/tests/
H A Dor_001.phpt6 $s = "323423";
9 var_dump($s | $s1);
10 var_dump($s1 | $s);
12 $s = "some";
15 var_dump($s | $s1);
17 $s = "some";
18 $s |= "test";
20 var_dump($s);
/PHP-8.1/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 …]

Completed in 49 milliseconds

12345678910>>...227