Home
last modified time | relevance | path

Searched refs:d (Results 501 – 525 of 7036) sorted by relevance

1...<<21222324252627282930>>...282

/php-src/ext/date/tests/
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"
H A DDateInterval_serialize-001.phpt7 $d = new DateInterval('P2Y4DT6H8M');
9 var_dump($d);
12 $s = serialize($d);
20 var_dump($d->__serialize());
34 ["d"]=>
54 …2:"DateInterval":10:{s:1:"y";i:2;s:1:"m";i:0;s:1:"d";i:4;s:1:"h";i:6;s:1:"i";i:8;s:1:"s";i:0;s:1:"…
63 ["d"]=>
83 array(%d) {
88 ["d"]=>
/php-src/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-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_variation1.phpt24 string(%d) "%s"
26 Warning: session_module_name(): Session handler module "" cannot be found in %s on line %d
28 string(%d) "%s"
30 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d
32 string(%d) "%s"
33 string(%d) "%s"
/php-src/Zend/tests/
H A Dbug49908.phpt30 Fatal error: Uncaught Exception: Bar in %s:%d
32 #0 %s(%d): {closure:%s:%d}('Bar')
33 #1 %s(%d): {closure:%s:%d}('Foo')
35 thrown 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) {
H A Doffset_bool.phpt28 Warning: Trying to access array offset on true in %s on line %d
31 Warning: Trying to access array offset on true in %s on line %d
34 Warning: Trying to access array offset on true in %s on line %d
37 Warning: Trying to access array offset on true in %s on line %d
40 Warning: Trying to access array offset on true in %s on line %d
43 Warning: Trying to access array offset on true in %s on line %d
46 Warning: Trying to access array offset on true in %s on line %d
49 Warning: Trying to access array offset on true in %s on line %d
52 Warning: Trying to access array offset on true in %s on line %d
H A Doffset_long.phpt28 Warning: Trying to access array offset on int in %s on line %d
31 Warning: Trying to access array offset on int in %s on line %d
34 Warning: Trying to access array offset on int in %s on line %d
37 Warning: Trying to access array offset on int in %s on line %d
40 Warning: Trying to access array offset on int in %s on line %d
43 Warning: Trying to access array offset on int in %s on line %d
46 Warning: Trying to access array offset on int in %s on line %d
49 Warning: Trying to access array offset on int in %s on line %d
52 Warning: Trying to access array offset on int in %s on line %d
H A Doffset_null.phpt28 Warning: Trying to access array offset on null in %s on line %d
31 Warning: Trying to access array offset on null in %s on line %d
34 Warning: Trying to access array offset on null in %s on line %d
37 Warning: Trying to access array offset on null in %s on line %d
40 Warning: Trying to access array offset on null in %s on line %d
43 Warning: Trying to access array offset on null in %s on line %d
46 Warning: Trying to access array offset on null in %s on line %d
49 Warning: Trying to access array offset on null in %s on line %d
52 Warning: Trying to access array offset on null in %s on line %d
H A D017.phpt44 int(%d)
46 int(%d)
49 int(%d)
51 int(%d)
53 int(%d)
56 int(%d)
58 int(%d)
/php-src/ext/mysqli/tests/
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));
111 printf("[015] Results seem wrong, got %s, [%d] %s\n",
121 printf("[016] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
138 printf("[022] Results seem wrong, got %s, [%d] %s\n",
154 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 …]
H A Dmysqli_insert_packet_overflow.phpt15 printf("[001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
18 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
21 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
42 printf("[006] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
45 printf("[007] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
48 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
51 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
69 printf("[013] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
81 …printf("[014] max_allowed_packet = %d, strlen(query) = %d, [%d] %s\n", $max_allowed_packet, strlen…
84 printf("[015] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[all …]
/php-src/ext/standard/tests/file/
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-src/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-src/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-src/tests/security/
H A Dopen_basedir_file.phpt32 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
34 Warning: file(../bad): Failed to open stream: %s in %s on line %d
39 Warning: file(../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(..): Failed to open stream: %s in %s on line %d
49 Warning: file(../): 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(/): Failed to open stream: %s in %s on line %d
59 Warning: file(../bad/.): Failed to open stream: %s in %s on line %d
64 Warning: file(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
[all …]
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 …]
/php-src/tests/lang/
H A DforeachLoopObjects.005.phpt10 public $d = "Original d";
49 string(10) "Original d"
51 object(C)#%d (4) {
56 ["d"]=>
57 string(10) "Original d"
66 string(10) "Original d"
68 object(C)#%d (4) {
73 ["d"]=>
74 string(10) "Original d"
/php-src/ext/reflection/tests/
H A DReflectionClass_getMethods_001.phpt42 object(ReflectionMethod)#%d (2) {
49 object(ReflectionMethod)#%d (2) {
59 object(ReflectionMethod)#%d (2) {
66 object(ReflectionMethod)#%d (2) {
76 object(ReflectionMethod)#%d (2) {
83 object(ReflectionMethod)#%d (2) {
93 object(ReflectionMethod)#%d (2) {
100 object(ReflectionMethod)#%d (2) {
110 object(ReflectionMethod)#%d (2) {
117 object(ReflectionMethod)#%d (2) {
/php-src/ext/filter/tests/
H A D025.phpt19 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
22 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
25 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
28 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
31 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
34 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
37 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
/php-src/ext/standard/tests/general_functions/
H A Dget_included_files.phpt29 string(%d) "%sget_included_files.php"
35 string(%d) "%sget_included_files.php"
37 string(%d) "%sget_included_files_inc1.inc"
43 string(%d) "%sget_included_files.php"
45 string(%d) "%sget_included_files_inc1.inc"
47 string(%d) "%sget_included_files_inc2.inc"
49 string(%d) "%sget_included_files_inc3.inc"
/php-src/sapi/phpdbg/tests/
H A Dprint_002.phpt22 ; (lines=8, args=1, vars=1, tmps=%d)
25 L0015 0001 INIT_FCALL %d %d string("var_dump")
26 L0015 0002 INIT_FCALL %d %d string("strrev")
32 prompt> L0015 0001 INIT_FCALL %d %d string("var_dump")
/php-src/Zend/tests/fibers/
H A Dget-return-after-bailout.phpt25 … error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) %sget-return-after…
27 …ot get fiber return value: The fiber exited with a fatal error in %sget-return-after-bailout.php:%d
29 #0 %sget-return-after-bailout.php(%d): Fiber->getReturn()
30 #1 [internal function]: {closure:%s:%d}()
32 thrown in %sget-return-after-bailout.php on line %d
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_error.phpt43 …interpreting as "0" for backwards compatibility in %s%ezend_ini_parse_quantity_error.php on line %d
48 …nterpreting as "1M" for backwards compatibility in %s%ezend_ini_parse_quantity_error.php on line %d
53 …interpreting as "1" for backwards compatibility in %s%ezend_ini_parse_quantity_error.php on line %d
58 …nterpreting as "1K" for backwards compatibility in %s%ezend_ini_parse_quantity_error.php on line %d
68 …interpreting as "0" for backwards compatibility in %s%ezend_ini_parse_quantity_error.php on line %d
98 … Invalid quantity " 123\x00K", interpreting as " 123K" for backwards compatibility in %s on line %d
103 …00 123K": no valid leading digits, interpreting as "0" for backwards compatibility in %s on line %d
108 …x00123K": no valid leading digits, interpreting as "0" for backwards compatibility in %s on line %d
113 … Invalid quantity " 123\x00K", interpreting as " 123K" for backwards compatibility in %s on line %d
118 …00": unknown multiplier "\x00", interpreting as " 123" for backwards compatibility in %s on line %d
[all …]

Completed in 34 milliseconds

1...<<21222324252627282930>>...282