Home
last modified time | relevance | path

Searched refs:after (Results 301 – 325 of 472) sorted by relevance

1...<<111213141516171819

/PHP-7.0/ext/standard/tests/array/
H A Darray_unshift_variation7.phpt37 // returns element count in the resulting array after arguments are pushed to
45 // returns element count in the resulting array after arguments are pushed to
H A Darray_merge_variation10.phpt11 * Check the position of the internal array pointer after calling array_merge().
H A Dkey_variation4.phpt38 //See where internal pointer is after adding more elements
H A Darray_unshift_variation8.phpt37 // returns element count in the resulting array after arguments are pushed to
45 // returns element count in the resulting array after arguments are pushed to
H A Dcurrent_variation4.phpt39 //See where internal pointer is after adding more elements
H A Darray_splice_variation1.phpt20 * There are three regions to test:, before cut, the cut and after the cut.
/PHP-7.0/ext/spl/internal/
H A Dregexiterator.inc106 /** @return the key after accept has been called
113 /** @return the current value after accept has been called
H A Drecursiveiteratoriterator.inc198 /** Called right after calling getChildren() and its rewind().
205 /** Called after current child iterator is invalid and right before it
/PHP-7.0/ext/sysvsem/tests/
H A Dnowait.phpt60 // Release semaphore after 50ms
92 // Have the semaphore after process forked
/PHP-7.0/ext/standard/tests/file/
H A Dfilesize_variation4-win32.phpt61 echo "-- writing data after hole and checking the size --\n";
103 -- writing data after hole and checking the size --
H A Dfilesize_variation4.phpt63 echo "-- writing data after hole and checking the size --\n";
105 -- writing data after hole and checking the size --
H A D007_variation1.phpt37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation17.phpt37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A Dparse_ini_file_variation3.phpt70 // Tidy up after test
H A D007_variation9.phpt37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
/PHP-7.0/ext/standard/tests/http/
H A Dbug38802.phpt44 echo "-- Test: fail after 2 redirections --\n";
106 -- Test: fail after 2 redirections --
H A Dserver.inc13 …* $files is an array of files containing N responses for N expected requests. Server dies after N …
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c262 print_prop(FILE *f, pcre_uchar *code, const char *before, const char *after) in print_prop() argument
267 code[2]), after); in print_prop()
273 fprintf(f, "%s%sclist %d%s", before, not, code[2], after); in print_prop()
278 fprintf(f, "%s", after); in print_prop()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt136 print "reference, simple object w reference, change after bind...\n";
158 print "reference, one level, change after bind...\n";
278 reference, simple object w reference, change after bind...
283 reference, one level, change after bind...
H A Dmysqli_reconnect.phpt2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping()
55 // after 2+ seconds the server should kill the connection
H A Dmysqli_no_reconnect.phpt2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping()
53 // after 2+ seconds the server should kill the connection
/PHP-7.0/ext/imap/tests/
H A DREADME9 …ormation, the dovecot.conf file used in running the tests is given below (after -----). The doveco…
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug65806.phpt60 //after unserialize the property myObjC::attrD is null instead of expected object
/PHP-7.0/ext/oci8/tests/
H A Dlob_041.phpt2 Check LOBS are valid after statement free
/PHP-7.0/tests/lang/
H A DforeachLoopObjects.005.phpt2 Foreach loop tests - removing properties before and after the current property during the loop.

Completed in 35 milliseconds

1...<<111213141516171819