Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-5.3/
H A D.gdbinit55 dumps the current execution stack. usage: dump_bt executor_globals.current_execute_data
478 dump operands of the current opline
H A DCODING_STANDARDS269 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 DNEWS497 . Fixed bug #61546 (functions related to current script failed when chdir()
2741 . Added optional parameter to ini_get_all() to only retrieve the current
2934 around the current day.
3022 - Added gethostname() to return the current system host name. (Ilia)
5268 - Fixed bug #38808 ("maybe ref" issue for current() and others). (Dmitry)
6048 - Added SAPI hook to get the current request time. (Rasmus)
6230 - Fixed bug #35143 (gettimeofday() ignores current time zone). (Derick)
6239 current() functions). (Ilia)
6505 - Fixed bug #32993 (implemented Iterator function current() don't throw
6665 - Fixed bug #30096 (gmmktime does not return the current time). (Derick)
[all …]
H A DREADME.GIT-RULES48 PHP-5.5 Is used to release the PHP 5.5.x series. This is a current
51 PHP-5.4 Is used to release the PHP 5.4.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.PARAMETER_PARSING_API22 also takes 'flags' argument -- current only ZEND_PARSE_PARAMS_QUIET can
H A DREADME.SUBMITTING_PATCH123 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
/PHP-5.3/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.3/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.3/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
H A Dzend.h770 ZEND_API void zend_save_error_handling(zend_error_handling *current TSRMLS_DC);
771 …dling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current TSRMLS_DC);
H A Dzend_API.c3604 ZEND_API void zend_save_error_handling(zend_error_handling *current TSRMLS_DC) /* {{{ */ in zend_save_error_handling()
3606 current->handling = EG(error_handling); in zend_save_error_handling()
3607 current->exception = EG(exception_class); in zend_save_error_handling()
3608 current->user_handler = EG(user_error_handler); in zend_save_error_handling()
3609 if (current->user_handler) { in zend_save_error_handling()
3610 Z_ADDREF_P(current->user_handler); in zend_save_error_handling()
3615 … error_handling, zend_class_entry *exception_class, zend_error_handling *current TSRMLS_DC) /* {{{… in zend_replace_error_handling()
3617 if (current) { in zend_replace_error_handling()
3618 zend_save_error_handling(current TSRMLS_CC); in zend_replace_error_handling()
/PHP-5.3/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;}
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)

Completed in 98 milliseconds

12345678910>>...22