Home
last modified time | relevance | path

Searched defs:intern (Results 76 – 82 of 82) sorted by relevance

1234

/php-src/ext/xml/
H A Dxml.c310 xml_parser *intern = zend_object_alloc(sizeof(xml_parser), class_type); in xml_parser_create_object() local
/php-src/ext/pgsql/
H A Dpgsql.c164 pgsql_link_handle *intern = zend_object_alloc(sizeof(pgsql_link_handle), class_type); in pgsql_link_create_object() local
220 pgsql_result_handle *intern = zend_object_alloc(sizeof(pgsql_result_handle), class_type); in pgsql_result_create_object() local
257 pgLofp *intern = zend_object_alloc(sizeof(pgLofp), class_type); in pgsql_lob_create_object() local
/php-src/ext/curl/
H A Dinterface.c424 php_curl *intern = zend_object_alloc(sizeof(php_curl), class_type); in curl_create_object() local
/php-src/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-src/ext/openssl/
H A Dopenssl.c166 …php_openssl_certificate_object *intern = zend_object_alloc(sizeof(php_openssl_certificate_object),… in php_openssl_certificate_create_object() local
205 …php_openssl_request_object *intern = zend_object_alloc(sizeof(php_openssl_request_object), class_t… in php_openssl_request_create_object() local
245 php_openssl_pkey_object *intern = zend_object_alloc(sizeof(php_openssl_pkey_object), class_type); in php_openssl_pkey_create_object() local
/php-src/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-src/Zend/
H A Dzend_API.c3655 zend_object *intern; in display_disabled_class() local

Completed in 257 milliseconds

1234