Home
last modified time | relevance | path

Searched refs:after (Results 26 – 50 of 543) sorted by relevance

12345678910>>...22

/PHP-7.4/tests/lang/
H A DforeachLoop.012.phpt81 --> State of array after loop:
96 --> State of array after loop:
114 --> State of array after loop:
135 --> State of array after loop:
150 --> State of array after loop:
165 --> State of array after loop:
183 --> State of array after loop:
204 --> State of array after loop:
219 --> State of array after loop:
234 --> State of array after loop:
[all …]
H A DforeachLoop.014.phpt83 --> State of array after loop:
98 --> State of array after loop:
116 --> State of array after loop:
137 --> State of array after loop:
152 --> State of array after loop:
167 --> State of array after loop:
185 --> State of array after loop:
206 --> State of array after loop:
221 --> State of array after loop:
236 --> State of array after loop:
[all …]
H A DforeachLoop.013.phpt81 --> State of array after loop:
95 --> State of array after loop:
114 --> State of array after loop:
135 --> State of array after loop:
154 --> State of array after loop:
169 --> State of array after loop:
187 --> State of array after loop:
208 --> State of array after loop:
223 --> State of array after loop:
238 --> State of array after loop:
[all …]
H A DforeachLoop.015.phpt83 --> State of array after loop:
97 --> State of array after loop:
116 --> State of array after loop:
137 --> State of array after loop:
156 --> State of array after loop:
171 --> State of array after loop:
189 --> State of array after loop:
210 --> State of array after loop:
225 --> State of array after loop:
240 --> State of array after loop:
[all …]
/PHP-7.4/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt11 echo "after yield\n";
15 echo "code after finally\n";
19 echo "code after second finally\n";
H A Dreturn_return.phpt11 echo "after return\n";
15 echo "after return in inner finally\n";
21 echo "code after finally\n";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_client_stats_implicit_free.phpt29 $after = mysqli_get_client_stats();
30 if ($after['implicit_free_result'] != $stats['implicit_free_result'])
32 $after['implicit_free_result'] - $stats['implicit_free_result']);
34 $stats = $after;
H A Dmysqli_get_client_stats_off.phpt26 $after = mysqli_get_client_stats();
28 if ($before !== $after) {
31 var_dump($after);
34 foreach ($after as $k => $v)
H A Dmysqli_get_connection_stats_off.phpt35 $after = mysqli_get_connection_stats($link);
37 if ($before !== $after) {
40 var_dump($after);
43 foreach ($after as $k => $v)
/PHP-7.4/ext/dom/tests/
H A DDOMNode_normalize_basic.phpt43 echo "Number of child nodes of title after adding second title = ";
49 echo "Number of child nodes of title after normalizing author = ";
56 echo "Number of child nodes of title after normalizing title = ";
62 Number of child nodes of title after adding second title = int(2)
63 Number of child nodes of title after normalizing author = int(2)
64 Number of child nodes of title after normalizing title = int(1)
/PHP-7.4/ext/pdo/tests/
H A Dpdo_017.phpt49 return "Counted $res rows after $action.\n";
70 Counted 3 rows after insert.
71 Counted 0 rows after delete.
72 Counted 3 rows after rollback.
73 Counted 0 rows after delete.
74 Counted 0 rows after commit.
H A Dpdo_020.phpt26 echo "Counted $res columns after $sql.\n";
32 Counted 2 columns after SELECT id, val FROM test.
33 Counted 3 columns after SELECT id, val, val2 FROM test.
34 Counted 1 columns after SELECT COUNT(*) FROM test.
/PHP-7.4/ext/standard/tests/file/
H A Dfeof_basic.phpt46 echo "*** testing feof on unclosed file after a read ***\n";
53 echo "*** testing feof after a seek to near the beginning ***\n";
57 echo "*** testing feof after a seek to end ***\n";
61 echo "*** testing feof after a seek passed the end ***\n";
90 *** testing feof on unclosed file after a read ***
92 *** testing feof after a seek to near the beginning ***
94 *** testing feof after a seek to end ***
96 *** testing feof after a seek passed the end ***
H A Dstat_variation3-win32.phpt29 echo "-- Testing stat() on dir after subdir and file is created in it --\n";
51 // comparing stats after the deletion of subdir and file
52 echo "-- Testing stat() for comparing stats after the deletion of subdir and file --\n";
69 -- Testing stat() on dir after subdir and file is created in it --
73 -- Testing stat() for comparing stats after the deletion of subdir and file --
/PHP-7.4/Zend/tests/generators/
H A Dexception_during_shutdown.phpt10 echo "after yield\n";
14 echo "after yield in finally\n";
16 echo "after finally\n";
/PHP-7.4/Zend/tests/arg_unpack/
H A Dpositional_arg_after_unpack_error.phpt2 Positional arguments cannot be used after argument unpacking
10 Fatal error: Cannot use positional argument after argument unpacking in %s on line %d
/PHP-7.4/ext/opcache/tests/opt/
H A Ddce_001.phpt2 DCE 001: Remove dead computation after constants propagation
21 ; (after optimizer)
26 ; (after optimizer)
H A Ddce_006.phpt22 ; (after optimizer)
27 ; (after optimizer)
40 ; (after optimizer)
/PHP-7.4/ext/oci8/tests/
H A Dbug51291_1.phpt49 echo "\nTest 5 - Execute - after oci_rollback\n";
62 echo "2nd call after oci_rollback\n";
81 echo "2nd call after successful execute\n";
100 echo "2nd call after successful execute\n";
119 echo "2nd call after unsuccessful execute\n";
249 Test 5 - Execute - after oci_rollback
263 2nd call after oci_rollback
291 2nd call after successful execute
320 2nd call after successful execute
341 2nd call after unsuccessful execute
[all …]
/PHP-7.4/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt10 echo "after yield\n";
14 echo "after yield in finally\n";
17 echo "after finally\n";
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_004.phpt2 Test curl_copy_handle() after exec()
14 echo '*** Test curl_copy_handle() after exec() ***' . "\n";
35 *** Test curl_copy_handle() after exec() ***
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_replace.phpt616 -- String after replacing the search value is => --
623 -- String after replacing the search value is => --
630 -- String after replacing the search value is => --
637 -- String after replacing the search value is => --
644 -- String after replacing the search value is => --
651 -- String after replacing the search value is => --
658 -- String after replacing the search value is => --
665 -- String after replacing the search value is => --
672 -- String after replacing the search value is => --
679 -- String after replacing the search value is => --
[all …]
/PHP-7.4/ext/pcre/tests/
H A Dbug75457.phpt2 Bug #75457 (heap-use-after-free in php7.0.25)
9 Warning: preg_match(): Compilation failed: assertion expected after (?( or (?(?C) at offset 8 in %s…
/PHP-7.4/ext/standard/tests/array/
H A Dreset_variation3.phpt28 echo "\n-- Position after calling next() --\n";
34 echo "\n-- Position after calling reset() --\n";
48 -- Position after calling next() --
52 -- Position after calling reset() --
/PHP-7.4/Zend/tests/
H A Dbug34786.phpt16 echo "after: ".error_reporting()."\n";
22 after: 1

Completed in 53 milliseconds

12345678910>>...22