Home
last modified time | relevance | path

Searched refs:zend_std_get_properties (Results 1 – 14 of 14) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_object_handlers.h169 ZEND_API HashTable *zend_std_get_properties(zval *object);
H A Dzend_object_handlers.c118 ZEND_API HashTable *zend_std_get_properties(zval *object) /* {{{ */ in zend_std_get_properties() function
131 if (Z_OBJ_HANDLER_P(object, get_properties) != zend_std_get_properties) { in zend_std_get_gc()
1697 zend_std_get_properties, /* get_properties */
/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c149 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_gc()
166 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_properties()
599 HashTable *intern_ht = zend_std_get_properties(getThis()); in SPL_METHOD()
H A Dspl_observer.c720 ZVAL_ARR(&members, zend_array_dup(zend_std_get_properties(getThis()))); in SPL_METHOD()
H A Dspl_dllist.c558 return zend_std_get_properties(obj); in spl_dllist_object_get_gc()
H A Dspl_array.c871 return zend_std_get_properties(obj); in spl_array_get_gc()
/PHP-7.0/ext/gmp/
H A Dgmp.c434 HashTable *ht, *props = zend_std_get_properties(obj); in gmp_get_debug_info()
572 ZVAL_ARR(&zv, zend_std_get_properties(object)); in gmp_serialize()
622 zend_std_get_properties(&object_copy), Z_ARRVAL_P(zv), in gmp_unserialize()
/PHP-7.0/ext/date/
H A Dphp_date.c2217 return zend_std_get_properties(object); in date_object_get_gc()
2224 return zend_std_get_properties(object); in date_object_get_gc_timezone()
2236 props = zend_std_get_properties(object); in date_object_get_properties()
2335 props = zend_std_get_properties(object); in date_object_get_properties_timezone()
2404 return zend_std_get_properties(object); in date_object_get_gc_interval()
2415 props = zend_std_get_properties(object); in date_object_get_properties_interval()
4941 return zend_std_get_properties(object); in date_object_get_gc_period()
4952 props = zend_std_get_properties(object); in date_object_get_properties_period()
/PHP-7.0/
H A D.gdbinit214 if $handlers->get_properties == &zend_std_get_properties
/PHP-7.0/ext/snmp/
H A Dsnmp.c2072 return zend_std_get_properties(object); in php_snmp_get_gc()
2088 props = zend_std_get_properties(object); in php_snmp_get_properties()
/PHP-7.0/ext/zip/
H A Dphp_zip.c965 return zend_std_get_properties(object); in php_zip_get_gc()
977 props = zend_std_get_properties(object); in php_zip_get_properties()
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c1384 return zend_std_get_properties(object); in dbh_get_gc()
/PHP-7.0/ext/dom/
H A Dphp_dom.c427 std_props = zend_std_get_properties(object); in dom_get_debug_info_helper()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c361 return zend_std_get_properties(obj); in reflection_get_gc()

Completed in 97 milliseconds