Home
last modified time | relevance | path

Searched refs:d (Results 426 – 450 of 6495) sorted by relevance

1...<<11121314151617181920>>...260

/PHP-8.2/Zend/tests/
H A Dnowdoc.inc7 class d { public $d = 4; };
8 $d = new d;
H A Dstr_offset_003.phpt23 Warning: Uninitialized string offset -10 in %s on line %d
25 string(1) "d"
27 Warning: Uninitialized string offset -2 in %s on line %d
31 Warning: Uninitialized string offset -10 in %s on line %d
33 string(1) "d"
35 Warning: Uninitialized string offset -2 in %s on line %d
H A Dlsb_018.phpt58 object(Foo)#%d (1) {
62 object(Bar)#%d (1) {
66 object(Baz)#%d (1) {
70 object(Foo)#%d (1) {
74 object(Bar)#%d (1) {
78 object(Baz)#%d (1) {
82 object(Foo)#%d (1) {
86 object(Bar)#%d (1) {
90 object(Baz)#%d (1) {
/PHP-8.2/ext/standard/tests/streams/
H A Dstream_select_preserve_keys.phpt20 resource(%d) of type (stream)
22 resource(%d) of type (stream)
26 resource(%d) of type (stream)
28 resource(%d) of type (stream)
32 resource(%d) of type (stream)
34 resource(%d) of type (stream)
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt132 printf("[%03d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
142 printf("[%03d] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
147 … printf("[%03d] [%d] %s\n", $offset + 2, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
153 … printf("[%03d] [%d] %s\n", $offset + 3, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
158 … printf("[%03d] [%d] %s\n", $offset + 4, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
164 printf("[%03d] [%d] %s\n", $offset + 5, mysqli_errno($link), mysqli_error($link));
169 printf("[%03d] [%d] %s\n", $offset + 5, mysqli_errno($link), mysqli_error($link));
363 printf("[2005] Expecting boolean/true got %s/%s, [%d] %s\n",
369 printf("[2006] [%d] %s\n", $stmt->errno, $stmt->error);
389 printf("[2011] bind_param() failed for id = %d, [%d] %s\n",
[all …]
H A Dmysqli_fetch_field_oo.phpt30 printf("[%d] %s\n", $mysqli->errno, $mysqli->errno);
43 printf("[005] Expecting charset %s/%d got %d\n",
70 object(stdClass)#%d (13) {
82 string(%d) "%s"
84 string(%d) "%s"
98 object(stdClass)#%d (13) {
110 string(%d) "%s"
112 string(%d) "%s"
114 int(%d)
116 int(%d)
[all …]
H A Dmysqli_query_stored_proc.phpt12 die(sprintf('skip Needs MySQL 5.0+, found version %d.', mysqli_get_server_version($link)));
20 printf("[001] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
35 printf("[003] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
48 printf("[004] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
71 printf("[006] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
94 printf("[009] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
112 printf("[015] Results seem wrong, got %s, [%d] %s\n",
122 printf("[016] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
140 printf("[022] Results seem wrong, got %s, [%d] %s\n",
156 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
[all …]
H A Dmysqli_fetch_array_many_rows.phpt16 if (!mysqli_query($link, $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, '%s')",
24 printf("[002] SELECT failed: [%d] %s\n", mysqli_errno($link), mysqli_errno($link));
34 printf("[003] SELECT failed: [%d] %s\n", mysqli_errno($link), mysqli_errno($link));
48 printf("[004] Unexpected result row[0] = '%s' (range 0...%d), [%d] %s\n",
53 printf("[005] Unexpected result row[0] = '%s', row[id] = '%s', [%d] %s\n",
60 printf("[006] Unexpected result row[1] = '%s', [%d] %s\n",
65 printf("[007] Unexpected result row[1] = '%s', row[label] = '%s', [%d] %s\n",
74 printf("[008] SELECT failed: [%d] %s\n", mysqli_errno($link), mysqli_errno($link));
84 printf("[009] SELECT failed: [%d] %s\n", mysqli_errno($link), mysqli_errno($link));
91 printf("[010] SELECT failed: [%d] %s\n", mysqli_errno($link), mysqli_errno($link));
[all …]
/PHP-8.2/ext/standard/tests/file/
H A Dfile_get_contents_variation7-win32-mb.phpt68 string(%d) "contents read"
71 string(%d) "contents read"
74 string(%d) "contents read"
77 string(%d) "contents read"
86 …\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
90 string(%d) "contents read"
93 string(%d) "contents read"
96 string(%d) "contents read"
99 string(%d) "contents read"
103 …(BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
[all …]
H A Dfile_get_contents_variation7-win32.phpt68 string(%d) "contents read"
71 string(%d) "contents read"
74 string(%d) "contents read"
77 string(%d) "contents read"
86 …\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
90 string(%d) "contents read"
93 string(%d) "contents read"
96 string(%d) "contents read"
99 string(%d) "contents read"
103 …(BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
[all …]
H A Dglob_basic.phpt50 string(%d) "%s/glob_basic/file.text"
52 string(%d) "%s/glob_basic/wonder.txt"
54 string(%d) "%s/glob_basic/wonder12345"
58 string(%d) "%s/glob_basic/wonder.txt"
62 string(%d) "%s/glob_basic/wonder.txt"
66 string(%d) "%s/glob_basic/file.text"
68 string(%d) "%s/glob_basic/wonder.txt"
74 string(%d) "%s/glob_basic/file.text"
76 string(%d) "%s/glob_basic/wonder.txt"
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobs.phpt36 printf("[%03d + 1] %d %s\n",
47 printf("[%03d + 2] %d %s\n",
53 printf("[%03d + 3] Returned value is not a stream resource\n", $offset);
59 … printf("[%03d + 3] Returned value seems to be wrong (%d vs. %d characters). Check manually\n",
65 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",
74 … printf("[%03d + 3] Returned value seems to be wrong (%d vs. %d characters). Check manually\n",
80 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",
H A Dpdo_mysql_attr_oracle_nulls.phpt33 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
37 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
52 …OCEDURE p() BEGIN SELECT NULL as z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, ' e' AS e; END;"…
87 ["d"]=>
88 string(2) " d"
104 ["d"]=>
105 string(2) " d"
121 ["d"]=>
122 string(2) " d"
140 ["d"]=>
[all …]
/PHP-8.2/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.2/ext/ffi/tests/
H A Dgh7867.phpt26 object(FFI\CData:char*)#%d (1) {
30 object(FFI\CData:char[4])#%d (4) {
38 string(1) "d"
40 object(FFI\CData:char[4])#%d (4) {
48 string(1) "d"
52 object(FFI\CData:char*)#%d (1) {
56 object(FFI\CData:char[4])#%d (4) {
66 object(FFI\CData:char[4])#%d (4) {
/PHP-8.2/ext/hash/
H A Dhash_ripemd.c230 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
237 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
244 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
251 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
322 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
330 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
338 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
346 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
350 tmp = d; d = dd; dd = tmp; in RIPEMD256Transform()
421 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
[all …]
/PHP-8.2/ext/date/tests/
H A Ddate_time_fractions_create_from_format.phpt7 $dt = date_create_from_format( "Y-m-d H:i:s.u", "2016-10-03 12:47:18.819313" );
14 object(DateTime)#%d (%d) {
22 object(DateTime)#%d (%d) {
H A Dbug75035.phpt12 $d = new DateTime('@' . ($extreme >> $i));
13 $s = serialize($d);
19 $original = $d->format('Y-m-d H:i:s');
20 $serializedUnserialized = is_string($u) ? $u : $u->format('Y-m-d H:i:s');
29 string(%d) "%s"
/PHP-8.2/ext/standard/tests/dir/
H A Dreaddir_variation4-win32-mb.phpt88 resource(%d) of type (stream)
92 resource(%d) of type (stream)
96 resource(%d) of type (stream)
100 resource(%d) of type (stream)
104 resource(%d) of type (stream)
108 resource(%d) of type (stream)
112 resource(%d) of type (stream)
116 resource(%d) of type (stream)
120 resource(%d) of type (stream)
124 resource(%d) of type (stream)
[all …]
/PHP-8.2/ext/oci8/tests/
H A Dfield_funcs1.phpt73 Warning: oci_field_is_null(): Invalid column index "-1" in %s on line %d
76 Warning: oci_field_name(): Invalid column index "-1" in %s on line %d
79 Warning: oci_field_type(): Invalid column index "-1" in %s on line %d
82 Warning: oci_field_type_raw(): Invalid column index "-1" in %s on line %d
85 Warning: oci_field_scale(): Invalid column index "-1" in %s on line %d
91 Warning: oci_field_size(): Invalid column index "-1" in %s on line %d
95 Warning: oci_field_is_null(): Invalid column name "none" in %s on line %d
98 Warning: oci_field_name(): Invalid column name "none" in %s on line %d
101 Warning: oci_field_type(): Invalid column name "none" in %s on line %d
107 Warning: oci_field_scale(): Invalid column name "none" in %s on line %d
[all …]
/PHP-8.2/ext/standard/tests/strings/
H A Dvprintf_basic2.phpt13 $format1 = "%d";
14 $format2 = "%d %d";
15 $format3 = "%d %d %d";
/PHP-8.2/ext/exif/tests/
H A Dbug60150.phpt14 …ata(bug60150.jpg): Process tag(x9003=DateTimeOriginal): Illegal pointer offset(%s) in %s on line %d
16 …d_data(bug60150.jpg): Error reading from file: got=x%x(=%d) != itemlen-%d=x%x(=%d) in %s on line %d
18 Warning: exif_read_data(bug60150.jpg): Invalid JPEG file in %s on line %d
/PHP-8.2/Zend/tests/float_to_int/
H A Dwarnings_string_float_vars.phpt77 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
80 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
83 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
86 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
89 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
92 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
95 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
98 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
101 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
105 Deprecated: Implicit conversion from float-string "6.5" to int loses precision in %s on line %d
[all …]
/PHP-8.2/Zend/tests/nullable_types/
H A Dnullable_type_parameters_do_not_have_default_value.phpt11 …%snullable_type_parameters_do_not_have_default_value.php on line %d and exactly 1 expected in %s:%d
13 #%d %s
14 #%d %s
15 thrown in %s on line %d
/PHP-8.2/tests/security/
H A Dopen_basedir_file_get_contents.phpt34 Warning: file_get_contents(../bad): Failed to open stream: %s in %s on line %d
39 Warning: file_get_contents(../bad/bad.txt): Failed to open stream: %s in %s on line %d
42 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
44 Warning: file_get_contents(..): Failed to open stream: %s in %s on line %d
47 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
49 Warning: file_get_contents(../): Failed to open stream: %s in %s on line %d
52 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
54 Warning: file_get_contents(/): Failed to open stream: %s in %s on line %d
59 Warning: file_get_contents(../bad/.): Failed to open stream: %s in %s on line %d
64 Warning: file_get_contents(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
[all …]

Completed in 55 milliseconds

1...<<11121314151617181920>>...260