Searched refs:caller (Results 1 – 9 of 9) sorted by relevance
/PHP-7.0/Zend/tests/ |
H A D | lsb_018.phpt | 12 $caller = get_called_class(); 13 if (!isset(self::$instances[$caller])) { 14 self::$instances[$caller] = new $caller; 15 self::$instances[$caller]->instanceId = self::$nextInstanceId++; 17 return self::$instances[$caller];
|
/PHP-7.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetch_serialize.phpt | 24 private function __construct($caller = NULL) { 25 printf("%s(%s)\n", __METHOD__, $caller); 56 public static function singleton($caller) { 57 printf("%s(%s)\n", __METHOD__, $caller); 61 self::$instance = new $c($caller);
|
H A D | pdo_mysql_stmt_fetch_serialize_simple.phpt | 20 public function __construct($caller = null) { 21 …s) - note that it must not be called when unserializing\n", __METHOD__, var_export($caller, true));
|
/PHP-7.0/ext/intl/converter/ |
H A D | converter.c | 532 zval caller; in php_converter_resolve_callback() local 534 array_init(&caller); in php_converter_resolve_callback() 536 add_index_zval(&caller, 0, zobj); in php_converter_resolve_callback() 537 add_index_string(&caller, 1, callback_name); in php_converter_resolve_callback() 538 if (zend_fcall_info_init(&caller, 0, finfo, fcache, NULL, &errstr) == FAILURE) { in php_converter_resolve_callback() 541 zval_dtor(&caller); in php_converter_resolve_callback()
|
/PHP-7.0/ |
H A D | UPGRADING.INTERNALS | 134 must return a non-NULL zend_string*, which will be released by the caller.
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1239 to the configure command. The caller of pcregrep can, however, override 1823 by the caller to a "callout" function, which PCRE will then call at 1828 set by the caller to a function that is called by PCRE whenever it 2050 It is up to the caller to free the memory (via pcre_free) when it is no 2526 tains other fields that can be set by the caller before the block is 2665 obtained via pcre_malloc. It is the caller's responsibility to ensure 3172 d is less than the limit set by the caller of pcre_exec() or, if no 3200 d is less than the limit set by the caller of pcre_exec() or, if no 3441 caller is prepared to handle a partial match, but only if no complete 3517 Captured substrings are returned to the caller via a vector of integers [all …]
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | README | 256 end of a line. Whatever you specify at build time is the default; the caller 272 be the end of a line (see above). However, the caller of PCRE can restrict \R
|
H A D | NEWS | 616 is for the caller to provide an optional function, by setting pcre_callout to
|
H A D | ChangeLog | 2343 17. If a caller to the POSIX matching function regexec() passes a non-zero 4880 in PCRE is for the caller to provide an optional function, by setting 5876 make them global. Abolish the function for setting them, as the caller can now
|
Completed in 65 milliseconds