Searched defs:zval_property_ctor (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_variables.c | 164 ZEND_API void zval_property_ctor(zval **p) /* {{{ */ function
|
| H A D | zend_compile.c | 2839 #define zval_property_ctor(parent_ce, ce) \ macro 2865 zend_hash_merge(&ce->default_properties, &parent_ce->default_properties, zval_property_ctor(parent_ce, ce), NULL, sizeof(zval *), 0); 2875 zend_hash_merge(&ce->constants_table, &parent_ce->constants_table, zval_property_ctor(parent_ce, ce), NULL, sizeof(zval *), 0);
|
Completed in 12 milliseconds