Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt24 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 Dpdo_mysql_stmt_fetch_serialize_simple.phpt20 public function __construct($caller = null) {
21 …s) - note that it must not be called when unserializing\n", __METHOD__, var_export($caller, true));
/PHP-7.1/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.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt1239 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.1/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 DNEWS616 is for the caller to provide an optional function, by setting pcre_callout to
H A DChangeLog2343 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 62 milliseconds