Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 585) sorted by path

12345678910>>...24

/PHP-5.5/
H A D.gdbinit160 dumps the current execution stack. usage: dump_bt executor_globals.current_execute_data
583 dump operands of the current opline
H A DCODING_STANDARDS289 current name, with the aliases listed in the documentation for
H A DEXTENSIONS10 Orphan: No current maintainer [but maybe you could take the
H A DINSTALL392 While there are various reasons for choosing each, 2.2 is the current
628 current web servers read the note about subrequests.
841 current » CGI/1.1 specification. Only the following variables are
941 team. If you have any comments about this, the current maintainer for
1478 current PHP installation
1662 working its way up to the current document root (as set in
1782 your system with their current values, you can execute the phpinfo()
H A DNEWS2782 . Implemented FR #55218 Get namespaces from current node. (Lonny)
5791 . Added optional parameter to ini_get_all() to only retrieve the current
5984 around the current day.
6072 - Added gethostname() to return the current system host name. (Ilia)
8318 - Fixed bug #38808 ("maybe ref" issue for current() and others). (Dmitry)
9098 - Added SAPI hook to get the current request time. (Rasmus)
9280 - Fixed bug #35143 (gettimeofday() ignores current time zone). (Derick)
9289 current() functions). (Ilia)
9555 - Fixed bug #32993 (implemented Iterator function current() don't throw
9715 - Fixed bug #30096 (gmmktime does not return the current time). (Derick)
[all …]
H A DREADME.GIT-RULES48 PHP-5.6 Is used to release the PHP 5.6.x series. This is a current
H A DREADME.MAILINGLIST_RULES60 aggregate your current position into a single mail instead of multiple
H A DREADME.NEW-OUTPUT-API139 with the behaviour of the current (to be obsoleted) code, thus should
H A DREADME.PARAMETER_PARSING_API22 also takes 'flags' argument -- current only ZEND_PARSE_PARAMS_QUIET can
H A DREADME.SUBMITTING_PATCH134 Generally we ask that bug fix patches work on the current stable PHP
H A DREADME.namespaces69 A special constant __NAMESPACE__ contains the name of the current namespace.
86 current import rules. So if we have "use A\B\C" and then "C\D\e()"
89 current import rules. So if we have "use A\B\C" and then "new C()" it
92 current namespace (and are known at the time the call is parsed) are
95 in current namespace are resolved at run-time. The call to function foo()
96 inside namespace (A\B) first tries to find and call function from current
102 first tries to use (and autoload) class from current namespace and in case
161 looks for such function in current namespace
H A DUPGRADING.INTERNALS32 * added EX(call) - pointer to a current calling function. Actually an
/PHP-5.5/TSRM/
H A DTSRM.c407 tsrm_tls_entry *current; in tsrm_set_interpreter_context() local
409 current = tsrm_tls_get(); in tsrm_set_interpreter_context()
418 return current; in tsrm_set_interpreter_context()
425 tsrm_tls_entry *new_ctx, *current; in tsrm_new_interpreter_context() local
431 current = tsrm_tls_get(); in tsrm_new_interpreter_context()
437 return tsrm_set_interpreter_context(current); in tsrm_new_interpreter_context()
H A Dthreads.m466 dnl Check whether the current setup can use POSIX threads calls
/PHP-5.5/Zend/RFCs/
H A D001.txt117 current object model and, therefore, there is a relatively good chance
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:
H A D003.txt45 The current function syntax should be expanded to allow typing of
/PHP-5.5/Zend/
H A DZEND_CHANGES850 function current() {
883 $val = $it->current();
936 The pseudo constant __METHOD__ shows the current class and method
1106 ob_get_contents() to retreive the current contents of the output
/PHP-5.5/Zend/tests/
H A Dbug23104.phpt7 var_dump(current($bar));
H A Dbug32674.phpt20 public function current() {
21 $element = current($this->_elements);
39 return ($this->current() !== false);
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
10 public function current() { throw new Exception(); }
13 public function valid() { return (current($this->arr) !== false); }
H A Dbug38808.phpt2 Bug #38808 ("maybe ref" issue for current() and others)
5 $current = "current";
11 echo $current($a)."\n";
13 echo $current($a)."\n";
H A Dbug46381.phpt10 return ArrayIterator::current();
19 Fatal error: Non-static method ArrayIterator::current() cannot be called statically, assuming $this…
H A Dbug49269.phpt12 function current() {return $this->n;}
/PHP-5.5/Zend/tests/generators/
H A Dbug65035.phpt16 $gen->current();

Completed in 118 milliseconds

12345678910>>...24