Searched refs:get_constructor (Results 1 – 25 of 31) sorted by relevance
12
170 curl_share_handlers.get_constructor = curl_share_get_constructor; in curl_share_register_handlers()
614 curl_multi_handlers.get_constructor = curl_multi_get_constructor; in curl_multi_register_handlers()
170 && 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()
154 sysvsem_object_handlers.get_constructor = sysvsem_get_constructor; in PHP_MINIT_FUNCTION()
117 shmop_object_handlers.get_constructor = shmop_get_constructor; in PHP_MINIT_FUNCTION()
107 sysvshm_object_handlers.get_constructor = sysvshm_get_constructor; in PHP_MINIT_FUNCTION()
128 dir_class_object_handlers.get_constructor = dir_class_get_constructor; in PHP_MINIT_FUNCTION()
108 sysvmsg_queue_object_handlers.get_constructor = sysvmsg_queue_get_constructor; in PHP_MINIT_FUNCTION()
223 zend_object_get_constructor_t get_constructor; /* required */ member
711 closure_handlers.get_constructor = zend_closure_get_constructor; in zend_register_closure_ce()
1224 zend_generator_handlers.get_constructor = zend_generator_get_constructor; in zend_register_generator_ce()
952 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()
1340 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()
107 ftp_object_handlers.get_constructor = ftp_object_get_constructor; in PHP_MINIT_FUNCTION()
415 dba_connection_object_handlers.get_constructor = dba_connection_get_constructor; in PHP_MINIT_FUNCTION()
458 socket_object_handlers.get_constructor = socket_get_constructor;470 address_info_object_handlers.get_constructor = address_info_get_constructor;
856 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()
236 xml_parser_object_handlers.get_constructor = xml_parser_get_constructor; in PHP_MINIT_FUNCTION()
572 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()
518 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()
211 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()
5474 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;
2522 pdo_row_object_handlers.get_constructor = row_get_ctor; in pdo_stmt_init()
1264 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()
528 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