Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/sysvsem/
H A Dsysvsem.c100 sysvsem_sem *intern = zend_object_alloc(sizeof(sysvsem_sem), class_type); in sysvsem_create_object() local
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_class.cpp251 Calendar_object* intern; in Calendar_object_create() local
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.cpp379 TimeZone_object* intern; in TimeZone_object_create() local
/PHP-8.0/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.0/ext/shmop/
H A Dshmop.c84 php_shmop *intern = zend_object_alloc(sizeof(php_shmop), class_type); in shmop_create_object() local
/PHP-8.0/ext/enchant/
H A Denchant.c54 enchant_broker *intern = zend_object_alloc(sizeof(enchant_broker), class_type); in enchant_broker_create_object() local
73 enchant_dict *intern = zend_object_alloc(sizeof(enchant_dict), class_type); in enchant_dict_create_object() local
/PHP-8.0/ext/sysvshm/
H A Dsysvshm.c47 sysvshm_shm *intern = zend_object_alloc(sizeof(sysvshm_shm), class_type); in sysvshm_create_object() local
/PHP-8.0/ext/date/
H A Dphp_date.c1435 zend_object_iterator intern; member
1761 php_date_obj *intern = zend_object_alloc(sizeof(php_date_obj), class_type); in date_object_new_date() local
1896 php_timezone_obj *intern = zend_object_alloc(sizeof(php_timezone_obj), class_type); in date_object_new_timezone() local
2043 php_interval_obj *intern = zend_object_alloc(sizeof(php_interval_obj), class_type); in date_object_new_interval() local
2118 php_period_obj *intern = zend_object_alloc(sizeof(php_period_obj), class_type); in date_object_new_period() local
2156 php_date_obj *intern = php_date_obj_from_obj(object); in date_object_free_storage_date() local
2167 php_timezone_obj *intern = php_timezone_obj_from_obj(object); in date_object_free_storage_timezone() local
2177 php_interval_obj *intern = php_interval_obj_from_obj(object); in date_object_free_storage_interval() local
2185 php_period_obj *intern = php_period_obj_from_obj(object); in date_object_free_storage_period() local
/PHP-8.0/ext/sysvmsg/
H A Dsysvmsg.c86 sysvmsg_queue_t *intern = zend_object_alloc(sizeof(sysvmsg_queue_t), class_type); in sysvmsg_queue_create_object() local
/PHP-8.0/ext/curl/
H A Dmulti.c518 php_curlm *intern = zend_object_alloc(sizeof(php_curlm), class_type); in curl_multi_create_object() local
H A Dinterface.c1216 php_curl *intern = zend_object_alloc(sizeof(php_curl), class_type); in curl_create_object() local
/PHP-8.0/ext/tidy/
H A Dtidy.c453 PHPTidyObj *intern = php_tidy_fetch_object(object); in tidy_object_free_storage() local
471 PHPTidyObj *intern; in tidy_object_new() local
/PHP-8.0/ext/snmp/
H A Dsnmp.c187 php_snmp_object *intern = php_snmp_fetch_object(object); in php_snmp_object_free_storage() local
201 php_snmp_object *intern; in php_snmp_object_new() local
/PHP-8.0/ext/sockets/
H A Dsockets.c108 php_socket *intern = zend_object_alloc(sizeof(php_socket), class_type); in socket_create_object() local
170 php_addrinfo *intern = zend_object_alloc(sizeof(php_addrinfo), class_type); in address_info_create_object() local
/PHP-8.0/ext/gmp/
H A Dgmp.c238 gmp_object *intern = GET_GMP_OBJECT_FROM_OBJ(obj); in gmp_free_object_storage() local
247 gmp_object *intern = emalloc(sizeof(gmp_object) + zend_object_properties_size(ce)); in gmp_create_object_ex() local
/PHP-8.0/ext/xml/
H A Dxml.c352 xml_parser *intern = zend_object_alloc(sizeof(xml_parser), class_type); in xml_parser_create_object() local
/PHP-8.0/ext/openssl/
H A Dopenssl.c142 …php_openssl_certificate_object *intern = zend_object_alloc(sizeof(php_openssl_certificate_object),… in php_openssl_certificate_create_object() local
182 …php_openssl_request_object *intern = zend_object_alloc(sizeof(php_openssl_request_object), class_t… in php_openssl_request_create_object() local
222 php_openssl_pkey_object *intern = zend_object_alloc(sizeof(php_openssl_pkey_object), class_type); in php_openssl_pkey_create_object() local
/PHP-8.0/ext/gd/
H A Dgd.c199 php_gd_image_object *intern = emalloc(block_len); in php_gd_image_object_create() local
209 static void php_gd_image_object_free(zend_object *intern) in php_gd_image_object_free()
/PHP-8.0/ext/phar/
H A Dphar_object.c1448 …spl_filesystem_object *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->h… in phar_build() local
/PHP-8.0/Zend/
H A Dzend_API.c2955 zend_object *intern; in display_disabled_class() local

Completed in 128 milliseconds

123