Home
last modified time | relevance | path

Searched refs:zend_object_properties_size (Results 1 – 25 of 33) sorted by relevance

12

/PHP-7.0/Zend/
H A Dzend_objects_API.h84 static zend_always_inline size_t zend_object_properties_size(zend_class_entry *ce) in zend_object_properties_size() function
H A Dzend_objects.c162 zend_object *object = emalloc(sizeof(zend_object) + zend_object_properties_size(ce)); in zend_objects_new()
/PHP-7.0/ext/intl/spoofchecker/
H A Dspoofchecker_class.c56 intern = ecalloc(1, sizeof(Spoofchecker_object) + zend_object_properties_size(ce)); in Spoofchecker_object_create()
/PHP-7.0/ext/intl/collator/
H A Dcollator_class.c61 intern = ecalloc(1, sizeof(Collator_object) + zend_object_properties_size(ce)); in Collator_object_create()
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_class.c59 intern = ecalloc( 1, sizeof(MessageFormatter_object) + zend_object_properties_size(ce)); in MessageFormatter_object_create()
/PHP-7.0/ext/intl/formatter/
H A Dformatter_class.c59 intern = ecalloc( 1, sizeof(NumberFormatter_object) + zend_object_properties_size(ce)); in NumberFormatter_object_create()
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_class.c64 intern = ecalloc( 1, sizeof(IntlDateFormatter_object) + zend_object_properties_size(ce)); in IntlDateFormatter_object_create()
/PHP-7.0/ext/xsl/
H A Dphp_xsl.c111 intern = ecalloc(1, sizeof(xsl_object) + zend_object_properties_size(class_type)); in xsl_objects_new()
/PHP-7.0/ext/intl/transliterator/
H A Dtransliterator_class.c125 intern = ecalloc( 1, sizeof( Transliterator_object ) + zend_object_properties_size(ce)); in Transliterator_object_create()
/PHP-7.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c60 rb = ecalloc( 1, sizeof(ResourceBundle_object) + zend_object_properties_size(ce)); in ResourceBundle_object_create()
/PHP-7.0/ext/fileinfo/
H A Dfileinfo.c103 intern = ecalloc(1, sizeof(finfo_object) + zend_object_properties_size(class_type)); in finfo_objects_new()
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c2193 intern = ecalloc(1, sizeof(php_sqlite3_db_object) + zend_object_properties_size(class_type));
2212 intern = ecalloc(1, sizeof(php_sqlite3_stmt) + zend_object_properties_size(class_type));
2228 intern = ecalloc(1, sizeof(php_sqlite3_result) + zend_object_properties_size(class_type));
/PHP-7.0/ext/dom/
H A Dphp_dom.c1075 dom_object *intern = ecalloc(1, sizeof(dom_object) + zend_object_properties_size(class_type)); in dom_objects_set_class()
1106 …dom_xpath_object *intern = ecalloc(1, sizeof(dom_xpath_object) + zend_object_properties_size(class… in dom_xpath_objects_new()
/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c221 intern = ecalloc(1, sizeof(spl_fixedarray_object) + zend_object_properties_size(parent)); in spl_fixedarray_object_new_ex()
H A Dspl_heap.c368 intern = ecalloc(1, sizeof(spl_heap_object) + zend_object_properties_size(parent)); in spl_heap_object_new_ex()
H A Dspl_observer.c222 intern = emalloc(sizeof(spl_SplObjectStorage) + zend_object_properties_size(parent)); in spl_object_storage_new_ex()
H A Dspl_dllist.c376 intern = ecalloc(1, sizeof(spl_dllist_object) + zend_object_properties_size(parent)); in spl_dllist_object_new_ex()
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c389 intern = ecalloc(1, sizeof(xmlreader_object) + zend_object_properties_size(class_type)); in xmlreader_objects_new()
/PHP-7.0/ext/intl/converter/
H A Dconverter.c1021 objval = ecalloc(1, sizeof(php_converter_object) + zend_object_properties_size(ce)); in php_converter_object_ctor()
/PHP-7.0/ext/date/
H A Dphp_date.c2150 intern = ecalloc(1, sizeof(php_date_obj) + zend_object_properties_size(class_type)); in date_object_new_date_ex()
2281 intern = ecalloc(1, sizeof(php_timezone_obj) + zend_object_properties_size(class_type)); in date_object_new_timezone_ex()
2372 intern = ecalloc(1, sizeof(php_interval_obj) + zend_object_properties_size(class_type)); in date_object_new_interval_ex()
2453 intern = ecalloc(1, sizeof(php_period_obj) + zend_object_properties_size(class_type)); in date_object_new_period_ex()
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c2265 stmt = ecalloc(1, sizeof(pdo_stmt_t) + zend_object_properties_size(Z_OBJCE_P(zobject))); in dbstmt_clone_obj()
2370 stmt = ecalloc(1, sizeof(pdo_stmt_t) + zend_object_properties_size(ce)); in pdo_dbstmt_new()
H A Dpdo_dbh.c1573 dbh = ecalloc(1, sizeof(pdo_dbh_object_t) + zend_object_properties_size(ce)); in pdo_dbh_new()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c451 intern = ecalloc(1, sizeof(mysqli_object) + zend_object_properties_size(class_type)); in mysqli_objects_new()
/PHP-7.0/ext/xmlwriter/
H A Dphp_xmlwriter.c144 intern = ecalloc(1, sizeof(ze_xmlwriter_object) + zend_object_properties_size(class_type)); in xmlwriter_object_new()
/PHP-7.0/ext/gmp/
H A Dgmp.c384 gmp_object *intern = emalloc(sizeof(gmp_object) + zend_object_properties_size(ce)); in gmp_create_object_ex()

Completed in 138 milliseconds

12