Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.0/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.0/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.0/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)
H A D054.phpt2 free resultset after close
13 * free resultset after close
H A D051.phpt2 free statement after close
13 * free statement after close
/PHP-7.0/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.0/tests/lang/
H A DforeachLoop.013.phpt82 --> State of array after loop:
96 --> State of array after loop:
115 --> State of array after loop:
136 --> State of array after loop:
155 --> State of array after loop:
170 --> State of array after loop:
188 --> State of array after loop:
209 --> State of array after loop:
224 --> State of array after loop:
239 --> State of array after loop:
[all …]
H A DforeachLoop.015.phpt84 --> State of array after loop:
98 --> State of array after loop:
117 --> State of array after loop:
138 --> State of array after loop:
157 --> State of array after loop:
172 --> State of array after loop:
190 --> State of array after loop:
211 --> State of array after loop:
226 --> State of array after loop:
241 --> State of array after loop:
[all …]
H A DforeachLoopObjects.001.phpt23 echo "\nCheck key and value after the loop.\n";
34 echo "\nCheck key and value after the loop.\n";
51 Check key and value after the loop.
67 Check key and value after the loop.
/PHP-7.0/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";
71 -- Testing stat() on dir after subdir and file is created in it --
75 -- Testing stat() for comparing stats after the deletion of subdir and file --
/PHP-7.0/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 …]
H A Dbug51291_2.phpt13 echo "\nTest 1 - Execute - after successful 2nd query with same statement\n";
29 echo "2nd call after successful execute\n";
37 Test 1 - Execute - after successful 2nd query with same statement
52 2nd call after successful execute
/PHP-7.0/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.0/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() ***
H A Dcurl_copy_handle_basic_005.phpt2 Test curl_copy_handle() after exec() with POST
14 echo '*** Test curl_copy_handle() after exec() with POST ***' . "\n";
37 *** Test curl_copy_handle() after exec() with POST ***
/PHP-7.0/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.0/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.0/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.0/Zend/tests/
H A Dbug34786.phpt16 echo "after: ".error_reporting()."\n";
22 after: 1
/PHP-7.0/tests/output/
H A Dob_get_contents_basic_001.phpt36 echo "\ncheck that contents disappear after a flush\n";
43 echo "\ncheck that no contents found after an end\n";
66 check that contents disappear after a flush
70 check that no contents found after an end

Completed in 32 milliseconds

12345678910>>...19