Home
last modified time | relevance | path

Searched refs:zend_object_alloc (Results 1 – 25 of 32) sorted by last modified time

12

/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/mysqli/
H A Dmysqli.c462 intern = zend_object_alloc(sizeof(mysqli_object), class_type); in mysqli_objects_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/spl/
H A Dspl_fixedarray.c217 intern = zend_object_alloc(sizeof(spl_fixedarray_object), parent); in spl_fixedarray_object_new_ex()
H A Dspl_directory.c158 intern = zend_object_alloc(sizeof(spl_filesystem_object), class_type); in spl_filesystem_object_new_ex()
H A Dspl_array.c174 intern = zend_object_alloc(sizeof(spl_array_object), parent); in spl_array_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()
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()
/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/simplexml/
H A Dsimplexml.c2146 intern = zend_object_alloc(sizeof(php_sxe_object), ce); in php_sxe_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/reflection/
H A Dphp_reflection.c271 reflection_object *intern = zend_object_alloc(sizeof(reflection_object), class_type); in reflection_objects_new()
/PHP-7.4/ext/tidy/
H A Dtidy.c716 intern = zend_object_alloc(sizeof(PHPTidyObj), class_type); in tidy_object_new()
/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_dbh.c1563 dbh = zend_object_alloc(sizeof(pdo_dbh_object_t), ce); in pdo_dbh_new()
H A Dpdo_stmt.c2319 stmt = zend_object_alloc(sizeof(pdo_stmt_t), ce); in pdo_dbstmt_new()
/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/intl/converter/
H A Dconverter.c1029 objval = zend_object_alloc(sizeof(php_converter_object), ce); in php_converter_object_ctor()
/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/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/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()

Completed in 258 milliseconds

12