Home
last modified time | relevance | path

Searched refs:_object_and_properties_init (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_API.h364 #define object_and_properties_init(arg, ce, properties) _object_and_properties_init((arg), (ce), (p…
368 ZEND_API int _object_and_properties_init(zval *arg, zend_class_entry *ce, HashTable *properties ZEN…
H A Dzend_API.c1177 ZEND_API int _object_and_properties_init(zval *arg, zend_class_entry *class_type, HashTable *proper… in _object_and_properties_init() function
1208 return _object_and_properties_init(arg, class_type, 0 ZEND_FILE_LINE_RELAY_CC TSRMLS_CC); in _object_init_ex()

Completed in 18 milliseconds