Home
last modified time | relevance | path

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

12345678910>>...31

/php-src/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-src/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-src/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-src/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-src/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-src/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-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats_ps.phpt38 $after = mysqli_get_client_stats();
40 …if ($after['rows_fetched_from_client_ps_unbuffered'] != $stats['rows_fetched_from_client_ps_unbuff…
41 printf("[003] Unbuffered rows got increased after buffered PS, expecting %d got %d.\n",
43 $after['rows_fetched_from_client_ps_unbuffered']);
46 …if ($after['rows_fetched_from_client_ps_buffered'] != $stats['rows_fetched_from_client_ps_buffered…
49 $after['rows_fetched_from_client_ps_buffered']);
51 $stats = $after;
66 $after = mysqli_get_client_stats();
71 $after['rows_fetched_from_client_ps_unbuffered']);
76 $after['rows_fetched_from_client_ps_buffered']);
[all …]
/php-src/ext/pgsql/tests/
H A D08escape.phpt19 $after = pg_escape_string($before);
20 if ($expect === $after || $expect2 === $after) {
26 var_dump($after);
33 $after = pg_escape_bytea($before);
34 if ($expect === $after) {
40 var_dump($after);
79 $after = pg_escape_literal($db, $before);
80 if ($expect === $after) {
86 var_dump($after);
93 if ($expect === $after) {
[all …]
/php-src/ext/dom/tests/modern/spec/
H A DElement_getAttribute.phpt8 echo "--- Get after parsing ---\n";
15 echo "--- Get after creating without namespace ---\n";
21 echo "--- Get after creating with namespace ---\n";
28 echo "--- Get after creating with namespace case sensitive ---\n";
40 --- Get after parsing ---
43 --- Get after creating without namespace ---
45 --- Get after creating with namespace ---
48 --- Get after creating with namespace case sensitive ---
H A DElement_getAttributeNode.phpt8 echo "--- Get after parsing ---\n";
15 echo "--- Get after creating without namespace ---\n";
21 echo "--- Get after creating with namespace ---\n";
28 echo "--- Get after creating with namespace case sensitive ---\n";
40 --- Get after parsing ---
43 --- Get after creating without namespace ---
45 --- Get after creating with namespace ---
48 --- Get after creating with namespace case sensitive ---
H A DElement_hasAttribute.phpt8 echo "--- Get after parsing ---\n";
15 echo "--- Get after creating without namespace ---\n";
21 echo "--- Get after creating with namespace ---\n";
28 echo "--- Get after creating with namespace case sensitive ---\n";
40 --- Get after parsing ---
43 --- Get after creating without namespace ---
45 --- Get after creating with namespace ---
48 --- Get after creating with namespace case sensitive ---
H A DElement_removeAttribute.phpt8 echo "--- Remove after parsing ---\n";
16 echo "--- Remove after creating without namespace ---\n";
23 echo "--- Remove after creating with namespace ---\n";
34 echo "--- Remove after creating with namespace case sensitive ---\n";
48 --- Remove after parsing ---
52 --- Remove after creating without namespace ---
55 --- Remove after creating with namespace ---
60 --- Remove after creating with namespace case sensitive ---
/php-src/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 …]
H A Dtype_inference_class_consts1.phpt49 ; (after optimizer)
55 ; (after optimizer)
61 ; (after optimizer)
67 ; (after optimizer)
73 ; (after optimizer)
83 ; (after optimizer)
89 ; (after optimizer)
/php-src/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-src/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-src/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-src/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 …]

Completed in 24 milliseconds

12345678910>>...31