Searched refs:current (Results 151 – 175 of 543) sorted by relevance
12345678910>>...22
11 * Description: Sets the current substitute_character or returns the current substitute_character
11 * Description: Sets the current internal encoding or 12 * Returns the current internal encoding as a string
40 echo "-- reading directory contents with current handle --\n";41 var_dump( $e->read() ); // with current handle70 -- reading directory contents with current handle --
40 echo $it->current() . "\n";47 echo $it->current() . "\n";
8 var_dump($list->current());
8 var_dump($dll->current());
19 echo key($array) . " => " . current($array) . "\n";25 echo key($array) . " => " . current($array) . "\n";
20 echo key($arr) . " => " . current($arr) . "\n";26 echo key($arr) . " => " . current($arr) . "\n";
22 echo key($result) . " => " . current($result) . "\n";24 echo key($input) . " => " . current ($input) . "\n";
19 echo key($array_arg) . " => " . current ($array_arg) . "\n";26 echo key($array_arg) . " => " . current ($array_arg) . "\n";
58 // 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 MYEDITION105 The value of current EDITION is MYEDITION1127 The value of current EDITION is MYEDITION
77 /** \return current key84 /** \return current value86 function current()88 return $this->iterator->current();
48 /** @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');
13 /* 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 */
12 /* Checking with current file */15 /* Checking with (current) dir */
2 include() a file from the current script directory
32 var_dump(current($a));35 var_dump(current($a));
2 Including a file in the current script directory from eval'd code
2 Including a file in the current script directory from an included function
29 zval *current; member
Completed in 32 milliseconds