Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/ext/intl/converter/
H A Dconverter.c536 zval caller; in php_converter_resolve_callback() local
538 array_init(&caller); in php_converter_resolve_callback()
540 add_index_zval(&caller, 0, zobj); in php_converter_resolve_callback()
541 add_index_string(&caller, 1, callback_name); in php_converter_resolve_callback()
542 if (zend_fcall_info_init(&caller, 0, finfo, fcache, NULL, &errstr) == FAILURE) { in php_converter_resolve_callback()
545 zend_array_destroy(Z_ARR(caller)); in php_converter_resolve_callback()
/PHP-7.3/
H A DUPGRADING.INTERNALS153 removed. It is now always the caller's responsibility to free the passed
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md38 The `options` field describes the default compile options to use if the caller does
227 the "start of the previous match," so if the caller always passes the start of

Completed in 17 milliseconds