Home
last modified time | relevance | path

Searched refs:constructor (Results 151 – 175 of 179) sorted by relevance

12345678

/PHP-8.1/ext/mysqli/
H A Dmysqli.c1168 if (ce->constructor) { in php_mysqli_fetch_into_hash()
1183 fcc.function_handler = ce->constructor; in php_mysqli_fetch_into_hash()
1188 …ion, 0, "Could not execute %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.functio… in php_mysqli_fetch_into_hash()
/PHP-8.1/ext/spl/
H A Dspl_directory.c472 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_info()
474 …zend_call_method_with_1_params(Z_OBJ_P(return_value), ce, &ce->constructor, "__construct", NULL, &… in spl_filesystem_object_create_info()
512 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_type()
514 …zend_call_method_with_1_params(Z_OBJ_P(return_value), ce, &ce->constructor, "__construct", NULL, &… in spl_filesystem_object_create_type()
549 if (ce->constructor->common.scope != spl_ce_SplFileObject) { in spl_filesystem_object_create_type()
552 …zend_call_method_with_2_params(Z_OBJ_P(return_value), ce, &ce->constructor, "__construct", NULL, &… in spl_filesystem_object_create_type()
H A Dspl_array.c1637 zend_call_known_instance_method_with_2_params(pce->constructor, Z_OBJ_P(retval), NULL, arg1, arg2); in spl_instantiate_child_arg()
H A Dspl_iterators.c1368 …tern->u.append.zarrayit), spl_ce_ArrayIterator, &spl_ce_ArrayIterator->constructor, "__construct",… in spl_dual_it_construct()
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c632 if (ce->constructor) { in do_fetch_class_prepare()
638 zend_fcall_info_args_ex(fci, ce->constructor, &stmt->fetch.cls.ctor_args); in do_fetch_class_prepare()
640 fcc->function_handler = ce->constructor; in do_fetch_class_prepare()
853 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1033 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/PHP-8.1/Zend/
H A Dzend.h171 zend_function *constructor; member
H A Dzend_enum.c76 ZEND_ENUM_DISALLOW_MAGIC_METHOD(constructor, "__construct"); in zend_verify_enum_magic_methods()
H A Dzend_vm_def.h3682 if (UNEXPECTED(ce->constructor == NULL)) {
3686 …(EX(This)) == IS_OBJECT && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructo…
3690 fbc = ce->constructor;
5731 zend_function *constructor; variable
5762 constructor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result));
5763 if (constructor == NULL) {
5779 …if (EXPECTED(constructor->type == ZEND_USER_FUNCTION) && UNEXPECTED(!RUN_TIME_CACHE(&constructor->…
5780 init_func_run_time_cache(&constructor->op_array);
5785 constructor,
H A Dzend_vm_execute.h6887 fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9210 fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9963 fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
10227 constructor, in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER()
11575 fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
24247 fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
26906 fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
28363 fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
28952 constructor, in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER()
31186 fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
[all …]
H A Dzend_API.c2617 ce->constructor = fptr; in zend_add_magic_method()
2618 ce->constructor->common.fn_flags |= ZEND_ACC_CTOR; in zend_add_magic_method()
3573 fcc->function_handler = fcc->calling_scope->constructor; in zend_is_callable_check_func()
H A Dzend_API.h275 class_container.constructor = NULL; \
/PHP-8.1/ext/intl/calendar/
H A Dcalendar_methods.cpp962 …zend_call_known_instance_method_with_1_params(Z_OBJCE(zv_tmp)->constructor, Z_OBJ(zv_tmp), NULL, &… in PHP_FUNCTION()
1075 Z_OBJCE_P(return_value)->constructor, Z_OBJ_P(return_value), NULL, &ts_zval, timezone_zval); in PHP_FUNCTION()
/PHP-8.1/sapi/fpm/tests/
H A Dlogreader.inc29 * Log reader constructor.
H A Dlogtool.inc70 * Log tool constructor.
H A Dtester.inc334 * Tester constructor.
/PHP-8.1/ext/opcache/
H A Dzend_persist.c1122 if (ce->constructor) { in zend_update_parent_ce()
1123 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->constructor); in zend_update_parent_ce()
1125 ce->constructor = tmp; in zend_update_parent_ce()
H A Dzend_file_cache.c844 SERIALIZE_PTR(ce->constructor);
1617 UNSERIALIZE_PTR(ce->constructor);
/PHP-8.1/main/streams/
H A Duserspace.c298 if (uwrap->ce->constructor) { in user_stream_create_object()
300 uwrap->ce->constructor, Z_OBJ_P(object), NULL); in user_stream_create_object()
/PHP-8.1/ext/phar/
H A Dphar_object.c1210 zend_call_known_instance_method_with_2_params(spl_ce_RecursiveDirectoryIterator->constructor, in PHP_METHOD()
1720 zend_call_known_instance_method_with_2_params(spl_ce_RecursiveDirectoryIterator->constructor, in PHP_METHOD()
1735 zend_call_known_instance_method_with_1_params(spl_ce_RecursiveIteratorIterator->constructor, in PHP_METHOD()
1757 zend_call_known_instance_method_with_2_params(spl_ce_RegexIterator->constructor, in PHP_METHOD()
2200 zend_call_known_instance_method_with_1_params(ce->constructor, Z_OBJ(ret), NULL, &arg1); in phar_rename_archive()
4456 zend_call_known_instance_method_with_1_params(spl_ce_SplFileInfo->constructor, in PHP_METHOD()
/PHP-8.1/sapi/cli/
H A Dphp_cli.c1080 pce->constructor, Z_OBJ(ref), NULL, &arg); in do_cli()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c1950 if (ce->constructor) { in php_pgsql_fetch_hash()
1965 fcc.function_handler = ce->constructor; in php_pgsql_fetch_hash()
1970 …ion, 0, "Could not execute %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.functio… in php_pgsql_fetch_hash()
/PHP-8.1/Zend/Optimizer/
H A Dzend_optimizer.c851 return ce->constructor; in zend_optimizer_get_called_func()
/PHP-8.1/
H A DUPGRADING448 . The ssl_method option for the SoapClient constructor has been deprecated in
/PHP-8.1/ext/soap/
H A Dsoap.c1406 if (service->soap_class.ce->constructor) {
1408 service->soap_class.ce->constructor, Z_OBJ(tmp_soap), NULL,
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c4001 static void constructor(LexState*ls,expdesc*t){
4111 constructor(ls,&args);
4221 constructor(ls,v);

Completed in 450 milliseconds

12345678