Home
last modified time | relevance | path

Searched refs:after (Results 76 – 100 of 472) sorted by relevance

12345678910>>...19

/PHP-7.0/ext/standard/tests/file/
H A Dfilesize_variation3.phpt2 Test filesize() function: usage variations - file size after truncate
24 echo "-- Testing filesize() after truncating the file to a new length --\n";
45 -- Testing filesize() after truncating the file to a new length --
H A Dfileinode_variation.phpt49 echo "-- Testing after copying a file --\n";
60 echo "-- Testing after renaming the file --\n";
100 -- Testing after copying a file --
103 -- Testing after renaming the file --
H A Dlstat_stat_variation9.phpt24 echo "*** Testing stat() for comparing stats after the deletion of subdir and file ***\n";
43 // comparing stats after the deletion of subdir and file
63 *** Testing stat() for comparing stats after the deletion of subdir and file ***
H A D007_variation11-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 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_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_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 D007_variation4.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+"…
H A D007_variation18.phpt35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation10.phpt35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation2.phpt35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
/PHP-7.0/ext/standard/tests/http/
H A Dbug53198.phpt37 echo "-- Test: after ini_set --\n";
52 -- Test: after ini_set --
/PHP-7.0/tests/output/
H A Dob_clean_basic_001.phpt21 echo "Ensure the buffer is still active after the clean.";
35 Ensure the buffer is still active after the clean."
H A Dob_flush_basic_001.phpt21 echo "Ensure the buffer is still active after the flush.\n";
37 Ensure the buffer is still active after the flush.
/PHP-7.0/ext/spl/tests/
H A DarrayObject_clone_basic1.phpt11 $a['p2'] = 'new element added to a after clone';
25 string(34) "new element added to a after clone"
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug31402.phpt31 $after = unserialize($ser);
33 var_dump($before, $after);
/PHP-7.0/ext/session/tests/
H A D006.phpt43 echo "values after session:\n";
61 values after session:
H A D026.phpt45 echo "values after session:\n";
62 values after session:
/PHP-7.0/ext/pgsql/tests/
H A Dbug72028.phpt22 $params2 = array(null, "insert after looping with a reference");
50 string(37) "insert after looping with a reference"
/PHP-7.0/Zend/tests/generators/
H A Dgenerator_rewind.phpt9 echo "after yield\n";
50 after yield
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_errno.phpt34 // set after error server?
41 // reset after error & success
50 // set after client error
H A Dmysqli_stmt_error.phpt34 // set after error server?
41 // reset after error & success
50 // set after client error
/PHP-7.0/ext/standard/tests/array/
H A Dend_variation3.phpt25 echo "\n-- Position after calling end() --\n";
38 -- Position after calling end() --
H A Dkey_variation3.phpt27 echo "\n-- Position after calling next() --\n";
40 -- Position after calling next() --
H A Dbug72116.phpt2 Bug #72116 (insertion after array_fill fails)
H A Dcurrent_variation3.phpt26 echo "\n-- Position after calling next() --\n";
39 -- Position after calling next() --

Completed in 37 milliseconds

12345678910>>...19