Home
last modified time | relevance | path

Searched refs:current (Results 126 – 150 of 542) sorted by relevance

12345678910>>...22

/PHP-5.3/ext/standard/tests/general_functions/
H A Dob_get_flush_error.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
H A Dob_get_flush_basic.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
/PHP-5.3/ext/spl/tests/
H A Diterator_041.phpt39 function current()
42 return parent::current();
101 State 4: current()
H A Diterator_041b.phpt39 function current()
42 return parent::current();
101 State 4: current()
H A Drecursive_tree_iterator_005.phpt37 echo "key, getEntry, current:\n";
39 var_dump($it->key(), $it->getEntry(), $it->current());
76 key, getEntry, current:
H A Darray_019.phpt12 function current()
14 return ArrayIterator::current();
H A Diterator_025.phpt40 echo $it->current() . "\n";
47 echo $it->current() . "\n";
/PHP-5.3/ext/mbstring/tests/
H A Dmb_internal_encoding_error2.phpt11 * Description: Sets the current internal encoding or
12 * Returns the current internal encoding as a string
H A Dmb_internal_encoding_basic.phpt11 * Description: Sets the current internal encoding or Returns
12 * the current internal encoding as a string
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.3/ext/spl/examples/
H A Drecursivedualiterator.inc41 * iterators current children.
54 * state and identical current and key values or both are non valid.
63 * state and equal current and key values or both are invalid.
H A Ddirectoryfilterdots.inc30 /** @return whether the current entry is neither '.' nor '..'
37 /** @return the current entries path name
H A Dregexfindfile.inc32 /** @return whether the current filename matches the regular expression.
36 return preg_match($this->getSearch(), $this->current());
H A Ddirectorytreeiterator.inc34 /** @return the current element prefixed with ASCII graphics
36 function current()
/PHP-5.3/Zend/RFCs/
H A D002.txt15 name collisions with the current scoping methods.
30 contain all types of symbols. Zend will get the notion of a current
31 namespace, defaulting to the current global one. The current name
33 spaces than the current one may be referenced using a new namespace
45 namespaces than the current one:
124 current one with the "import" statement:
/PHP-5.3/ext/date/tests/
H A Dstrtotime_basic.phpt14 * This is parsed as the "first following Monday OR the current day if it is a Monday"
19 * Monday if the current day is a Monday"
24 * Monday if the current day is a Monday"
/PHP-5.3/ext/phar/phar/
H A Ddirectorytreeiterator.inc34 /** @return the current element prefixed with ASCII graphics
36 function current()
/PHP-5.3/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt16 * Description: Sets locale information.Returns the new current locale , or FALSE
21 /* If locale is "0", the locale setting is not affected, only the current setting is returned */
31 //returns current locale,before executing setlocale().
41 //returns current locale,after executing setlocale().
/PHP-5.3/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.3/ext/standard/tests/array/
H A Dreset_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";
H A Dend_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";
/PHP-5.3/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

Completed in 30 milliseconds

12345678910>>...22