Home
last modified time | relevance | path

Searched refs:constructor (Results 176 – 186 of 186) sorted by relevance

12345678

/PHP-7.4/Zend/
H A Dzend_vm_def.h3708 if (UNEXPECTED(ce->constructor == NULL)) {
3712 …(EX(This)) == IS_OBJECT && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructo…
3716 fbc = ce->constructor;
5442 zend_function *constructor; variable
5475 constructor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result));
5476 if (constructor == NULL) {
5492 …if (EXPECTED(constructor->type == ZEND_USER_FUNCTION) && UNEXPECTED(!RUN_TIME_CACHE(&constructor->…
5493 init_func_run_time_cache(&constructor->op_array);
5498 constructor,
H A Dzend_API.c2387 scope->constructor = ctor; in zend_register_functions()
3111 fcc->function_handler = fcc->calling_scope->constructor; in zend_is_callable_check_func()
H A Dzend_API.h198 class_container.constructor = NULL; \
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c347 zend_update_inherited_handler(constructor); in zend_class_copy_ctor()
/PHP-7.4/
H A DUPGRADING319 both in the constructor and the DSN, the constructor takes precedence.
H A DNEWS1668 constructor). (Nikita)
2767 . Fixed bug #76131 (mismatch arginfo for splarray constructor).
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c887 return ce->constructor; in zend_optimizer_get_called_func()
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc309 * Tester constructor.
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2828 if (ce->constructor) {
2850 fcc.function_handler = ce->constructor;
2855 …ion, 0, "Could not execute %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.functio…
/PHP-7.4/ext/spl/
H A Dspl_iterators.c1516 …ntern->u.append.zarrayit, spl_ce_ArrayIterator, &spl_ce_ArrayIterator->constructor, "__construct",… in spl_dual_it_construct()
/PHP-7.4/build/
H A Dlibtool.m45844 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor

Completed in 114 milliseconds

12345678