Home
last modified time | relevance | path

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

12345678910>>...256

/php-src/ext/standard/tests/file/
H A Dtouch_variation6-win32.phpt165 Warning: touch(): Unable to create file touchVar5.tmp\..\BADDIR\aSubDirOrFile because %s in %s on l…
168 Warning: touch(): Unable to create file BADDIR\aSubDirOrFile because %s in %s on line %d
169 --- testing %s\touchVar5.tmp\aSubDirOrFile ---
175 --- testing %s\BADDIR\aSubDirOrFile ---
177 Warning: touch(): Unable to create file %s\BADDIR\aSubDirOrFile because %s in %s on line %d
180 Warning: touch(): Unable to create file touchVar5.tmp\aSubDirOrFile\ because %s in %s on line %d
181 --- testing %s\touchVar5.tmp\aSubDirOrFile\ ---
183 Warning: touch(): Unable to create file %s\touchVar5.tmp\aSubDirOrFile\ because %s in %s on line %d
188 --- testing /%s/touchVar5.tmp/aSubDirOrFile ---
198 --- testing %s\touchVar5.tmp\aSubDirOrFile ---
[all …]
H A Dreadlink_variation1.phpt35 Warning: readlink(): %s in %s on line %d
38 Warning: readlink(): %s in %s on line %d
41 Warning: readlink(): %s in %s on line %d
44 Warning: readlink(): %s in %s on line %d
47 Warning: readlink(): %s in %s on line %d
50 Warning: readlink(): %s in %s on line %d
H A Dtempnam_variation1-win32-mb.phpt60 File name is => %s%et%s
64 File name is => %s%et%s
68 File name is => %s%et%s
72 File name is => %s%et%s
76 File name is => %s%et%s
80 File name is => %s%et%s
84 File name is => %s%et%s
88 File name is => %s%et%s
92 File name is => %s%et%s
96 File name is => %s%et%s
/php-src/Zend/tests/
H A Dconcat_001.phpt16 $s = "some string";
21 var_dump($a.$s);
27 var_dump($o.$s);
32 var_dump($s.$o);
33 var_dump($s.$a);
34 var_dump($s.$i);
35 var_dump($s.$d);
36 var_dump($s.$s);
40 var_dump($i.$s);
46 var_dump($d.$s);
[all …]
H A D024.phpt18 Warning: Undefined variable $a in %s on line %d
20 Warning: Trying to access array offset on null in %s on line %d
23 Warning: Undefined variable $a in %s on line %d
25 Warning: Undefined variable $c in %s on line %d
30 Warning: Undefined variable $a in %s on line %d
33 Warning: Undefined variable $a in %s on line %d
35 Warning: Undefined variable $b in %s on line %d
38 Warning: Undefined variable $a in %s on line %d
41 Warning: Undefined variable $b in %s on line %d
44 Warning: Attempt to read property "1" on int in %s on line %d
[all …]
H A Dbug67856.phpt11 Warning: {closure:%s:%d}(): Argument #1 ($a) must be passed by reference, value given in %s on line…
13 Warning: {closure:%s:%d}(): Argument #2 ($b) must be passed by reference, value given in %s on line…
15 Warning: {closure:%s:%d}(): Argument #1 ($a) must be passed by reference, value given in %s on line…
17 Warning: {closure:%s:%d}(): Argument #2 ($b) must be passed by reference, value given in %s on line…
19 Warning: {closure:%s:%d}(): Argument #1 ($a) must be passed by reference, value given in %s on line…
21 Warning: {closure:%s:%d}(): Argument #2 ($b) must be passed by reference, value given in %s on line…
/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c32 s->state = php_random_uint128_add( in step()
40 s->state = php_random_uint128_constant(0ULL, 0ULL); in php_random_pcgoneseq128xslrr64_seed128()
41 step(s); in php_random_pcgoneseq128xslrr64_seed128()
42 s->state = php_random_uint128_add(s->state, seed); in php_random_pcgoneseq128xslrr64_seed128()
43 step(s); in php_random_pcgoneseq128xslrr64_seed128()
50 step(s); in generate()
72 u = php_random_uint128_hi(s->state); in serialize()
76 u = php_random_uint128_lo(s->state); in serialize()
103 s->state = php_random_uint128_constant(u[0], u[1]); in unserialize()
154 php_random_uint128_t s; in PHP_METHOD() local
[all …]
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c33 # define strtoll(s, f, b) _atoi64(s) argument
36 # define strtoll(s, f, b) atoll(s) argument
38 # define strtoll(s, f, b) strtol(s, f, b) argument
66 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument
95 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0; in add_error()
96 s->errors->error_messages[s->errors->error_count - 1].character = s->tok ? *s->tok : 0; in add_error()
103 memcpy(tmp, s->tok, s->cur - s->tok); in timelib_string()
297 case 'S': s->period->s = nr; break; in scan()
331 s->pos = cursor; s->line++; in scan()
951 while (isspace(*s) && s < e) { in timelib_strtointerval()
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_release_savepoint.phpt9 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
12 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
19 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
29 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
32 … printf("[008] Cannot create test table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
35 … printf("[009] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
39 …printf("[010] Got %s - [%d] %s\n", var_dump($tmp, true), mysqli_errno($link), mysqli_error($link));
42 printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
46 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
49 …printf("[013] Got %s - [%d] %s\n", var_dump($tmp, true), mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_fetch_assoc_bit.phpt34 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
45 printf("[002 - %d] [%d] %s\n",$bits, mysqli_errno($link), mysqli_error($link));
69 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
75 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
77 …alue) AS _bin, bit_value + 0 AS _bit_value0, bit_value, bit_null FROM test WHERE id = %s", $value);
79 printf("[004 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
82 printf("[005 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
86 … printf("[006 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
92 printf("%10s %64s\n%10s %64s\n", '_bin', $row['_bin'], 'insert', $bin);
93 printf("[007 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
[all …]
H A Dmysqli_stmt_bind_result_bit.phpt29 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
33 …f("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
44 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link_ins), mysqli_error($link_ins));
52 printf("[004 - %d] [%d] %s\n", $bits, mysqli_errno($link_ins), mysqli_error($link_ins));
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
63 printf("[006 - %d] [%d] %s\n", $bits, mysqli_errno($link_sel), mysqli_error($link_sel));
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
117 … printf("[011 - %d] mysqli_stmt_fetch() has failed for %d bits - ret = %s/%s, [%d] %s, [%d] %s\n",
128 … printf("[012 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
134 printf("[013 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
[all …]
H A Dmysqli_stmt_bind_param_type_juggling.phpt16 printf("[%03d + 1] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
21 … $sql = sprintf("CREATE TABLE test(col1 %s, col2 %s) ENGINE=%s", $sql_type1, $sql_type2, $engine);
23 printf("[%03d + 2] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
28 printf("[%03d + 3] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
58 printf("[%03d + 9] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
68 … printf("[%03d + 11] Expecting col1 = %s, col2 = %s got col1 = %s, col2 = %s - [%d] %s\n",
77 … printf("[%03d + 12] Expecting col1 = %s, col2 = %s got col1 = %s, col2 = %s - [%d] %s\n",
87 bind_twice($link, $engine, 'CHAR(1)', 'CHAR(1)', 's', 's', 'a', 'b', 10);
92 bind_twice($link, $engine, 'CHAR(1)', 'CHAR(1)', 's', 's', 1, 2, 40);
98 /* now, let's have two columns of different type and do type juggling */
[all …]
H A Dmysqli_stmt_get_result_bit.phpt9 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
37 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
48 printf("[002 - %d] [%d] %s\n",$bits, mysqli_errno($link), mysqli_error($link));
51 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
75 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
82 … printf("[004 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
93 printf("[007 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
98 … printf("[008 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
104 printf("%10s %64s\n%10s %64s\n", '_bin', $row['_bin'], 'insert', $bin);
105 printf("[009 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
[all …]
H A Dmysqli_stmt_execute_stored_proc.phpt20 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
25 printf("[009] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
54 printf("[018] Results seem wrong, got %s, [%d] %s\n",
67 printf("[019] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
90 printf("[026] Results seem wrong, got %s, [%d] %s\n",
102 printf("[028] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
128 printf("[035] Results seem wrong, got %s, [%d] %s\n",
140 printf("[037] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
149 if (!mysqli_stmt_bind_param($stmt, 's', $version))
170 printf("[045] Results seem wrong, got %s, [%d] %s\n",
[all …]
H A Dmysqli_poll_kill.phpt25 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
38 printf("[003] Expecting int/1 got %s/%s\n", gettype($tmp), var_export($tmp, true));
60 // Let's pass a dead connection
65 printf("[008] There should be no connection ready! Returned %s/%s, expecting int/0.\n",
81 printf("[011] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
98 printf("[012] Error on thread %d: %s/%s\n",
113 printf("[014] Rejecting thread %d: %s/%s\n",
154 printf("[018] Expecting int/0 got %s/%s\n", gettype($tmp), var_export($tmp, true));
198 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
204 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
[all …]
H A Dmysqli_explain_metadata.phpt33 printf("[003] Expecting int/%d got %s/%s\n",
37 printf("[004] Expecting int/%d got %s/%s\n",
42 printf("[005] Expecting int/%d got %s/%s\n",
72 printf("[010] Expecting int/%d got %s/%s\n",
76 printf("[011] Expecting int/%d got %s/%s\n",
80 printf("[013] Expecting int/%d got %s/%s\n",
84 printf("[014] Expecting int/%d got %s/%s\n",
89 printf("[015] Expecting int/%d got %s/%s\n",
105 printf("[018] Expecting int/%d got %s/%s\n",
112 printf("[020] Expecting int/%d got %s/%s\n",
[all …]
/php-src/ext/date/tests/
H A DDateInterval_serialize-002.phpt15 $s = serialize($d);
16 var_dump($s);
19 $e = unserialize($s);
34 's' => 27,
59 ["s"]=>
73 …Interval":10:{s:1:"y";i:43;s:1:"m";i:3;s:1:"d";i:24;s:1:"h";i:1;s:1:"i";i:12;s:1:"s";i:27;s:1:"f";…
88 ["s"]=>
113 ["s"]=>
138 ["s"]=>
H A Ddate_time_fractions_serialize.phpt10 $s = serialize( $dt );
11 echo $s, "\n";
13 $u = unserialize( $s );
17 O:8:"DateTime":3:{s:4:"date";s:26:"2016-10-03 12:47:18.819313";s:13:"timezone_type";i:3;s:8:"timezo…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt25 printf("%s(%s)\n", __METHOD__, $caller);
30 // printf("%s()\n", __METHOD__);
34 printf("%s()\n", __METHOD__);
38 printf("%s()\n", __METHOD__);
42 printf("%s(%s, %s)\n", __METHOD__, $method, var_export($params, true));
46 printf("%s(%s, %s)\n", __METHOD__, $prop, var_export($value, true));
51 printf("%s(%s)\n", __METHOD__, $prop);
57 printf("%s(%s)\n", __METHOD__, $caller);
68 printf("%s()\n", __METHOD__);
73 printf("%s(%s)\n", __METHOD__, var_export($data, true));
[all …]
/php-src/ext/opcache/tests/jit/
H A Dinc_024.phpt26 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
28 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
30 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
32 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
34 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
36 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
38 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
40 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
42 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
44 Deprecated: Increment on non-alphanumeric string is deprecated in %s on line %d
[all …]
/php-src/ext/gd/tests/
H A Dgd_info_variation1.phpt21 string(%d) %s
25 bool(%s)
27 bool(%s)
29 bool(%s)
31 bool(%s)
33 bool(%s)
35 bool(%s)
37 bool(%s)
39 bool(%s)
43 bool(%s)
/php-src/tests/output/
H A Dob_013.phpt5 function a($s){return $s;}
6 function b($s){return $s;}
7 function c($s){return $s;}
8 function d($s){return $s;}
11 public static function f($s) {
12 return $s;
15 public function g($s) {
16 return $s;
19 public function __invoke($s) {
20 return $s;
[all …]
/php-src/ext/fileinfo/libmagic/
H A Dis_simh.c69 char s[4]; member
83 myword d, s; in swap4() local
84 s.u = sv; in swap4()
85 d.s[0] = s.s[3]; in swap4()
86 d.s[1] = s.s[2]; in swap4()
87 d.s[2] = s.s[1]; in swap4()
88 d.s[3] = s.s[0]; in swap4()
116 (void)memcpy(simh_bo.s, "\01\02\03\04", 4); in simh_parse()
/php-src/ext/spl/tests/
H A Diterator_042.phpt42 Error AppendIterator::append(): Argument #1 ($iterator) must be of type Iterator, array given in %s
44 %s"storage"%s"ArrayIterator":private]=>
48 %s"storage"%s"ArrayIterator":private]=>
56 %s"storage"%s"ArrayIterator":private]=>
67 %s"storage"%s"ArrayIterator":private]=>
71 %s"storage"%s"ArrayIterator":private]=>
79 %s"storage"%s"ArrayIterator":private]=>
89 %s"storage"%s"ArrayIterator":private]=>
/php-src/ext/openssl/tests/
H A Dopenssl_spki_new_basic.phpt44 string(478) "%s"
45 string(478) "%s"
46 string(478) "%s"
47 string(478) "%s"
48 string(830) "%s"
49 string(830) "%s"
50 string(830) "%s"
51 string(830) "%s"
52 string(1510) "%s"
53 string(1510) "%s"
[all …]

Completed in 77 milliseconds

12345678910>>...256