Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/spl/
H A Dspl_array.c174 intern = zend_object_alloc(sizeof(spl_array_object), parent); in spl_array_object_new_ex()
H A Dspl_directory.c158 intern = zend_object_alloc(sizeof(spl_filesystem_object), class_type); in spl_filesystem_object_new_ex()
/PHP-7.4/ext/snmp/
H A Dsnmp.c472 intern = zend_object_alloc(sizeof(php_snmp_object), class_type); in php_snmp_object_new()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c2319 stmt = zend_object_alloc(sizeof(pdo_stmt_t), ce); in pdo_dbstmt_new()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1069 intern = zend_object_alloc(sizeof(ze_zip_object), class_type); in php_zip_object_new()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2146 intern = zend_object_alloc(sizeof(php_sxe_object), ce); in php_sxe_object_new()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c271 reflection_object *intern = zend_object_alloc(sizeof(reflection_object), class_type); in reflection_objects_new()

Completed in 72 milliseconds

12