Home
last modified time | relevance | path

Searched defs:intern (Results 51 – 74 of 74) sorted by relevance

123

/PHP-8.3/ext/intl/common/
H A Dcommon_enum.cpp193 IntlIterator_object *intern; in IntlIterator_object_create() local
/PHP-8.3/ext/sysvsem/
H A Dsysvsem.c99 sysvsem_sem *intern = zend_object_alloc(sizeof(sysvsem_sem), class_type); in sysvsem_create_object() local
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c1967 php_sxe_object *intern; in sxe_count_elements() local
2046 php_sxe_object *intern; in PHP_METHOD() local
2220 php_sxe_object *intern; in php_sxe_object_new() local
2240 php_sxe_object *intern; in sxe_object_new() local
2548 php_sxe_object *intern = Z_SXEOBJ_P(curobj); in php_sxe_iterator_current_key() local
2566 php_sxe_object *intern; in php_sxe_move_forward_iterator() local
/PHP-8.3/ext/intl/timezone/
H A Dtimezone_class.cpp372 TimeZone_object* intern; in TimeZone_object_create() local
/PHP-8.3/ext/xmlwriter/
H A Dphp_xmlwriter.c52 ze_xmlwriter_object *intern = php_xmlwriter_fetch_object(object); in xmlwriter_object_dtor() local
70 ze_xmlwriter_object *intern = php_xmlwriter_fetch_object(object); in xmlwriter_object_free_storage() local
80 ze_xmlwriter_object *intern; in xmlwriter_object_new() local
/PHP-8.3/ext/shmop/
H A Dshmop.c83 php_shmop *intern = zend_object_alloc(sizeof(php_shmop), class_type); in shmop_create_object() local
/PHP-8.3/ext/enchant/
H A Denchant.c60 enchant_broker *intern = zend_object_alloc(sizeof(enchant_broker), class_type); in enchant_broker_create_object() local
78 enchant_dict *intern = zend_object_alloc(sizeof(enchant_dict), class_type); in enchant_dict_create_object() local
/PHP-8.3/ext/sysvmsg/
H A Dsysvmsg.c78 sysvmsg_queue_t *intern = zend_object_alloc(sizeof(sysvmsg_queue_t), class_type); in sysvmsg_queue_create_object() local
/PHP-8.3/ext/sysvshm/
H A Dsysvshm.c46 sysvshm_shm *intern = zend_object_alloc(sizeof(sysvshm_shm), class_type); in sysvshm_create_object() local
/PHP-8.3/ext/dom/
H A Dphp_dom.h97 zend_object_iterator intern; member
/PHP-8.3/ext/date/
H A Dphp_date.c1543 zend_object_iterator intern; member
1848 php_date_obj *intern = zend_object_alloc(sizeof(php_date_obj), class_type); in date_object_new_date() local
1988 php_timezone_obj *intern = zend_object_alloc(sizeof(php_timezone_obj), class_type); in date_object_new_timezone() local
2152 php_interval_obj *intern = zend_object_alloc(sizeof(php_interval_obj), class_type); in date_object_new_interval() local
2243 php_period_obj *intern = zend_object_alloc(sizeof(php_period_obj), class_type); in date_object_new_period() local
2280 php_date_obj *intern = php_date_obj_from_obj(object); in date_object_free_storage_date() local
2291 php_timezone_obj *intern = php_timezone_obj_from_obj(object); in date_object_free_storage_timezone() local
2301 php_interval_obj *intern = php_interval_obj_from_obj(object); in date_object_free_storage_interval() local
2313 php_period_obj *intern = php_period_obj_from_obj(object); in date_object_free_storage_period() local
/PHP-8.3/ext/curl/
H A Dmulti.c529 php_curlm *intern = zend_object_alloc(sizeof(php_curlm), class_type); in curl_multi_create_object() local
H A Dinterface.c437 php_curl *intern = zend_object_alloc(sizeof(php_curl), class_type); in curl_create_object() local
/PHP-8.3/ext/tidy/
H A Dtidy.c392 PHPTidyObj *intern = php_tidy_fetch_object(object); in tidy_object_free_storage() local
410 PHPTidyObj *intern; in tidy_object_new() local
/PHP-8.3/ext/snmp/
H A Dsnmp.c166 php_snmp_object *intern = php_snmp_fetch_object(object); in php_snmp_object_free_storage() local
180 php_snmp_object *intern; in php_snmp_object_new() local
/PHP-8.3/ext/sockets/
H A Dsockets.c108 php_socket *intern = zend_object_alloc(sizeof(php_socket), class_type); in socket_create_object() local
169 php_addrinfo *intern = zend_object_alloc(sizeof(php_addrinfo), class_type); in address_info_create_object() local
/PHP-8.3/ext/ldap/
H A Dldap.c114 ldap_linkdata *intern = zend_object_alloc(sizeof(ldap_linkdata), class_type); in ldap_link_create_object() local
159 ldap_resultdata *intern = zend_object_alloc(sizeof(ldap_resultdata), class_type); in ldap_result_create_object() local
196 ldap_result_entry *intern = zend_object_alloc(sizeof(ldap_result_entry), class_type); in ldap_result_entry_create_object() local
/PHP-8.3/ext/gmp/
H A Dgmp.c243 gmp_object *intern = GET_GMP_OBJECT_FROM_OBJ(obj); in gmp_free_object_storage() local
252 gmp_object *intern = emalloc(sizeof(gmp_object) + zend_object_properties_size(ce)); in gmp_create_object_ex() local
/PHP-8.3/ext/pgsql/
H A Dpgsql.c160 pgsql_link_handle *intern = zend_object_alloc(sizeof(pgsql_link_handle), class_type); in pgsql_link_create_object() local
216 pgsql_result_handle *intern = zend_object_alloc(sizeof(pgsql_result_handle), class_type); in pgsql_result_create_object() local
253 pgLofp *intern = zend_object_alloc(sizeof(pgLofp), class_type); in pgsql_lob_create_object() local
/PHP-8.3/ext/xml/
H A Dxml.c306 xml_parser *intern = zend_object_alloc(sizeof(xml_parser), class_type); in xml_parser_create_object() local
/PHP-8.3/ext/gd/
H A Dgd.c175 php_gd_image_object *intern = emalloc(block_len); in php_gd_image_object_create() local
184 static void php_gd_image_object_free(zend_object *intern) in php_gd_image_object_free()
/PHP-8.3/ext/openssl/
H A Dopenssl.c159 …php_openssl_certificate_object *intern = zend_object_alloc(sizeof(php_openssl_certificate_object),… in php_openssl_certificate_create_object() local
198 …php_openssl_request_object *intern = zend_object_alloc(sizeof(php_openssl_request_object), class_t… in php_openssl_request_create_object() local
238 php_openssl_pkey_object *intern = zend_object_alloc(sizeof(php_openssl_pkey_object), class_type); in php_openssl_pkey_create_object() local
/PHP-8.3/ext/phar/
H A Dphar_object.c1456 …spl_filesystem_object *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->h… in phar_build() local
/PHP-8.3/Zend/
H A Dzend_API.c3508 zend_object *intern; in display_disabled_class() local

Completed in 172 milliseconds

123