Home
last modified time | relevance | path

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

12

/php-src/ext/curl/
H A Dshare.c170 curl_share_handlers.get_constructor = curl_share_get_constructor; in curl_share_register_handlers()
H A Dmulti.c614 curl_multi_handlers.get_constructor = curl_multi_get_constructor; in curl_multi_register_handlers()
/php-src/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-src/ext/sysvsem/
H A Dsysvsem.c154 sysvsem_object_handlers.get_constructor = sysvsem_get_constructor; in PHP_MINIT_FUNCTION()
/php-src/ext/shmop/
H A Dshmop.c117 shmop_object_handlers.get_constructor = shmop_get_constructor; in PHP_MINIT_FUNCTION()
/php-src/ext/sysvshm/
H A Dsysvshm.c107 sysvshm_object_handlers.get_constructor = sysvshm_get_constructor; in PHP_MINIT_FUNCTION()
/php-src/ext/standard/
H A Ddir.c128 dir_class_object_handlers.get_constructor = dir_class_get_constructor; in PHP_MINIT_FUNCTION()
/php-src/ext/sysvmsg/
H A Dsysvmsg.c108 sysvmsg_queue_object_handlers.get_constructor = sysvmsg_queue_get_constructor; in PHP_MINIT_FUNCTION()
/php-src/Zend/
H A Dzend_object_handlers.h223 zend_object_get_constructor_t get_constructor; /* required */ member
H A Dzend_closures.c711 closure_handlers.get_constructor = zend_closure_get_constructor; in zend_register_closure_ce()
H A Dzend_generators.c1224 zend_generator_handlers.get_constructor = zend_generator_get_constructor; in zend_register_generator_ce()
H A Dzend_ast.c952 zend_function *ctor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result)); in zend_ast_evaluate_inner()
973 zend_function *ctor = Z_OBJ_HT_P(result)->get_constructor(Z_OBJ_P(result)); in zend_ast_evaluate_inner()
/php-src/ext/zlib/
H A Dzlib.c1340 inflate_context_object_handlers.get_constructor = inflate_context_get_constructor; in PHP_INI_END()
1351 deflate_context_object_handlers.get_constructor = deflate_context_get_constructor; in PHP_INI_END()
/php-src/ext/ftp/
H A Dphp_ftp.c107 ftp_object_handlers.get_constructor = ftp_object_get_constructor; in PHP_MINIT_FUNCTION()
/php-src/ext/dba/
H A Ddba.c415 dba_connection_object_handlers.get_constructor = dba_connection_get_constructor; in PHP_MINIT_FUNCTION()
/php-src/ext/sockets/
H A Dsockets.c458 socket_object_handlers.get_constructor = socket_get_constructor;
470 address_info_object_handlers.get_constructor = address_info_get_constructor;
/php-src/ext/ldap/
H A Dldap.c856 ldap_link_object_handlers.get_constructor = ldap_link_get_constructor; in PHP_MINIT_FUNCTION()
867 ldap_result_object_handlers.get_constructor = ldap_result_get_constructor; in PHP_MINIT_FUNCTION()
878 ldap_result_entry_object_handlers.get_constructor = ldap_result_entry_get_constructor; in PHP_MINIT_FUNCTION()
/php-src/ext/xml/
H A Dxml.c236 xml_parser_object_handlers.get_constructor = xml_parser_get_constructor; in PHP_MINIT_FUNCTION()
/php-src/ext/pgsql/
H A Dpgsql.c572 pgsql_link_object_handlers.get_constructor = pgsql_link_get_constructor; in PHP_MINIT_FUNCTION()
583 pgsql_result_object_handlers.get_constructor = pgsql_result_get_constructor; in PHP_MINIT_FUNCTION()
594 pgsql_lob_object_handlers.get_constructor = pgsql_lob_get_constructor; in PHP_MINIT_FUNCTION()
/php-src/ext/odbc/
H A Dphp_odbc.c518 odbc_connection_object_handlers.get_constructor = odbc_connection_get_constructor; in PHP_MINIT_FUNCTION()
530 odbc_result_object_handlers.get_constructor = odbc_result_get_constructor; in PHP_MINIT_FUNCTION()
/php-src/ext/gd/
H A Dgd.c211 php_gd_image_object_handlers.get_constructor = php_gd_image_object_get_constructor; in php_gd_object_minit_helper()
277 php_gd_font_object_handlers.get_constructor = php_gd_font_object_get_constructor; in php_gd_font_minit_helper()
/php-src/ext/ffi/
H A Dffi.c5474 zend_ffi_handlers.get_constructor = zend_fake_get_constructor;
5500 zend_ffi_cdata_handlers.get_constructor = zend_fake_get_constructor;
5524 zend_ffi_cdata_value_handlers.get_constructor = zend_fake_get_constructor;
5547 zend_ffi_cdata_free_handlers.get_constructor = zend_fake_get_constructor;
5574 zend_ffi_ctype_handlers.get_constructor = zend_fake_get_constructor;
/php-src/ext/pdo/
H A Dpdo_stmt.c2522 pdo_row_object_handlers.get_constructor = row_get_ctor; in pdo_stmt_init()
/php-src/ext/openssl/
H A Dopenssl.c1264 php_openssl_certificate_object_handlers.get_constructor = php_openssl_certificate_get_constructor; in PHP_INI_END()
1275 php_openssl_request_object_handlers.get_constructor = php_openssl_request_get_constructor; in PHP_INI_END()
1286 php_openssl_pkey_object_handlers.get_constructor = php_openssl_pkey_get_constructor; in PHP_INI_END()
/php-src/ext/soap/
H A Dsoap.c528 soap_url_object_handlers.get_constructor = soap_url_object_get_constructor; in PHP_MINIT_FUNCTION()
540 soap_sdl_object_handlers.get_constructor = soap_sdl_object_get_constructor; in PHP_MINIT_FUNCTION()

Completed in 147 milliseconds

12