Home
last modified time | relevance | path

Searched refs:current (Results 201 – 225 of 571) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/oci8/tests/
H A Dedition_1.phpt70 // Check the current edition of the DB and the contents of view_ed.
81 // Check the current edition of the DB and the contents of view_ed.
99 The value of current EDITION is MYEDITION
117 The value of current EDITION is MYEDITION1
139 The value of current EDITION is MYEDITION
/PHP-7.4/ext/spl/tests/
H A Ddllist_011.phpt8 var_dump($dll->current());
H A Dbug76367.phpt13 var_dump($iter->current());
/PHP-7.4/Zend/tests/
H A Dbug71724.phpt15 var_dump(test()->current());
H A Dbug67874.phpt7 $data = array_map('current', $data);
H A Dbug23104.phpt7 var_dump(current($bar));
H A Dforeach_017.phpt29 /* remove current */
67 /* replace current */
H A Dbug70397.phpt11 var_dump($f->call(new class {})->current());
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation4-win32-mb.phpt46 echo "-- reading directory contents with current handle --\n";
47 var_dump( $e->read() ); // with current handle
76 -- reading directory contents with current handle --
/PHP-7.4/tests/lang/
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
H A Dinclude_variation2.phpt2 Including a file in the current script directory from an included function
/PHP-7.4/Zend/tests/generators/
H A Dbug65035.phpt16 $gen->current();
H A Dyield_array_key.phpt12 var_dump($gen->current());
H A Dbug72523.phpt12 var_dump($gen->current());
H A Dgenerator_closure_with_this.phpt15 var_dump($genFactory()->current());
/PHP-7.4/ext/standard/tests/array/
H A Darray_values_variation5.phpt22 echo key($result) . " => " . current($result) . "\n";
24 echo key($input) . " => " . current ($input) . "\n";
H A Dnatcasesort_variation10.phpt19 echo key($array_arg) . " => " . current ($array_arg) . "\n";
26 echo key($array_arg) . " => " . current ($array_arg) . "\n";
H A Darray_slice_variation10.phpt22 echo key($result) . " => " . current($result) . "\n";
24 echo key($input) . " => " . current ($input) . "\n";
H A Darray_change_key_case_variation5.phpt22 echo key($result) . " => " . current($result) . "\n";
24 echo key($input) . " => " . current ($input) . "\n";
H A Deach_variation6.phpt20 echo key($arr) . " => " . current($arr) . "\n";
26 echo key($arr) . " => " . current($arr) . "\n";
/PHP-7.4/ext/standard/tests/file/
H A Dis_file_basic.phpt12 /* Checking with current file */
15 /* Checking with (current) dir */
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h29 zval current; member
/PHP-7.4/ext/mbstring/tests/
H A Dmb_internal_encoding_basic2.phpt16 * Description: Sets the current internal encoding or Returns
17 * the current internal encoding as a string
/PHP-7.4/tests/classes/
H A Dbug24445.phpt2 Bug #24445 (get_parent_class() returns the current class when passed an object)
/PHP-7.4/ext/date/tests/
H A Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)

Completed in 29 milliseconds

12345678910>>...23