Home
last modified time | relevance | path

Searched refs:get_constructor (Results 1 – 25 of 27) sorted by relevance

12

/PHP-8.3/ext/curl/
H A Dshare.c170 curl_share_handlers.get_constructor = curl_share_get_constructor; in curl_share_register_handlers()
H A Dmulti.c605 curl_multi_handlers.get_constructor = curl_multi_get_constructor; in curl_multi_register_handlers()
H A Dinterface.c418 curl_object_handlers.get_constructor = curl_get_constructor; in PHP_MINIT_FUNCTION()
/PHP-8.3/Zend/Optimizer/
H A Descape_analysis.c170 && ce->default_object_handlers->get_constructor == zend_std_get_constructor in is_allocation_def()
239 && ce->default_object_handlers->get_constructor == zend_std_get_constructor in is_local_def()
/PHP-8.3/ext/shmop/
H A Dshmop.c116 shmop_object_handlers.get_constructor = shmop_get_constructor; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/sysvsem/
H A Dsysvsem.c159 sysvsem_object_handlers.get_constructor = sysvsem_get_constructor; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/pspell/
H A Dpspell.c159 php_pspell_handlers.get_constructor = php_pspell_object_get_constructor; in PHP_MINIT_FUNCTION()
168 php_pspell_config_handlers.get_constructor = php_pspell_config_object_get_constructor; in PHP_MINIT_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_object_handlers.h179 zend_object_get_constructor_t get_constructor; /* required */ member
H A Dzend_closures.c700 closure_handlers.get_constructor = zend_closure_get_constructor; in zend_register_closure_ce()
H A Dzend_generators.c1195 zend_generator_handlers.get_constructor = zend_generator_get_constructor; in zend_register_generator_ce()
H A Dzend_ast.c915 zend_function *ctor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result)); in zend_ast_evaluate_inner()
936 zend_function *ctor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result)); in zend_ast_evaluate_inner()
/PHP-8.3/ext/sysvmsg/
H A Dsysvmsg.c109 sysvmsg_queue_object_handlers.get_constructor = sysvmsg_queue_get_constructor; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/sysvshm/
H A Dsysvshm.c108 sysvshm_object_handlers.get_constructor = sysvshm_get_constructor; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/zlib/
H A Dzlib.c1346 inflate_context_object_handlers.get_constructor = inflate_context_get_constructor; in PHP_INI_END()
1357 deflate_context_object_handlers.get_constructor = deflate_context_get_constructor; in PHP_INI_END()
/PHP-8.3/ext/ftp/
H A Dphp_ftp.c118 ftp_object_handlers.get_constructor = ftp_object_get_constructor; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/sockets/
H A Dsockets.c442 socket_object_handlers.get_constructor = socket_get_constructor;
454 address_info_object_handlers.get_constructor = address_info_get_constructor;
/PHP-8.3/ext/ldap/
H A Dldap.c834 ldap_link_object_handlers.get_constructor = ldap_link_get_constructor; in PHP_MINIT_FUNCTION()
845 ldap_result_object_handlers.get_constructor = ldap_result_get_constructor; in PHP_MINIT_FUNCTION()
856 ldap_result_entry_object_handlers.get_constructor = ldap_result_entry_get_constructor; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/xml/
H A Dxml.c254 xml_parser_object_handlers.get_constructor = xml_parser_get_constructor; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c456 pgsql_link_object_handlers.get_constructor = pgsql_link_get_constructor; in PHP_MINIT_FUNCTION()
467 pgsql_result_object_handlers.get_constructor = pgsql_result_get_constructor; in PHP_MINIT_FUNCTION()
478 pgsql_lob_object_handlers.get_constructor = pgsql_lob_get_constructor; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/gd/
H A Dgd.c215 php_gd_image_object_handlers.get_constructor = php_gd_image_object_get_constructor; in php_gd_object_minit_helper()
281 php_gd_font_object_handlers.get_constructor = php_gd_font_object_get_constructor; in php_gd_font_minit_helper()
/PHP-8.3/ext/ffi/
H A Dffi.c5426 zend_ffi_handlers.get_constructor = zend_fake_get_constructor;
5452 zend_ffi_cdata_handlers.get_constructor = zend_fake_get_constructor;
5476 zend_ffi_cdata_value_handlers.get_constructor = zend_fake_get_constructor;
5499 zend_ffi_cdata_free_handlers.get_constructor = zend_fake_get_constructor;
5526 zend_ffi_ctype_handlers.get_constructor = zend_fake_get_constructor;
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c2513 pdo_row_object_handlers.get_constructor = row_get_ctor; in pdo_stmt_init()
/PHP-8.3/ext/openssl/
H A Dopenssl.c1246 php_openssl_certificate_object_handlers.get_constructor = php_openssl_certificate_get_constructor; in PHP_INI_END()
1257 php_openssl_request_object_handlers.get_constructor = php_openssl_request_get_constructor; in PHP_INI_END()
1268 php_openssl_pkey_object_handlers.get_constructor = php_openssl_pkey_get_constructor; in PHP_INI_END()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c5006 constructor = Z_OBJ_HT_P(return_value)->get_constructor(Z_OBJ_P(return_value)); in ZEND_METHOD()
5085 constructor = Z_OBJ_HT_P(return_value)->get_constructor(Z_OBJ_P(return_value)); in ZEND_METHOD()
/PHP-8.3/ext/imap/
H A Dphp_imap.c464 imap_object_handlers.get_constructor = imap_object_get_constructor; in PHP_MINIT_FUNCTION()

Completed in 223 milliseconds

12