Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c198 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_gc()
209 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_properties()
567 HashTable *intern_ht = zend_std_get_properties(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
H A Dspl_observer.c291 return zend_std_get_properties(obj); in spl_object_storage_get_gc()
665 ZVAL_ARR(&members, zend_array_dup(zend_std_get_properties(Z_OBJ_P(ZEND_THIS)))); in PHP_METHOD()
827 ZVAL_ARR(&tmp, zend_std_get_properties(&intern->std)); in PHP_METHOD()
H A Dspl_heap.c544 return zend_std_get_properties(obj); in spl_heap_object_get_gc()
555 return zend_std_get_properties(obj); in spl_pqueue_object_get_gc()
H A Dspl_dllist.c537 return zend_std_get_properties(obj); in spl_dllist_object_get_gc()
1196 ZVAL_ARR(&tmp, zend_std_get_properties(&intern->std)); in PHP_METHOD()
H A Dspl_array.c842 return zend_std_get_properties(obj); in spl_array_get_gc()
1119 if (handler != zend_std_get_properties) { in spl_array_set_array()
1801 ZVAL_ARR(&tmp, zend_std_get_properties(&intern->std)); in PHP_METHOD()
H A Dspl_iterators.c2174 return zend_std_get_properties(obj); in spl_dual_it_get_gc()
/PHP-8.0/Zend/
H A Dzend_object_handlers.h197 ZEND_API HashTable *zend_std_get_properties(zend_object *object);
H A Dzend_object_handlers.c107 ZEND_API HashTable *zend_std_get_properties(zend_object *zobj) /* {{{ */ in zend_std_get_properties() function
118 if (zobj->handlers->get_properties != zend_std_get_properties) { in zend_std_get_gc()
1835 zend_std_get_properties, /* get_properties */
/PHP-8.0/ext/date/
H A Dphp_date.c1826 return zend_std_get_properties(object); in date_object_get_gc()
1833 return zend_std_get_properties(object); in date_object_get_gc_timezone()
1854 props = zend_array_dup(zend_std_get_properties(object)); in date_object_get_properties_for()
2006 props = zend_array_dup(zend_std_get_properties(object)); in date_object_get_properties_for_timezone()
2027 props = zend_std_get_properties(object); in date_object_get_debug_info_timezone()
2071 return zend_std_get_properties(object); in date_object_get_gc_interval()
2081 props = zend_std_get_properties(object); in date_object_get_properties_interval()
4744 return zend_std_get_properties(object); in date_object_get_gc_period()
4754 props = zend_std_get_properties(object); in date_object_get_properties_period()
/PHP-8.0/ext/gmp/
H A Dgmp.c305 HashTable *ht, *props = zend_std_get_properties(obj); in gmp_get_debug_info()
456 ZVAL_ARR(&zv, zend_std_get_properties(Z_OBJ_P(object))); in gmp_serialize()
504 zend_std_get_properties(zobj), Z_ARRVAL_P(zv), in gmp_unserialize()
/PHP-8.0/ext/curl/
H A Dmulti.c587 return zend_std_get_properties(object); in curl_multi_get_gc()
H A Dinterface.c1300 return zend_std_get_properties(object); in curl_get_gc()
/PHP-8.0/ext/snmp/
H A Dsnmp.c1767 return zend_std_get_properties(object); in php_snmp_get_gc()
1782 props = zend_std_get_properties(object); in php_snmp_get_properties()
/PHP-8.0/
H A D.gdbinit214 if $handlers->get_properties == &zend_std_get_properties
/PHP-8.0/ext/zip/
H A Dphp_zip.c969 return zend_std_get_properties(object); in php_zip_get_gc()
981 props = zend_std_get_properties(object); in php_zip_get_properties()
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c1301 return zend_std_get_properties(object); in dbh_get_gc()
/PHP-8.0/ext/xml/
H A Dxml.c423 return zend_std_get_properties(object); in xml_parser_get_gc()
/PHP-8.0/ext/hash/
H A Dhash.c1467 ZVAL_ARR(&tmp, zend_std_get_properties(&hash->std)); in PHP_METHOD()
/PHP-8.0/ext/dom/
H A Dphp_dom.c402 std_props = zend_std_get_properties(object); in dom_get_debug_info_helper()
/PHP-8.0/ext/sockets/
H A Dsockets.c150 return zend_std_get_properties(object); in socket_get_gc()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c281 return zend_std_get_properties(obj); in reflection_get_gc()

Completed in 161 milliseconds