Home
last modified time | relevance | path

Searched refs:before (Results 26 – 50 of 238) sorted by relevance

12345678910

/PHP-7.0/Zend/tests/generators/
H A Dgenerator_rewind.phpt2 A generator can only be rewinded before or at the first yield
7 echo "before yield\n";
49 before yield
H A Dthrow_caught.phpt7 echo "before yield\n";
22 before yield
H A Dthrow_rethrow.phpt7 echo "before yield\n";
22 before yield
/PHP-7.0/ext/standard/tests/array/
H A Dshuffle_basic2.phpt14 * before and after shuffle() function is applied on it
26 // printing the input array before the shuffle operation
27 echo "\n-- input array before shuffle() function is applied --\n";
42 -- input array before shuffle() function is applied --
H A Darray_shift_variation8.phpt16 * The solution is to reference the first element before removing it with array_shift():
30 echo "\n-- Reference first element before array_shift: --\n";
48 -- Reference first element before array_shift: --
/PHP-7.0/ext/standard/tests/file/
H A Dcopy_variation4.phpt42 echo "Size of the source file before copy operation => ";
52 echo "Existence of destination file before copy => ";
89 Size of the source file before copy operation => int(1500)
93 Existence of destination file before copy => bool(true)
105 Existence of destination file before copy => bool(true)
117 Existence of destination file before copy =>
135 Existence of destination file before copy => bool(true)
147 Existence of destination file before copy => bool(true)
159 Existence of destination file before copy => bool(false)
167 Existence of destination file before copy => bool(false)
H A Dstat_basic-win32.phpt55 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 --
/PHP-7.0/tests/output/
H A Dbug75236.phpt9 printf ("before getfilecontent\n");
15 before getfilecontent
/PHP-7.0/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt9 echo "before yield\n";
28 before yield
/PHP-7.0/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt48 … create ICU transliterator from rules (parse error after "{'``'}a > “;", before or at "{'``'}a > b…
49 … create ICU transliterator from rules (parse error after "{'``'}a > “;", before or at "{'``'}a > b…
51 …unable to create ICU transliterator from rules (parse error at offset 0, before or at "ffff") in %…
52 …unable to create ICU transliterator from rules (parse error at offset 0, before or at "ffff"): U_M…
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_declared_interfaces_variation1.phpt18 echo "\n-- before interface is used --\n";
31 -- before interface is used --
H A Dget_declared_traits_variation1.phpt18 echo "\n-- before instance is declared --\n";
35 -- before instance is declared --
H A Dget_declared_classes_variation1.phpt18 echo "\n-- before instance is declared --\n";
31 -- before instance is declared --
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt16 print "before\n";
27 before
H A Dbug44295.phpt16 print "before\n";
27 before
H A Dob_get_flush_basic.phpt20 var_dump( "this is printed before returning the string" );
35 string(43) "this is printed before returning the string"
/PHP-7.0/ext/dom/tests/
H A DDOMNode_insertBefore.phpt21 echo "Add new node A before B\n";
32 Add new node A before B
/PHP-7.0/ext/curl/tests/
H A Dcurl_file_deleted_before_curl_close.phpt2 Memory corruption error if fp of just created file is closed before curl_close.
16 unlink($temp_file); // file should not exist before test
/PHP-7.0/ext/zlib/tests/
H A Dgzrewind_basic.phpt13 echo "test rewind before doing anything\n";
27 test rewind before doing anything
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_bit.phpt11 // b'001' syntax not supported before 5.0.3
12 die("skip Syntax used for test not supported with MySQL Server before 5.0.3");
14 // better don't trust libmysql before 5.0.3
15 die("skip Syntax used for test not supported with MySQL Server before 5.0.3");
/PHP-7.0/ext/spl/tests/
H A DarrayObject_clone_basic1.phpt7 $a['p1'] = 'new element added to a before clone';
23 string(35) "new element added to a before clone"
/PHP-7.0/ext/pgsql/tests/
H A Dbug72028.phpt19 $params = array(null, "insert before looping with a reference");
44 string(38) "insert before looping with a reference"
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug_61755.phpt17 echo "NULL-Byte before first placeholder:\n";
35 NULL-Byte before first placeholder:
/PHP-7.0/Zend/tests/
H A Dforeach_017.phpt5 /* remove before */
43 /* replace before */
H A Dheredoc_018.phpt2 Testing heredoc with tabs before identifier

Completed in 46 milliseconds

12345678910