Home
last modified time | relevance | path

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

12

/PHP-7.4/Zend/
H A Dzend_objects_API.h90 static zend_always_inline void *zend_object_alloc(size_t obj_size, zend_class_entry *ce) { in zend_object_alloc() function
H A Dzend_weakrefs.c56 zend_weakref *wr = zend_object_alloc(sizeof(zend_weakref), zend_ce_weakref); in zend_weakref_new()
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.c52 Collator_object *intern = zend_object_alloc(sizeof(Collator_object), ce); in Collator_object_create()
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c48 intern = zend_object_alloc(sizeof(Spoofchecker_object), ce); in Spoofchecker_object_create()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_class.c52 intern = zend_object_alloc(sizeof(MessageFormatter_object), ce); in MessageFormatter_object_create()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c52 intern = zend_object_alloc(sizeof(NumberFormatter_object), ce); in NumberFormatter_object_create()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.c64 intern = zend_object_alloc(sizeof(IntlDateFormatter_object), ce); in IntlDateFormatter_object_create()
/PHP-7.4/ext/xsl/
H A Dphp_xsl.c109 intern = zend_object_alloc(sizeof(xsl_object), class_type); in xsl_objects_new()
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c116 intern = zend_object_alloc(sizeof(Transliterator_object), ce); in Transliterator_object_create()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c62 rb = zend_object_alloc(sizeof(ResourceBundle_object), ce); in ResourceBundle_object_create()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c101 intern = zend_object_alloc(sizeof(finfo_object), class_type); in finfo_objects_new()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c2440 intern = zend_object_alloc(sizeof(php_sqlite3_db_object), class_type); in php_sqlite3_object_new()
2459 intern = zend_object_alloc(sizeof(php_sqlite3_stmt), class_type); in php_sqlite3_stmt_object_new()
2475 intern = zend_object_alloc(sizeof(php_sqlite3_result), class_type); in php_sqlite3_result_object_new()
/PHP-7.4/ext/dom/
H A Dphp_dom.c1073 dom_object *intern = zend_object_alloc(sizeof(dom_object), class_type); in dom_objects_set_class()
1102 dom_xpath_object *intern = zend_object_alloc(sizeof(dom_xpath_object), class_type); in dom_xpath_objects_new()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c217 intern = zend_object_alloc(sizeof(spl_fixedarray_object), parent); in spl_fixedarray_object_new_ex()
H A Dspl_heap.c404 intern = zend_object_alloc(sizeof(spl_heap_object), parent); in spl_heap_object_new_ex()
H A Dspl_dllist.c376 intern = zend_object_alloc(sizeof(spl_dllist_object), parent); in spl_dllist_object_new_ex()
H A Dspl_iterators.c959 intern = zend_object_alloc(sizeof(spl_recursive_it_object), class_type); in spl_RecursiveIteratorIterator_new_ex()
2334 intern = zend_object_alloc(sizeof(spl_dual_it_object), class_type); in spl_dual_it_new()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c392 intern = zend_object_alloc(sizeof(xmlreader_object), class_type); in xmlreader_objects_new()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c1029 objval = zend_object_alloc(sizeof(php_converter_object), ce); in php_converter_object_ctor()
/PHP-7.4/ext/date/
H A Dphp_date.c2225 php_date_obj *intern = zend_object_alloc(sizeof(php_date_obj), class_type); in date_object_new_date()
2355 php_timezone_obj *intern = zend_object_alloc(sizeof(php_timezone_obj), class_type); in date_object_new_timezone()
2500 php_interval_obj *intern = zend_object_alloc(sizeof(php_interval_obj), class_type); in date_object_new_interval()
2575 php_period_obj *intern = zend_object_alloc(sizeof(php_period_obj), class_type); in date_object_new_period()
/PHP-7.4/ext/hash/
H A Dhash.c1119 php_hashcontext_object *objval = zend_object_alloc(sizeof(php_hashcontext_object), ce); in php_hashcontext_create()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1563 dbh = zend_object_alloc(sizeof(pdo_dbh_object_t), ce); in pdo_dbh_new()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c462 intern = zend_object_alloc(sizeof(mysqli_object), class_type); in mysqli_objects_new()
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c142 intern = zend_object_alloc(sizeof(ze_xmlwriter_object), class_type); in xmlwriter_object_new()
/PHP-7.4/ext/tidy/
H A Dtidy.c716 intern = zend_object_alloc(sizeof(PHPTidyObj), class_type); in tidy_object_new()

Completed in 141 milliseconds

12