Home
last modified time | relevance | path

Searched refs:current (Results 151 – 175 of 543) sorted by relevance

12345678910>>...22

/PHP-5.4/ext/mbstring/tests/
H A Dmb_substitute_character_basic.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
H A Dmb_substitute_character_error.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
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
/PHP-5.4/ext/standard/tests/dir/
H A Ddir_variation4.phpt40 echo "-- reading directory contents with current handle --\n";
41 var_dump( $e->read() ); // with current handle
70 -- reading directory contents with current handle --
/PHP-5.4/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-5.4/ext/standard/tests/array/
H A Dreset_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";
H A Deach_variation6.phpt20 echo key($arr) . " => " . current($arr) . "\n";
26 echo key($arr) . " => " . current($arr) . "\n";
H A Dend_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";
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";
/PHP-5.4/ext/oci8/tests/
H A Dedition_1.phpt58 // Check the current edition of the DB and the contents of view_ed.
69 // Check the current edition of the DB and the contents of view_ed.
87 The value of current EDITION is MYEDITION
105 The value of current EDITION is MYEDITION1
127 The value of current EDITION is MYEDITION
/PHP-5.4/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-5.4/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-5.4/ext/standard/tests/file/
H A Dis_file_basic.phpt12 /* Checking with current file */
15 /* Checking with (current) dir */
/PHP-5.4/tests/lang/
H A Dinclude_variation1.phpt2 include() a file from the current script directory
H A DforeachLoop.001.phpt32 var_dump(current($a));
35 var_dump(current($a));
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-5.4/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h29 zval *current; member

Completed in 32 milliseconds

12345678910>>...22