Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c152 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_gc()
164 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_properties()
577 HashTable *intern_ht = zend_std_get_properties(ZEND_THIS); in SPL_METHOD()
H A Dspl_observer.c339 return zend_std_get_properties(obj); in spl_object_storage_get_gc()
730 ZVAL_ARR(&members, zend_array_dup(zend_std_get_properties(ZEND_THIS))); in SPL_METHOD()
898 ZVAL_ARR(&tmp, zend_std_get_properties(ZEND_THIS)); in SPL_METHOD()
H A Dspl_heap.c561 return zend_std_get_properties(obj); in spl_heap_object_get_gc()
572 return zend_std_get_properties(obj); in spl_pqueue_object_get_gc()
H A Dspl_dllist.c556 return zend_std_get_properties(obj); in spl_dllist_object_get_gc()
1257 ZVAL_ARR(&tmp, zend_std_get_properties(ZEND_THIS)); in SPL_METHOD()
H A Dspl_array.c863 return zend_std_get_properties(obj); in spl_array_get_gc()
1122 if (handler != zend_std_get_properties) { in spl_array_set_array()
1840 ZVAL_ARR(&tmp, zend_std_get_properties(ZEND_THIS)); in SPL_METHOD()
/PHP-7.4/Zend/
H A Dzend_object_handlers.h208 ZEND_API HashTable *zend_std_get_properties(zval *object);
H A Dzend_object_handlers.c107 ZEND_API HashTable *zend_std_get_properties(zval *object) /* {{{ */ in zend_std_get_properties() function
120 if (Z_OBJ_HANDLER_P(object, get_properties) != zend_std_get_properties) { in zend_std_get_gc()
1933 zend_std_get_properties, /* get_properties */
/PHP-7.4/ext/date/
H A Dphp_date.c2285 return zend_std_get_properties(object); in date_object_get_gc()
2292 return zend_std_get_properties(object); in date_object_get_gc_timezone()
2313 props = zend_array_dup(zend_std_get_properties(object)); in date_object_get_properties_for()
2463 props = zend_array_dup(zend_std_get_properties(object)); in date_object_get_properties_for_timezone()
2484 props = zend_std_get_properties(object); in date_object_get_debug_info_timezone()
2528 return zend_std_get_properties(object); in date_object_get_gc_interval()
2538 props = zend_std_get_properties(object); in date_object_get_properties_interval()
5227 return zend_std_get_properties(object); in date_object_get_gc_period()
5237 props = zend_std_get_properties(object); in date_object_get_properties_period()
/PHP-7.4/ext/gmp/
H A Dgmp.c443 HashTable *ht, *props = zend_std_get_properties(obj); in gmp_get_debug_info()
581 ZVAL_ARR(&zv, zend_std_get_properties(object)); in gmp_serialize()
631 zend_std_get_properties(&object_copy), Z_ARRVAL_P(zv), in gmp_unserialize()
/PHP-7.4/
H A D.gdbinit214 if $handlers->get_properties == &zend_std_get_properties
/PHP-7.4/ext/snmp/
H A Dsnmp.c2035 return zend_std_get_properties(object); in php_snmp_get_gc()
2050 props = zend_std_get_properties(object); in php_snmp_get_properties()
/PHP-7.4/ext/zip/
H A Dphp_zip.c999 return zend_std_get_properties(object); in php_zip_get_gc()
1011 props = zend_std_get_properties(object); in php_zip_get_properties()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1383 return zend_std_get_properties(object); in dbh_get_gc()
/PHP-7.4/ext/dom/
H A Dphp_dom.c425 std_props = zend_std_get_properties(object); in dom_get_debug_info_helper()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c265 return zend_std_get_properties(obj); in reflection_get_gc()

Completed in 103 milliseconds