Home
last modified time | relevance | path

Searched refs:after (Results 151 – 175 of 543) sorted by relevance

12345678910>>...22

/PHP-7.4/ext/standard/tests/file/
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_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_variation19.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 beg…
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 "wb"…
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 D007_variation3.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 beg…
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" …
H A Dlstat_stat_variation17.phpt25 echo "*** Testing lstat() on a dir after changing its access permission ***\n";
50 *** Testing lstat() on a dir after changing its access permission ***
H A Dlstat_stat_variation2.phpt21 echo "*** Testing stat() for directory after being renamed ***\n";
49 *** Testing stat() for directory after being renamed ***
H A Dlstat_stat_variation1.phpt22 echo "*** Testing stat() for files after being renamed ***\n";
48 *** Testing stat() for files after being renamed ***
H A Dlstat_stat_variation11.phpt27 echo "*** Testing stat() on a file after using is_file() on it ***\n";
50 *** Testing stat() on a file after using is_file() on it ***
H A Dlstat_stat_variation7.phpt22 echo "*** Testing stat() on file after data is written in it ***\n";
46 *** Testing stat() on file after data is written in it ***
/PHP-7.4/Zend/tests/
H A Dbug79919.phpt2 Bug #79919 (Stack use-after-scope in define())
H A Dtemporary_cleaning_006.phpt2 Exception after separation during indirect write to fcall result
/PHP-7.4/Zend/tests/anon/
H A D010.phpt2 Trait binding after anon class
/PHP-7.4/ext/spl/tests/
H A Dbug67538.phpt2 Bug #67538 (SPL Iterators use-after-free)
/PHP-7.4/ext/standard/tests/array/
H A Dbug71660.phpt2 Bug #71660 (array_column behaves incorrectly after foreach by reference)
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.4/ext/exif/tests/
H A Dbug76409.phpt2 Bug #76409 (heap use after free in _php_stream_free)
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie_error.phpt16 // Arguments after options array (will not be set)
33 Warning: setcookie(): Cannot pass arguments after the options array in %s
/PHP-7.4/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.4/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.4/ext/pgsql/tests/
H A Dclose_default_link.phpt2 pg_close() default link after connection variable has been dropped
H A Dbug72195.phpt2 Bug #72195 (pg_pconnect/pg_connect cause use-after-free)
/PHP-7.4/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/PHP-7.4/ext/standard/tests/strings/
H A Dbug54238.phpt2 Bug #54238 (use-after-free in substr_replace())

Completed in 93 milliseconds

12345678910>>...22