Home
last modified time | relevance | path

Searched refs:zend_object_alloc (Results 26 – 50 of 54) sorted by relevance

123

/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c84 intern = zend_object_alloc(sizeof(ze_xmlwriter_object), class_type); in xmlwriter_object_new()
/php-src/ext/intl/converter/
H A Dconverter.c906 objval = zend_object_alloc(sizeof(php_converter_object), ce); in php_converter_object_ctor()
/php-src/ext/spl/
H A Dspl_fixedarray.c276 intern = zend_object_alloc(sizeof(spl_fixedarray_object), parent); in spl_fixedarray_object_new_ex()
H A Dspl_heap.c410 intern = zend_object_alloc(sizeof(spl_heap_object), parent); in spl_heap_object_new_ex()
H A Dspl_dllist.c312 intern = zend_object_alloc(sizeof(spl_dllist_object), parent); in spl_dllist_object_new_ex()
H A Dspl_iterators.c960 intern = zend_object_alloc(sizeof(spl_recursive_it_object), class_type); in spl_RecursiveIteratorIterator_new_ex()
2110 intern = zend_object_alloc(sizeof(spl_dual_it_object), class_type); in spl_dual_it_new()
H A Dspl_array.c145 intern = zend_object_alloc(sizeof(spl_array_object), parent); in spl_array_object_new_ex()
/php-src/ext/ftp/
H A Dphp_ftp.c75 php_ftp_object *obj = zend_object_alloc(sizeof(php_ftp_object), ce); in ftp_object_create()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c410 intern = zend_object_alloc(sizeof(xmlreader_object), class_type); in xmlreader_objects_new()
/php-src/ext/dba/
H A Ddba.c312 dba_connection *intern = zend_object_alloc(sizeof(dba_connection), class_type); in dba_connection_create_object()
/php-src/ext/sockets/
H A Dsockets.c107 php_socket *intern = zend_object_alloc(sizeof(php_socket), class_type); in socket_create_object()
168 php_addrinfo *intern = zend_object_alloc(sizeof(php_addrinfo), class_type); in address_info_create_object()
/php-src/ext/ldap/
H A Dldap.c113 ldap_linkdata *intern = zend_object_alloc(sizeof(ldap_linkdata), class_type); in ldap_link_create_object()
158 ldap_resultdata *intern = zend_object_alloc(sizeof(ldap_resultdata), class_type); in ldap_result_create_object()
195 ldap_result_entry *intern = zend_object_alloc(sizeof(ldap_result_entry), class_type); in ldap_result_entry_create_object()
/php-src/ext/tidy/
H A Dtidy.c425 intern = zend_object_alloc(sizeof(PHPTidyObj), class_type); in tidy_object_new()
/php-src/ext/pdo/
H A Dpdo_dbh.c1505 dbh = zend_object_alloc(sizeof(pdo_dbh_object_t), ce); in pdo_dbh_new()
H A Dpdo_stmt.c2125 stmt = zend_object_alloc(sizeof(pdo_stmt_t), ce); in pdo_dbstmt_new()
/php-src/ext/date/
H A Dphp_date.c1820 php_date_obj *intern = zend_object_alloc(sizeof(php_date_obj), class_type); in date_object_new_date()
1960 php_timezone_obj *intern = zend_object_alloc(sizeof(php_timezone_obj), class_type); in date_object_new_timezone()
2124 php_interval_obj *intern = zend_object_alloc(sizeof(php_interval_obj), class_type); in date_object_new_interval()
2215 php_period_obj *intern = zend_object_alloc(sizeof(php_period_obj), class_type); in date_object_new_period()
/php-src/ext/hash/
H A Dhash.c1362 php_hashcontext_object *objval = zend_object_alloc(sizeof(php_hashcontext_object), ce); in php_hashcontext_create()
/php-src/ext/xml/
H A Dxml.c313 xml_parser *intern = zend_object_alloc(sizeof(xml_parser), class_type); in xml_parser_create_object()
/php-src/ext/pgsql/
H A Dpgsql.c163 pgsql_link_handle *intern = zend_object_alloc(sizeof(pgsql_link_handle), class_type); in pgsql_link_create_object()
219 pgsql_result_handle *intern = zend_object_alloc(sizeof(pgsql_result_handle), class_type); in pgsql_result_create_object()
256 pgLofp *intern = zend_object_alloc(sizeof(pgLofp), class_type); in pgsql_lob_create_object()
/php-src/ext/odbc/
H A Dphp_odbc.c171 odbc_link *intern = zend_object_alloc(sizeof(odbc_link), class_type); in odbc_connection_create_object()
214 odbc_result *intern = zend_object_alloc(sizeof(odbc_result), class_type); in odbc_result_create_object()
/php-src/ext/bcmath/
H A Dbcmath.c882 bcmath_number_obj_t *intern = zend_object_alloc(sizeof(bcmath_number_obj_t), ce); in bcmath_number_create()
/php-src/ext/soap/
H A Dsoap.c203 soap_server_object *obj = zend_object_alloc(sizeof(soap_server_object), ce); in soap_server_object_create()
219 soap_url_object *url_obj = zend_object_alloc(sizeof(soap_url_object), ce); in soap_url_object_create()
266 soap_sdl_object *sdl_obj = zend_object_alloc(sizeof(soap_sdl_object), ce); in soap_sdl_object_create()
/php-src/ext/snmp/
H A Dsnmp.c188 intern = zend_object_alloc(sizeof(php_snmp_object), class_type); in php_snmp_object_new()
/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()
205 …php_openssl_request_object *intern = zend_object_alloc(sizeof(php_openssl_request_object), class_t… in php_openssl_request_create_object()
245 php_openssl_pkey_object *intern = zend_object_alloc(sizeof(php_openssl_pkey_object), class_type); in php_openssl_pkey_create_object()
/php-src/ext/zip/
H A Dphp_zip.c1090 intern = zend_object_alloc(sizeof(ze_zip_object), class_type); in php_zip_object_new()

Completed in 243 milliseconds

123