Home
last modified time | relevance | path

Searched refs:s (Results 251 – 275 of 5935) sorted by relevance

1...<<11121314151617181920>>...238

/PHP-5.5/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_stmt_get_result_types.phpt16 printf("[001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
27 …ysqli_query($link, sprintf("CREATE TABLE test(id INT, label %s, PRIMARY KEY(id)) ENGINE = %s", $sq…
86 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
99 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
186 func_mysqli_stmt_get_result($link, $engine, "s", "DATE", NULL, 880);
188 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
189 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
192 func_mysqli_stmt_get_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
194 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", @date('H:i:s'), 980);
195 func_mysqli_stmt_get_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000);
[all …]
H A Dmysqli_insert_id.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[005] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[007] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
49 printf("[010] Expecting int/any >0, got %s/%s\n", gettype($last_id), $last_id);
79 printf("[014] Expecting int/any > %d, got %s/%s\n", $last_id, gettype($next_id), $next_id);
92 printf("[016] Expecting int/%d, got %s/%s\n", $last_id + 1, gettype($next_id), $next_id);
107 printf("[019] Something is wrong, check manually. Expecting %s got %s.\n",
119 printf("[021] Expecting int/1000, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_connect.phpt24 printf("[001] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
28 printf("[002] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
33 printf("[003] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
38 printf("[004] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
43 printf("[005] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
48 printf("[006] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
53 printf("[007] Expecting %s, got %s/%s\n", $exptype, gettype($tmp), $tmp);
57 …f("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
63 …"[009] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, …
67 printf("[010] Expecting boolean/false, got %s/%s\n", gettype($link), $link);
[all …]
H A Dmysqli_prepare_no_object.phpt14 …printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
15 printf("a) [%d] %s\n", mysqli_errno($link), mysqli_error($link));
18 …printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
19 printf("b) [%d] %s\n", mysqli_errno($link), mysqli_error($link));
24 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
28 …printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
29 printf("c) [%d] %s\n", $mysqli->errno, $mysqli->error);
32 …printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
33 printf("c) [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_send_query.phpt24 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
30 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
36 printf("[004] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[005] Expecting integer/any value, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
49 Warning: mysqli_send_query(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_fetch_field_direct_oo.phpt2 $res->fetch_field_direct(s)
19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
24 …f("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
28 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
32 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
38 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
47 printf("[007] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
67 %unicode|string%(%d) "%s"
71 %unicode|string%(%d) "%s"
[all …]
/PHP-5.5/main/
H A Dspprintf.c205 char *s = NULL; in xbuf_format_converter() local
533 *--s = '0'; in xbuf_format_converter()
574 *--s = '0'; in xbuf_format_converter()
590 s = S_NULL; in xbuf_format_converter()
613 s = "nan"; in xbuf_format_converter()
616 s = "inf"; in xbuf_format_converter()
658 s = "NAN"; in xbuf_format_converter()
663 s = "INF"; in xbuf_format_converter()
737 *--s = 'x'; in xbuf_format_converter()
742 s = "%p"; in xbuf_format_converter()
[all …]
/PHP-5.5/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-5.5/tests/security/
H A Dopen_basedir_symlink.phpt55 …open_basedir restriction in effect. File(%s/test/bad/symlink.txt) is not within the allowed path(s
58 …: open_basedir restriction in effect. File(%s/test/symlink.txt) is not within the allowed path(s):…
61 …open_basedir restriction in effect. File(%s/test/bad/symlink.txt) is not within the allowed path(s
64 …: open_basedir restriction in effect. File(%s/test/symlink.txt) is not within the allowed path(s):…
67 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
70 …nk(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.)…
73 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
76 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
79 …nk(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.)…
/PHP-5.5/ext/oci8/tests/
H A Dlob_029.phpt31 @oci_execute($s);
34 @oci_execute($s);
37 oci_execute($s);
44 oci_execute($s);
47 oci_execute($s);
50 oci_execute($s);
53 oci_execute($s);
60 oci_execute($s);
66 oci_execute($s);
75 oci_execute($s);
[all …]
H A Dbind_char_3_11gR1.phpt37 do_e($s);
45 do_e($s);
54 do_e($s);
64 do_e($s);
73 do_e($s);
82 do_e($s);
91 do_e($s);
102 do_e($s);
110 do_e($s);
120 do_e($s);
[all …]
H A Dbind_char_4.phpt42 do_e($s);
50 do_e($s);
59 do_e($s);
69 do_e($s);
78 do_e($s);
87 do_e($s);
96 do_e($s);
107 do_e($s);
115 do_e($s);
125 do_e($s);
[all …]
H A Dbind_char_4_11gR1.phpt39 do_e($s);
47 do_e($s);
56 do_e($s);
66 do_e($s);
75 do_e($s);
84 do_e($s);
93 do_e($s);
104 do_e($s);
112 do_e($s);
122 do_e($s);
[all …]
H A Dbind_char_3.phpt40 do_e($s);
48 do_e($s);
57 do_e($s);
67 do_e($s);
76 do_e($s);
85 do_e($s);
94 do_e($s);
105 do_e($s);
113 do_e($s);
123 do_e($s);
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_reverse_variation1.phpt102 Warning: array_reverse() expects parameter 1 to be array, integer given in %s on line %d
105 Warning: array_reverse() expects parameter 1 to be array, integer given in %s on line %d
108 Warning: array_reverse() expects parameter 1 to be array, integer given in %s on line %d
112 Warning: array_reverse() expects parameter 1 to be array, integer given in %s on line %d
142 Warning: array_reverse() expects parameter 1 to be array, double given in %s on line %d
192 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
195 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
198 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
202 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
205 Warning: array_reverse() expects parameter 1 to be array, null given in %s on line %d
[all …]
/PHP-5.5/ext/ereg/tests/
H A Deregi_variation_002.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function eregi() is deprecated, %s(74)
92 Error: 8192 - Function eregi() is deprecated, %s(74)
96 Error: 8192 - Function eregi() is deprecated, %s(74)
100 Error: 8192 - Function eregi() is deprecated, %s(74)
104 Error: 8192 - Function eregi() is deprecated, %s(74)
108 Error: 8192 - Function eregi() is deprecated, %s(74)
112 Error: 8192 - Function eregi() is deprecated, %s(74)
116 Error: 8192 - Function eregi() is deprecated, %s(74)
[all …]
H A Dspliti_variation_002.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function spliti() is deprecated, %s(74)
95 Error: 8192 - Function spliti() is deprecated, %s(74)
102 Error: 8192 - Function spliti() is deprecated, %s(74)
109 Error: 8192 - Function spliti() is deprecated, %s(74)
116 Error: 8192 - Function spliti() is deprecated, %s(74)
123 Error: 8192 - Function spliti() is deprecated, %s(74)
130 Error: 8192 - Function spliti() is deprecated, %s(74)
137 Error: 8192 - Function spliti() is deprecated, %s(74)
[all …]
H A Dereg_replace_variation_003.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
92 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
96 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
100 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
104 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
108 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
112 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
116 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
[all …]
H A Dereg_variation_002.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function ereg() is deprecated, %s(74)
92 Error: 8192 - Function ereg() is deprecated, %s(74)
96 Error: 8192 - Function ereg() is deprecated, %s(74)
100 Error: 8192 - Function ereg() is deprecated, %s(74)
104 Error: 8192 - Function ereg() is deprecated, %s(74)
108 Error: 8192 - Function ereg() is deprecated, %s(74)
112 Error: 8192 - Function ereg() is deprecated, %s(74)
116 Error: 8192 - Function ereg() is deprecated, %s(74)
[all …]
H A Deregi_replace_variation_003.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
92 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
96 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
100 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
104 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
108 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
112 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
116 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
[all …]
H A Dsplit_variation_002.phpt84 Error: 8 - Undefined variable: undefined_var, %s(64)
85 Error: 8 - Undefined variable: unset_var, %s(67)
88 Error: 8192 - Function split() is deprecated, %s(74)
95 Error: 8192 - Function split() is deprecated, %s(74)
102 Error: 8192 - Function split() is deprecated, %s(74)
109 Error: 8192 - Function split() is deprecated, %s(74)
116 Error: 8192 - Function split() is deprecated, %s(74)
123 Error: 8192 - Function split() is deprecated, %s(74)
130 Error: 8192 - Function split() is deprecated, %s(74)
137 Error: 8192 - Function split() is deprecated, %s(74)
[all …]
/PHP-5.5/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-5.5/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"…

Completed in 79 milliseconds

1...<<11121314151617181920>>...238