Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt98 echo "after serialization => ";
102 echo "after unserialization => ";
154 after unserialization => int(342391)
162 after unserialization => array(0) {
167 after unserialization => array(5) {
229 after unserialization => array(7) {
252 after unserialization => NULL
256 after unserialization => NULL
312 after unserialization => bool(true)
344 after unserialization => NULL
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_repeat.phpt144 -- after repeating '�' times is =>
171 -- after repeating '�' times is =>
198 -- after repeating '�' times is =>
225 -- after repeating '�' times is =>
252 -- after repeating '�' times is =>
279 -- after repeating '�' times is =>
306 -- after repeating '�' times is =>
333 -- after repeating '�' times is =>
360 -- after repeating '�' times is =>
387 -- after repeating '�' times is =>
[all …]
H A Dstripslashes_variation2.phpt111 string(31) "The string after addslashes is:"
117 string(31) "The string after addslashes is:"
123 string(31) "The string after addslashes is:"
129 string(31) "The string after addslashes is:"
135 string(31) "The string after addslashes is:"
141 string(31) "The string after addslashes is:"
147 string(31) "The string after addslashes is:"
153 string(31) "The string after addslashes is:"
159 string(31) "The string after addslashes is:"
165 string(31) "The string after addslashes is:"
[all …]
H A Dstripslashes_basic.phpt27 var_dump("The string after addslashes is:", $str_addslashes);
38 string(31) "The string after addslashes is:"
40 string(33) "The string after stripslashes is:"
42 string(31) "The string after addslashes is:"
44 string(33) "The string after stripslashes is:"
46 string(31) "The string after addslashes is:"
48 string(33) "The string after stripslashes is:"
50 string(31) "The string after addslashes is:"
52 string(33) "The string after stripslashes is:"
54 string(31) "The string after addslashes is:"
[all …]
H A Dbug21453.phpt7 <tr><td>first cell before < first cell after</td></tr>
8 <tr><td>second cell before < second cell after</td></tr>
16 first cell before < first cell after
17 second cell before < second cell after
H A Dstr_replace_variation2.phpt71 -- String after replacing the search value is => --
78 -- String after replacing the search value is => --
85 -- String after replacing the search value is => --
92 -- String after replacing the search value is => --
99 -- String after replacing the search value is => --
106 -- String after replacing the search value is => --
113 -- String after replacing the search value is => --
120 -- String after replacing the search value is => --
127 -- String after replacing the search value is => --
134 -- String after replacing the search value is => --
[all …]
/PHP-7.4/ext/date/tests/
H A Dbug49059.phpt13 print "\$diff->days after first diff: " . $diff->days . "\n";
15 print "\$date1 after sub: " . $date1->format("Y-m-d") . "\n";
17 print "\$date1 after second diff (called at \$date1): " .
21 print "\$date1 after third diff (called at \$date2): " .
28 $date1 after first diff: 2009-03-27
29 $diff->days after first diff: 26
30 $date1 after sub: 2009-03-25
31 $date1 after second diff (called at $date1): 2009-03-25
32 $diff->days after second diff: 24
33 $date1 after third diff (called at $date2): 2009-03-25
[all …]
/PHP-7.4/ext/intl/tests/
H A Dcalendar_before_after_error.phpt2 IntlCalendar::before()/after(): bad arguments
21 var_dump($c->after());
32 var_dump($c->after(1));
43 var_dump($c->after($c, 1));
64 error: 2, IntlCalendar::after() expects exactly 1 parameter, 0 given
65 error: 2, IntlCalendar::after(): intlcal_before/after: bad arguments
68 error: 2, IntlCalendar::before(): intlcal_before/after: bad arguments
74 error: 2, IntlCalendar::after() expects exactly 1 parameter, 2 given
75 error: 2, IntlCalendar::after(): intlcal_before/after: bad arguments
81 error: 2, intlcal_after(): intlcal_before/after: bad arguments
[all …]
H A Dcalendar_equals_before_after_basic.phpt2 IntlCalendar::equals(), ::before() and ::after() basic test
25 var_dump("1 after 2", $intlcal1->after($intlcal2));
29 var_dump("1 after 3", $intlcal1->after($intlcal3));
33 var_dump("3 after 2", intlcal_after($intlcal3, $intlcal2));
45 string(9) "1 after 2"
51 string(9) "1 after 3"
57 string(9) "3 after 2"
/PHP-7.4/ext/mbstring/tests/
H A Dbug77454.phpt2 Bug #77454: mb_scrub() silently truncates after a null byte
7 $str = "before\0after";
16 before\0after
17 before\0after
18 before\0after
/PHP-7.4/ext/pgsql/tests/
H A D08escape.phpt15 $after = pg_escape_string($before);
16 if ($expect === $after || $expect2 === $after) {
22 var_dump($after);
29 $after = pg_escape_bytea($before);
30 if ($expect === $after) {
36 var_dump($after);
74 $after = pg_escape_literal($before);
75 if ($expect === $after) {
81 var_dump($after);
88 if ($expect === $after) {
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_client_stats_ps.phpt41 $after = mysqli_get_client_stats();
44 printf("[003] Unbuffered rows got increased after buffered PS, expecting %d got %d.\n",
46 $after['rows_fetched_from_client_ps_unbuffered']);
49 …if ($after['rows_fetched_from_client_ps_buffered'] != $stats['rows_fetched_from_client_ps_buffered…
52 $after['rows_fetched_from_client_ps_buffered']);
54 $stats = $after;
69 $after = mysqli_get_client_stats();
74 $after['rows_fetched_from_client_ps_unbuffered']);
76 …if ($after['rows_fetched_from_client_ps_buffered'] != $stats['rows_fetched_from_client_ps_buffered…
79 $after['rows_fetched_from_client_ps_buffered']);
[all …]
H A Dmysqli_get_client_stats_skipped.phpt39 $after = mysqli_get_client_stats();
40 printf("AFTER: rows_skipped_normal = %d\n", $after['rows_skipped_normal']);
42 if ($after['rows_skipped_normal'] != $before['rows_skipped_normal'] + 1)
44 … "but before=%d after=%d\n", $before['rows_skipped_normal'], $after['rows_skipped_normal']);
/PHP-7.4/ext/standard/tests/array/
H A Darray_pop.phpt53 Output after Pop is :
70 Output after Pop is :
83 Output after Pop is :
99 Output after Pop is :
112 Output after Pop is :
125 Output after Pop is :
138 Output after Pop is :
158 Output after Pop is :
170 Output after Pop is :
198 Output after Pop is :
[all …]
H A D005.phpt107 Output after shift is :
124 Output after shift is :
137 Output after shift is :
153 Output after shift is :
166 Output after shift is :
179 Output after shift is :
192 Output after shift is :
212 Output after shift is :
224 Output after shift is :
252 Output after shift is :
[all …]
H A Darray_push.phpt93 Output after push is :
112 Output after push is :
125 Output after push is :
141 Output after push is :
154 Output after push is :
167 Output after push is :
180 Output after push is :
200 Output after push is :
212 Output after push is :
240 Output after push is :
[all …]
/PHP-7.4/Zend/tests/generators/
H A Dyield_in_finally.phpt10 echo "after return\n";
14 echo "after yield\n";
17 echo "after finally\n";
29 after yield
/PHP-7.4/ext/standard/tests/file/
H A Dcopy_variation18.phpt2 Test copy() function: usage variations - stat after copy
10 /* Test copy(): checking stat of file before and after after copy operation */
16 echo "*** Test copy() function: stat of file before and after copy ***\n";
40 echo "Comparing the stats of file before and after copy operation => ";
51 *** Test copy() function: stat of file before and after copy ***
53 Comparing the stats of file before and after copy operation => bool(true)
H A Dfseek_variation3.phpt24 echo "after -4 seek: ".bin2hex(fread($h,1))."\n";
26 echo "after seek back 1: ".bin2hex(fread($h,1))."\n";
28 echo "after seek back 20: ".bin2hex(fread($h,1))."\n";
46 after -4 seek:
48 after seek back 1: 39
50 after seek back 20:
H A Dftruncate_variation6-win32.phpt297 File content after truncating file to 15 size : string(15) "line
306 File content after truncating file to 15 size : string(15) "line
315 File content after truncating file to 15 size : string(15) "line
324 File content after truncating file to 15 size : string(15) "line
333 File content after truncating file to 15 size : string(15) "line
342 File content after truncating file to 15 size : string(15) "line
351 File content after truncating file to 15 size : string(15) "line
360 File content after truncating file to 15 size : string(15) "line
369 File content after truncating file to 15 size : string(15) "line
378 File content after truncating file to 15 size : string(15) "line
[all …]
H A Dftruncate_variation6.phpt297 File content after truncating file to 15 size : string(15) "line
306 File content after truncating file to 15 size : string(15) "line
315 File content after truncating file to 15 size : string(15) "line
324 File content after truncating file to 15 size : string(15) "line
333 File content after truncating file to 15 size : string(15) "line
342 File content after truncating file to 15 size : string(15) "line
351 File content after truncating file to 15 size : string(15) "line
360 File content after truncating file to 15 size : string(15) "line
369 File content after truncating file to 15 size : string(15) "line
378 File content after truncating file to 15 size : string(15) "line
[all …]
/PHP-7.4/ext/spl/tests/
H A Dspl_heap_isempty.phpt12 echo "Checking after insert: ";
15 echo "Checking after extract: ";
20 Checking after insert: bool(false)
21 Checking after extract: bool(true)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt50 echo "\nResource type..var_dump after file open returns\n";
52 echo "Resource type..after file open is_resource() returns";
60 echo "\nResource type..var_dump after file close returns\n";
62 echo "Resource type..after file close is_resource() returns";
85 Resource type..var_dump after file open returns
87 Resource type..after file open is_resource() returns TRUE
89 Resource type..var_dump after file close returns
91 Resource type..after file close is_resource() returns FALSE
/PHP-7.4/Zend/tests/
H A Dbug76502.phpt19 echo "after : ", get_class($processed), ".previous == ",
27 after : Exception.previous == Exception
30 after : Error.previous == Error
33 after : Error.previous == Exception
36 after : Exception.previous == Error
H A Dbug38220.phpt33 echo "after call $method\n";
69 after call func1
77 after call close
84 after call func1
92 after call close

Completed in 52 milliseconds

12345678910>>...22