Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-7.2/ext/spl/tests/
H A Diterator_025.phpt40 echo $it->current() . "\n";
47 echo $it->current() . "\n";
H A DSplDoublyLinkedList_current.phpt8 var_dump($list->current());
H A Ddllist_011.phpt8 var_dump($dll->current());
/PHP-7.2/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.2/ext/standard/tests/array/
H A Dend_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";
H A Dbug69674.phpt5 var_dump(current(array_keys(array())));
H A Darray_slice_variation10.phpt22 echo key($result) . " => " . current($result) . "\n";
24 echo key($input) . " => " . current ($input) . "\n";
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_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.2/ext/mbstring/tests/
H A Dmb_internal_encoding_error1.phpt11 * Description: Sets the current internal encoding or
12 * Returns the current internal encoding as a string
H A Dmb_substitute_character_variation2.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
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.2/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.2/ext/spl/internal/
H A Diteratoriterator.inc77 /** \return current key
84 /** \return current value
86 function current()
88 return $this->iterator->current();
H A Dmultipleiterator.inc48 /** @return current flags MIT_* */
152 * all registered Iterator instances current() result.
157 public function current()
175 $retval[$key] = $iter->current();
179 $retval[] = $iter->current();
184 throw new RuntimeException('Called current() with non valid sub iterator');
/PHP-7.2/ext/spl/
H A Dspl_fixedarray.c58 int current; member
220 intern->current = 0; in spl_fixedarray_object_new_ex()
850 object->current = 0; in spl_fixedarray_it_rewind()
863 if (object->current >= 0 && object->current < object->array.size) { in spl_fixedarray_it_valid()
901 ZVAL_LONG(key, object->current); in spl_fixedarray_it_get_current_key()
914 object->current++; in spl_fixedarray_it_move_forward()
929 RETURN_LONG(intern->current); in SPL_METHOD()
943 intern->current++; in SPL_METHOD()
957 RETURN_BOOL(intern->current >= 0 && intern->current < intern->array.size); in SPL_METHOD()
971 intern->current = 0; in SPL_METHOD()
[all …]
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt13 /* Connect to mysql to determine the current charset so we can diffinate it */
17 /* Make sure that we don't attempt to set the current character set to make this case useful */
/PHP-7.2/tests/lang/
H A Dinclude_variation1.phpt2 include() a file from the current script directory
/PHP-7.2/ext/opcache/tests/
H A Dopcache-2.blacklist4 ./current.php
/PHP-7.2/Zend/tests/
H A Dforeach_017.phpt29 /* remove current */
67 /* replace current */
H A Dbug71724.phpt15 var_dump(test()->current());
H A Dbug67874.phpt7 $data = array_map('current', $data);
/PHP-7.2/ext/standard/tests/file/
H A Dis_file_basic.phpt12 /* Checking with current file */
15 /* Checking with (current) dir */

Completed in 32 milliseconds

12345678910>>...27