Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/Zend/tests/
H A Dlsb_018.phpt12 $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.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt22 private function __construct($caller = NULL) {
23 printf("%s(%s)\n", __METHOD__, $caller);
54 public static function singleton($caller) {
55 printf("%s(%s)\n", __METHOD__, $caller);
59 self::$instance = new $c($caller);
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt18 public function __construct($caller = null) {
19 …s) - note that it must not be called when unserializing\n", __METHOD__, var_export($caller, true));
/PHP-7.2/ext/intl/converter/
H A Dconverter.c532 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.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1239 to the configure command. The caller of pcregrep can, however, override
1822 by the caller to a "callout" function, which PCRE will then call at
1827 set by the caller to a function that is called by PCRE whenever it
2049 It is up to the caller to free the memory (via pcre_free) when it is no
2525 tains other fields that can be set by the caller before the block is
2664 obtained via pcre_malloc. It is the caller's responsibility to ensure
3171 d is less than the limit set by the caller of pcre_exec() or, if no
3199 d is less than the limit set by the caller of pcre_exec() or, if no
3440 caller is prepared to handle a partial match, but only if no complete
3516 Captured substrings are returned to the caller via a vector of integers
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME256 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 DNEWS637 is for the caller to provide an optional function, by setting pcre_callout to
H A DChangeLog2529 17. If a caller to the POSIX matching function regexec() passes a non-zero
5066 in PCRE is for the caller to provide an optional function, by setting
6062 make them global. Abolish the function for setting them, as the caller can now

Completed in 63 milliseconds