Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...266

/php-src/ext/opcache/tests/
H A Dbug70423.phpt48 $d = 1;
49 $fn1 = function() use ($d) {echo "$d\n"; $d++;};
50 $fn2 = function() use (&$d) {echo "$d\n"; $d++;};
51 $d = 5;
/php-src/ext/date/tests/
H A Didate_variation5.phpt33 int(%d)
36 int(%d)
39 int(%d)
42 int(%d)
45 int(%d)
48 int(%d)
51 int(%d)
54 int(%d)
H A D009.phpt14 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
26 Deprecated: Function strftime() is deprecated in %s on line %d
29 Deprecated: Function strftime() is deprecated in %s on line %d
30 string(%d) "Tue Tuesday Jun June Tue Jun 27 00:00:00 2006 %s
33 Deprecated: Function strftime() is deprecated in %s on line %d
36 Deprecated: Function strftime() is deprecated in %s on line %d
39 Deprecated: Function gmstrftime() is deprecated in %s on line %d
42 Deprecated: Function gmstrftime() is deprecated in %s on line %d
43 string(%d) "Mon Monday Jun June Mon Jun 26 21:00:00 2006 %s
46 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A D009_win32.phpt19 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
27 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
38 Deprecated: Function strftime() is deprecated in %s on line %d
41 Deprecated: Function strftime() is deprecated in %s on line %d
44 Deprecated: Function strftime() is deprecated in %s on line %d
47 Deprecated: Function strftime() is deprecated in %s on line %d
50 Deprecated: Function gmstrftime() is deprecated in %s on line %d
53 Deprecated: Function gmstrftime() is deprecated in %s on line %d
54 string(%d) "Mon Monday Jun June 6/26/2006 9:00:00 PM 26 21 09 177 06 00 PM 00 26 26 1 6/26/2006 9:0…
56 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A DDatePeriod_set_state.phpt22 object(DatePeriod)#%d (%d) {
24 object(DateTime)#%d (%d) {
37 object(DateInterval)#%d (%d) {
42 ["d"]=>
H A Dbug52808.phpt30 object(DateInterval)#%d (%d) {
35 ["d"]=>
52 object(DateInterval)#%d (%d) {
57 ["d"]=>
74 object(DateInterval)#%d (%d) {
79 ["d"]=>
/php-src/ext/ffi/tests/
H A D033.phpt32 object(FFI\CData:uint8_t[2])#%d (2) {
38 object(FFI\CData:uint16_t[2])#%d (2) {
44 object(FFI\CType:uint8_t[2])#%d (0) {
46 object(FFI\CData:uint8_t[2])#%d (2) {
52 object(FFI\CType:uint16_t[2])#%d (0) {
54 object(FFI\CData:uint16_t[2])#%d (2) {
60 object(FFI\CType:uint32_t)#%d (0) {
62 object(FFI\CType:uint32_t[2][2])#%d (0) {
/php-src/ext/odbc/tests/
H A Dodbc_close_all_001.phpt50 object(Odbc\Connection)#%d (%d) {
52 object(Odbc\Connection)#%d (%d) {
54 object(Odbc\Result)#%d (%d) {
56 object(Odbc\Result)#%d (%d) {
/php-src/Zend/tests/
H A Dbug81076.phpt8 object(Closure)#%d (3) {
10 string(%d) "{closure:%s:%d}"
12 string(%d) "%s"
14 int(%d)
H A Dbug_debug_backtrace.phpt22 #0 %s(%d): boo()
23 #1 %s(%d): bar()
24 #2 %s(%d) : eval()'d code(1): foo()
25 #3 %s(%d): eval()
/php-src/ext/dba/tests/
H A Ddba_lmdb_creation_matrix.phpt28 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
46 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
58 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
70 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
83 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
101 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
113 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
125 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
138 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
156 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
[all …]
/php-src/ext/standard/tests/array/
H A Dasort_object2.phpt92 object(for_integer_asort)#%d (3) {
101 object(for_integer_asort)#%d (3) {
110 object(for_integer_asort)#%d (3) {
130 ["d"]=>
131 object(for_string_asort)#%d (3) {
140 object(for_string_asort)#%d (3) {
149 object(for_string_asort)#%d (3) {
155 string(1) "d"
158 object(for_string_asort)#%d (3) {
210 ["d"]=>
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_change_user_rollback.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 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
24 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
27 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
34 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
40 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
50 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
53 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_change_user_locks_temporary.phpt16 printf("[001] Cannot create second connection handle, [%d] %s\n",
20 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
34 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
46 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
49 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
52 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
55 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
58 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
69 printf("[012] There should be no table test any more, [%d] %s\n",
[all …]
/php-src/ext/standard/tests/general_functions/
H A Dtype.phpt112 int(%d)
114 int(%d)
117 int(%d)
198 object(stdClass)#%d (0) {
260 object(stdClass)#%d (3) {
269 object(stdClass)#%d (1) {
274 object(stdClass)#%d (3) {
283 object(stdClass)#%d (1) {
288 object(stdClass)#%d (1) {
293 object(stdClass)#%d (0) {
[all …]
/php-src/tests/security/
H A Dopen_basedir_copy.phpt38 Warning: copy(../bad): Failed to open stream: %s in %s on line %d
43 Warning: copy(../bad/bad.txt): Failed to open stream: %s in %s on line %d
46 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
48 Warning: copy(..): Failed to open stream: %s in %s on line %d
51 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
53 Warning: copy(../): Failed to open stream: %s in %s on line %d
56 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
58 Warning: copy(/): Failed to open stream: %s in %s on line %d
63 Warning: copy(../bad/.): Failed to open stream: %s in %s on line %d
68 Warning: copy(../bad/./bad.txt): Failed to open stream: %s in %s on line %d
[all …]
/php-src/ext/standard/tests/dir/
H A Ddir_variation9.phpt73 object(Directory)#%d (2) {
75 string(%d) "%s/dir_variation91/sub_dir11/sub_dir111/.."
77 resource(%d) of type (stream)
79 object(Directory)#%d (2) {
81 string(%d) "%s/dir_variation92/sub_dir21/../../dir_variation91"
83 resource(%d) of type (stream)
85 object(Directory)#%d (2) {
87 string(%d) "%s/dir_variation92/sub_dir21/../../dir_variation91/sub_dir11/.."
89 resource(%d) of type (stream)
91 object(Directory)#%d (2) {
[all …]
/php-src/ext/zip/tests/
H A Dzip_read.phpt18 Deprecated: Function zip_open() is deprecated in %s on line %d
20 Deprecated: Function zip_read() is deprecated in %s on line %d
22 Deprecated: Function zip_read() is deprecated in %s on line %d
24 Deprecated: Function zip_read() is deprecated in %s on line %d
26 Deprecated: Function zip_read() is deprecated in %s on line %d
28 Deprecated: Function zip_read() is deprecated in %s on line %d
30 Deprecated: Function zip_close() is deprecated in %s on line %d
/php-src/ext/standard/tests/math/
H A Dbug27646.phpt35 string(%d) "d:1%s;"
38 string(%d) "d:-1%s;"
41 string(7) "d:-INF;"
44 string(6) "d:INF;"
47 string(6) "d:NAN;"
/php-src/ext/zend_test/tests/
H A Dobserver_bug81435.phpt9 zend_test.observer.observe_function_names=a,d
18 function d() {} // observed
21 d();
46 <!-- init d() -->
47 <d>
48 </d>
53 Fatal error: Allowed memory size of 20971520 bytes exhausted %s in %s on line %d
/php-src/ext/snmp/tests/
H A Dsnmp-object.phpt160 string(%d) "%S"
167 string(%d) "%S"
170 string(%d) "%S"
171 string(%d) "%S"
174 string(%d) "%s"
175 string(%d) "%s"
179 int(%d)
185 int(%d)
191 int(%d)
197 int(%d)
[all …]
/php-src/Zend/tests/numeric_strings/
H A Dinvalid_numeric_strings_must_generate_warning.phpt116 Warning: A non-numeric value encountered in %s on line %d
118 Warning: A non-numeric value encountered in %s on line %d
123 Warning: A non-numeric value encountered in %s on line %d
125 Warning: A non-numeric value encountered in %s on line %d
130 Warning: A non-numeric value encountered in %s on line %d
132 Warning: A non-numeric value encountered in %s on line %d
137 Warning: A non-numeric value encountered in %s on line %d
139 Warning: A non-numeric value encountered in %s on line %d
144 Warning: A non-numeric value encountered in %s on line %d
146 Warning: A non-numeric value encountered in %s on line %d
[all …]
/php-src/ext/standard/tests/strings/
H A Dvprintf_variation8.phpt88 Warning: Array to string conversion in %s on line %d
90 Warning: Array to string conversion in %s on line %d
92 Warning: Array to string conversion in %s on line %d
94 Warning: Array to string conversion in %s on line %d
96 Warning: Array to string conversion in %s on line %d
98 Warning: Array to string conversion in %s on line %d
100 Warning: Array to string conversion in %s on line %d
102 Warning: Array to string conversion in %s on line %d
104 Warning: Array to string conversion in %s on line %d
106 Warning: Array to string conversion in %s on line %d
[all …]
/php-src/ext/reflection/tests/
H A DReflectionClass_getMethod_001.phpt50 --> Check for f(): object(ReflectionMethod)#%d (2) {
56 --> Check for s(): object(ReflectionMethod)#%d (2) {
62 --> Check for F(): object(ReflectionMethod)#%d (2) {
70 --> Check for f(): object(ReflectionMethod)#%d (2) {
76 --> Check for s(): object(ReflectionMethod)#%d (2) {
82 --> Check for F(): object(ReflectionMethod)#%d (2) {
90 --> Check for f(): object(ReflectionMethod)#%d (2) {
96 --> Check for s(): object(ReflectionMethod)#%d (2) {
102 --> Check for F(): object(ReflectionMethod)#%d (2) {
110 --> Check for f(): object(ReflectionMethod)#%d (2) {
[all …]
/php-src/Zend/tests/float_to_int/
H A Dwarnings_float_literals.phpt74 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
77 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
80 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
83 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
86 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
89 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
92 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
95 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
99 Deprecated: Implicit conversion from float 6.5 to int loses precision in %s on line %d
121 Warning: String offset cast occurred in %s on line %d
[all …]

Completed in 28 milliseconds

1...<<11121314151617181920>>...266