Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-8.2/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt86 echo "after serialization => ";
90 echo "after unserialization => ";
142 after unserialization => int(342391)
150 after unserialization => array(0) {
155 after unserialization => array(5) {
170 after unserialization => array(16) {
217 after unserialization => array(7) {
240 after unserialization => NULL
244 after unserialization => NULL
332 after unserialization => NULL
[all …]
/PHP-8.2/ext/standard/tests/strings/
H A Dstr_repeat.phpt42 -- after repeating 0 times is =>
43 -- after repeating 1 times is => a
44 -- after repeating 2 times is => aa
48 -- after repeating 0 times is =>
54 -- after repeating 0 times is =>
60 -- after repeating 0 times is =>
66 -- after repeating 0 times is =>
72 -- after repeating 0 times is =>
78 -- after repeating 0 times is =>
84 -- after repeating 0 times is =>
[all …]
H A Dstripslashes_variation2.phpt106 string(31) "The string after addslashes is:"
112 string(31) "The string after addslashes is:"
118 string(31) "The string after addslashes is:"
124 string(31) "The string after addslashes is:"
130 string(31) "The string after addslashes is:"
136 string(31) "The string after addslashes is:"
142 string(31) "The string after addslashes is:"
148 string(31) "The string after addslashes is:"
154 string(31) "The string after addslashes is:"
160 string(31) "The string after addslashes is:"
[all …]
H A Dstripslashes_basic.phpt22 var_dump("The string after addslashes is:", $str_addslashes);
33 string(31) "The string after addslashes is:"
35 string(33) "The string after stripslashes is:"
37 string(31) "The string after addslashes is:"
39 string(33) "The string after stripslashes is:"
41 string(31) "The string after addslashes is:"
43 string(33) "The string after stripslashes is:"
45 string(31) "The string after addslashes is:"
47 string(33) "The string after stripslashes is:"
49 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.phpt67 -- String after replacing the search value is => --
74 -- String after replacing the search value is => --
81 -- String after replacing the search value is => --
88 -- String after replacing the search value is => --
95 -- String after replacing the search value is => --
102 -- String after replacing the search value is => --
109 -- String after replacing the search value is => --
116 -- String after replacing the search value is => --
123 -- String after replacing the search value is => --
130 -- String after replacing the search value is => --
[all …]
/PHP-8.2/ext/dom/tests/
H A DDOM4_DOMNode_after.phpt2 DOMNode::after()
15 $element->after(
16 'text inserted after',
17 $dom->createElement('inserted-after', 'content')
20 $secondMark->after('text inserted after second');
28 text inserted after
29 <inserted-after>
31 </inserted-after>
35 text inserted after second
H A Dbug80602_2.phpt2 Bug #80602 (Segfault when using DOMChildNode::after())
12 $target->after($target);
18 $target->after($target);
64 $target->after('bar','baz');
70 $target->after('bar','baz');
77 $target->after($target, 'bar','baz');
83 $target->after('bar', $target, 'baz');
89 $target->after('bar', 'baz', $target);
97 $target->after($target, 'bar','baz');
103 $target->after('bar', $target, 'baz');
[all …]
/PHP-8.2/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 …]
H A Dbug79580.phpt20 Testing for 31 2020: A 'day of year' can only come after a year has been found
21 Testing for 60 2020: A 'day of year' can only come after a year has been found
22 Testing for 91 2020: A 'day of year' can only come after a year has been found
23 Testing for 121 2020: A 'day of year' can only come after a year has been found
24 Testing for 130 2020: A 'day of year' can only come after a year has been found
/PHP-8.2/ext/intl/tests/
H A Dcalendar_equals_before_after_basic.phpt2 IntlCalendar::equals(), ::before() and ::after() basic test
23 var_dump("1 after 2", $intlcal1->after($intlcal2));
27 var_dump("1 after 3", $intlcal1->after($intlcal3));
31 var_dump("3 after 2", intlcal_after($intlcal3, $intlcal2));
42 string(9) "1 after 2"
48 string(9) "1 after 3"
54 string(9) "3 after 2"
/PHP-8.2/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-8.2/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 …]
/PHP-8.2/ext/pgsql/tests/
H A D08escape.phpt17 $after = pg_escape_string($before);
18 if ($expect === $after || $expect2 === $after) {
24 var_dump($after);
31 $after = pg_escape_bytea($before);
32 if ($expect === $after) {
38 var_dump($after);
76 $after = pg_escape_literal($db, $before);
77 if ($expect === $after) {
83 var_dump($after);
90 if ($expect === $after) {
[all …]
/PHP-8.2/ext/opcache/tests/opt/
H A Dverify_return_type.phpt64 ; (after optimizer)
70 ; (after optimizer)
80 ; (after optimizer)
90 ; (after optimizer)
97 ; (after optimizer)
105 ; (after optimizer)
111 ; (after optimizer)
119 ; (after optimizer)
126 ; (after optimizer)
137 ; (after optimizer)
[all …]
/PHP-8.2/ext/standard/tests/file/
H A Dcopy_variation18.phpt2 Test copy() function: usage variations - stat after copy
5 /* Test copy(): checking stat of file before and after after copy operation */
11 echo "*** Test copy() function: stat of file before and after copy ***\n";
35 echo "Comparing the stats of file before and after copy operation => ";
46 *** Test copy() function: stat of file before and after copy ***
48 Comparing the stats of file before and after copy operation => bool(true)
H A Dfseek_variation3.phpt18 echo "after -4 seek: ".bin2hex(fread($h,1))."\n";
20 echo "after seek back 1: ".bin2hex(fread($h,1))."\n";
22 echo "after seek back 20: ".bin2hex(fread($h,1))."\n";
40 after -4 seek:
42 after seek back 1: 39
44 after seek back 20:
/PHP-8.2/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-8.2/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt45 echo "\nResource type..var_dump after file open returns\n";
47 echo "Resource type..after file open is_resource() returns";
55 echo "\nResource type..var_dump after file close returns\n";
57 echo "Resource type..after file close is_resource() returns";
79 Resource type..var_dump after file open returns
81 Resource type..after file open is_resource() returns TRUE
83 Resource type..var_dump after file close returns
85 Resource type..after file close is_resource() returns FALSE
/PHP-8.2/ext/standard/tests/array/
H A Darray_pop.phpt50 Output after Pop is :
75 Output after Pop is :
92 Output after Pop is :
115 Output after Pop is :
132 Output after Pop is :
149 Output after Pop is :
166 Output after Pop is :
197 Output after Pop is :
212 Output after Pop is :
244 Output after Pop is :
[all …]
H A D005.phpt77 Output after shift is :
102 Output after shift is :
119 Output after shift is :
142 Output after shift is :
159 Output after shift is :
176 Output after shift is :
193 Output after shift is :
224 Output after shift is :
239 Output after shift is :
271 Output after shift is :
[all …]
/PHP-8.2/Zend/tests/fibers/
H A Dget-return-after-bailout.phpt2 Fiber::getReturn() after bailout
25 …ory size of %d bytes exhausted%s(tried to allocate %d bytes) %sget-return-after-bailout.php on lin…
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()
32 thrown in %sget-return-after-bailout.php on line %d
H A Dget-return-after-throwing.phpt2 Fiber::getReturn() after a fiber throws
20 …: Cannot get fiber return value: The fiber threw an exception in %sget-return-after-throwing.php:%d
22 #0 %sget-return-after-throwing.php(%d): Fiber->getReturn()
24 thrown in %sget-return-after-throwing.php on line %d
H A Dsuspend-in-force-close-fiber-after-shutdown.phpt2 Suspend in force-closed fiber after shutdown
22 …ror: Cannot suspend in a force-closed fiber in %ssuspend-in-force-close-fiber-after-shutdown.php:%d
24 #0 %ssuspend-in-force-close-fiber-after-shutdown.php(%d): Fiber::suspend()
27 thrown in %ssuspend-in-force-close-fiber-after-shutdown.php on line %d
/PHP-8.2/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)

Completed in 28 milliseconds

12345678910>>...27