Home
last modified time | relevance | path

Searched refs:after (Results 51 – 75 of 472) sorted by relevance

12345678910>>...19

/PHP-7.0/ext/mysqli/tests/
H A D052.phpt2 call statement after close
13 * statement call after close
/PHP-7.0/ext/standard/tests/file/
H A Dstat_basic-win32.phpt39 // now new stat of the dir after file is created
50 // New stat values taken after creation of file
53 // compare the two stat values, initial stat and stat recorded after
55 echo "*** Testing stat(): comparing stats (recorded before and after file creation) ***\n";
56 echo "-- comparing difference in dir stats before and after creating file in it --\n";
77 *** Testing stat(): comparing stats (recorded before and after file creation) ***
78 -- comparing difference in dir stats before and after creating file in it --
H A Dbug52820.phpt29 echo "temp stream (close after):\n";
32 echo "\nmemory stream (close after):\n";
43 temp stream (close after):
48 memory stream (close after):
H A D005_variation.phpt71 echo "\n-- Checking different times, just after creating the file --\n";
85 echo "\n-- Checking different times, after writing into the file --\n";
93 echo "\n-- Checking different times, after reading from the file --\n";
153 /* touch() after renaming the file */
196 -- Checking different times, just after creating the file --
201 -- Checking different times, after changing the file permission --
206 -- Checking different times, after writing into the file --
211 -- Checking different times, after reading from the file --
216 -- Checking different times, after creating a softlink to the file --
221 -- Checking different times, after creating a hardlink to the file --
[all …]
H A Dlstat_stat_basic.phpt43 // now new stat of the dir after file is created
53 // new stat of the file, after a softlink to this file is created
65 // New stat values taken after creation of file & link
69 // compare the two stat values, initial stat and stat recorded after
71 echo "*** Testing stat() and lstat() : comparing stats (recorded before and after file/link creatio…
72 echo "-- comparing difference in dir stats before and after creating file in it --\n";
76 echo "-- comparing difference in file stats before and after creating link to it --\n";
96 *** Testing stat() and lstat() : comparing stats (recorded before and after file/link creation) ***
97 -- comparing difference in dir stats before and after creating file in it --
207 -- comparing difference in file stats before and after creating link to it --
H A Dstat_variation1-win32.phpt33 echo "-- Testing stat() for files after being renamed --\n";
52 echo "-- Testing stat() for directory after being renamed --\n";
82 -- Testing stat() for files after being renamed --
87 -- Testing stat() for directory after being renamed --
H A D005_variation-win32.phpt68 echo "\n-- Checking different times, just after creating the file --\n";
76 echo "\n-- Checking different times, after changing the file permission --\n";
82 echo "\n-- Checking different times, after writing into the file --\n";
90 echo "\n-- Checking different times, after reading from the file --\n";
98 echo "\n-- Checking different times, after making a copy of the file --\n";
138 /* touch() after renaming the file */
167 -- Checking different times, just after creating the file --
172 -- Checking different times, after changing the file permission --
177 -- Checking different times, after writing into the file --
182 -- Checking different times, after reading from the file --
[all …]
H A Dlstat_stat_variation16.phpt28 // checking stat() on file after changing its permission
29 echo "*** Testing lstat() on a file after changing its access permission ***\n";
52 *** Testing lstat() on a file after changing its access permission ***
H A Dfilesize_variation3-win32.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 --
/PHP-7.0/ext/standard/tests/array/
H A Dusort_variation6.phpt47 echo "-- Array after call to usort() --\n";
53 echo "-- Array after call to usort() --\n";
62 -- Array after call to usort() --
126 -- Array after call to usort() --
H A Dshuffle_basic1.phpt14 * before and after shuffle() function is applied on it
35 echo "\n-- resultant array after shuffle() function is applied --\n";
48 echo "\n-- resultant array after shuffle() function is applied --\n";
81 -- resultant array after shuffle() function is applied --
128 -- resultant array after shuffle() function is applied --
H A Dshuffle_basic2.phpt14 * before and after shuffle() function is applied on it
34 echo "\n-- resultant array after shuffle() function is applied --\n";
67 -- resultant array after shuffle() function is applied --
/PHP-7.0/tests/basic/
H A Dtimeout_variation_10.phpt22 shutdown happens after here
24 shutdown happens after here
/PHP-7.0/tests/output/
H A Dbug75236.phpt11 printf ("after getfilecontent\n");
18 after getfilecontent
/PHP-7.0/ext/bcmath/libbcmath/
H A DFAQ11 GMP has "integers" (no digits after a decimal), "rational numbers"
15 a "scale" that represent the number of digits to represent after the
17 calculate an exact number of digits after the decimal point regardless
/PHP-7.0/ext/spl/tests/
H A DarrayObject_clone_basic2.phpt13 $c->p2 = 'new prop added to c after clone';
23 string(31) "new prop added to c after clone"
33 string(31) "new prop added to c after clone"
H A DarrayObject_clone_basic3.phpt16 $wrappedObject->dynamic2 = 'new prop added to $wrappedObject after clone';
31 string(44) "new prop added to $wrappedObject after clone"
45 string(44) "new prop added to $wrappedObject after clone"
62 string(44) "new prop added to $wrappedObject after clone"
H A Dbug69970.phpt2 Bug #69970 (Use-after-free vulnerability in spl_recursive_it_move_forward_ex())
16 // Trigger use-after-free
/PHP-7.0/ext/date/lib/
H A Dtm2unixtime.c408 timelib_time_offset *before, *after; in do_adjust_timezone() local
414 after = timelib_get_time_zone_info(tz->sse - before->offset, tzi); in do_adjust_timezone()
418 ((tz->sse - after->offset) >= (after->transistion_time + (before->offset - after->offset))) && in do_adjust_timezone()
419 ((tz->sse - after->offset) < after->transistion_time) in do_adjust_timezone()
422 if ((before->offset != after->offset) && !in_transistion) { in do_adjust_timezone()
423 tmp = -after->offset; in do_adjust_timezone()
428 timelib_time_offset_dtor(after); in do_adjust_timezone()
/PHP-7.0/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt31 /* dump value and reference count of $global_var after exiting function
35 echo "\n-- Value of global variable, after exiting dump_globalvar() --\n";
74 echo "\n-- Value of \$var_3: (after unsetting var_3) --\n";
83 echo "\n-- Value of \$var_1: (after unsetting variable_1) --\n";
135 -- Value of global variable, after exiting dump_globalvar() --
168 -- Value of $var_3: (after unsetting var_3) --
179 -- Value of $var_1: (after unsetting variable_1) --
/PHP-7.0/ext/sqlite3/tests/
H A Dbug69972.phpt2 Bug #69972 (Use-after-free vulnerability in sqlite3SafetyCheckSickOrOk())
16 // Trigger the use-after-free
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_declared_interfaces_variation1.phpt22 echo "\n-- after interface is used --\n";
34 -- after interface is used --
H A Dget_declared_traits_variation1.phpt21 echo "\n-- after use is declared --\n";
38 -- after use is declared --
H A Dget_declared_classes_variation1.phpt21 echo "\n-- after instance is declared --\n";
34 -- after instance is declared --
/PHP-7.0/ext/date/tests/
H A Dstrtotime_basic.phpt28 * This is parsed as the "first following Monday after the first Monday in December"
32 * This is parsed as the "second following Monday after the first Monday in December"
36 * This is parsed as the "third following Monday after the first Monday in December"

Completed in 27 milliseconds

12345678910>>...19