Home
last modified time | relevance | path

Searched refs:after (Results 101 – 125 of 472) sorted by relevance

12345678910>>...19

/PHP-7.0/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt27 echo"\nTotal Space after writing to a file\n";
45 Total Space after writing to a file
H A D007_variation12-win32.phpt41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
46 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
51 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+t…
H A D007_variation12.phpt41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
46 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
51 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+t…
H A D007_variation11.phpt41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
46 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
51 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
H A D007_variation20.phpt36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
41 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
46 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+b…
H A Dlstat_stat_variation10.phpt30 echo "*** Testing stat() on directory after using is_dir() on it ***\n";
53 *** Testing stat() on directory after using is_dir() on it ***
H A Dlstat_stat_variation17.phpt25 echo "*** Testing lstat() on a dir after changing its access permission ***\n";
51 *** Testing lstat() on a dir after changing its access permission ***
H A D007_variation15.phpt33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation23.phpt33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation8.phpt33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation7.phpt33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
/PHP-7.0/Zend/tests/
H A Dforeach_017.phpt17 /* remove after */
55 /* replace after */
/PHP-7.0/ext/standard/tests/array/
H A Darray_unshift_variation6.phpt37 // returns element count in the resulting array after arguments are pushed to
46 // returns element count in the resulting array after arguments are pushed to
57 // returns element count in the resulting array after arguments are pushed to
66 // returns element count in the resulting array after arguments are pushed to
H A Dbug33382.phpt2 Bug #33382 (array_reverse() fails after *sort() )
H A Darray_unshift_basic1.phpt21 // returns element count in the resulting array after arguments are pushed to
30 // returns element count in the resulting array after arguments are pushed to
/PHP-7.0/ext/session/tests/
H A Dbug38377.phpt2 Bug #38377 (session_destroy() gives warning after session_regenerate_id())
/PHP-7.0/tests/lang/
H A D012.phpt2 Testing stack after early function return
H A DforeachLoop.001.phpt14 //check key and value after the loop.
25 //check key and value after the loop.
/PHP-7.0/ext/spl/tests/
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
H A Dbug69227.phpt2 Bug #69227 (Use after free in zval_scan caused by spl_object_storage_get_gc)
/PHP-7.0/Zend/tests/generators/
H A Dsend_after_close.phpt2 Calls to send() after close should do nothing
/PHP-7.0/ext/curl/tests/
H A Dcurl_copy_handle_variation2.phpt15 echo "*** Testing curl_copy_handle(): add options after copy ***\n";
39 *** Testing curl_copy_handle(): add options after copy ***
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt18 echo "Test 1: Can't set prefetch after prepare\n";
40 Test 1: Can't set prefetch after prepare
/PHP-7.0/ext/json/tests/
H A Dfail001.phpt17 '["Comma after the close"],',
20 '{"Extra value after close": true} "misplaced quoted value"',
77 Testing: ["Comma after the close"],
92 Testing: {"Extra value after close": true} "misplaced quoted value"
/PHP-7.0/Zend/tests/anon/
H A D010.phpt2 Trait binding after anon class

Completed in 27 milliseconds

12345678910>>...19