Home
last modified time | relevance | path

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

12

/php-src/ext/spl/
H A Dspl_fixedarray.c219 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_gc()
237 …perties ? obj->properties : (obj->ce->default_properties_count ? zend_std_get_properties(obj) : NU… in spl_fixedarray_object_get_properties_for()
566 HashTable *intern_ht = zend_std_get_properties(Z_OBJ_P(ZEND_THIS)); in PHP_METHOD()
600 HashTable *ht = zend_std_get_properties(&intern->std); in PHP_METHOD()
H A Dspl_observer.c371 return zend_std_get_properties(obj); in spl_object_storage_get_gc()
846 ZVAL_ARR(&members, zend_array_dup(zend_std_get_properties(Z_OBJ_P(ZEND_THIS)))); in PHP_METHOD()
1001 zend_std_get_properties(&intern->std), /* always_duplicate */ 1)); in PHP_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.c482 return zend_std_get_properties(obj); in spl_dllist_object_get_gc()
1124 zend_std_get_properties(&intern->std), /* always_duplicate */ 1)); in PHP_METHOD()
H A Dspl_array.c805 return zend_std_get_properties(obj); in spl_array_get_gc()
972 if (handler != zend_std_get_properties) { in spl_array_set_array()
1422 zend_std_get_properties(&intern->std), /* always_duplicate */ 1)); in PHP_METHOD()
H A Dspl_iterators.c991 return zend_std_get_properties(obj); in spl_RecursiveIteratorIterator_get_gc()
2169 return zend_std_get_properties(obj); in spl_dual_it_get_gc()
/php-src/Zend/
H A Dzend_object_handlers.h211 ZEND_API HashTable *zend_std_get_properties(zend_object *object);
H A Dzend_object_handlers.c126 ZEND_API HashTable *zend_std_get_properties(zend_object *zobj) /* {{{ */ in zend_std_get_properties() function
137 if (zobj->handlers->get_properties != zend_std_get_properties) { in zend_std_get_gc()
2023 zend_std_get_properties, /* get_properties */
/php-src/ext/random/
H A Dengine_mt19937.c327 ZVAL_ARR(&t, zend_std_get_properties(&engine->std)); in PHP_METHOD()
H A Drandomizer.c478 ZVAL_ARR(&t, zend_std_get_properties(&randomizer->std)); in PHP_METHOD()
/php-src/ext/gmp/
H A Dgmp.c310 HashTable *ht, *props = zend_std_get_properties(obj); in gmp_get_debug_info()
461 ZVAL_ARR(&zv, zend_std_get_properties(Z_OBJ_P(object))); in gmp_serialize()
509 zend_std_get_properties(zobj), Z_ARRVAL_P(zv), in gmp_unserialize()
2093 zend_std_get_properties(Z_OBJ_P(ZEND_THIS)), /* always duplicate */ 1)); in ZEND_METHOD()
/php-src/ext/curl/
H A Dmulti.c569 return zend_std_get_properties(object); in curl_multi_get_gc()
H A Dinterface.c520 return zend_std_get_properties(object); in curl_get_gc()
/php-src/ext/json/
H A Djson_encoder.c124 && Z_OBJ_HT_P(val)->get_properties == zend_std_get_properties) { in php_json_encode_array()
/php-src/ext/dom/
H A Dxpath_callbacks.c125 return zend_std_get_properties(object); in php_dom_xpath_callbacks_get_gc_for_whole_object()
/php-src/ext/date/
H A Dphp_date.c1917 return zend_std_get_properties(object); in date_object_get_gc()
1924 return zend_std_get_properties(object); in date_object_get_gc_timezone()
1981 props = zend_array_dup(zend_std_get_properties(object)); in date_object_get_properties_for()
2124 props = zend_array_dup(zend_std_get_properties(object)); in date_object_get_properties_for_timezone()
2141 props = zend_std_get_properties(object); in date_object_get_debug_info_timezone()
2189 return zend_std_get_properties(object); in date_object_get_gc_interval()
2236 props = zend_std_get_properties(object); in date_object_get_properties_interval()
2342 common = zend_std_get_properties(zobj); in add_common_properties()
5664 return zend_std_get_properties(object); in date_object_get_gc_period()
/php-src/ext/snmp/
H A Dsnmp.c1779 return zend_std_get_properties(object); in php_snmp_get_gc()
1794 props = zend_std_get_properties(object); in php_snmp_get_properties()
/php-src/
H A D.gdbinit214 if $handlers->get_properties == &zend_std_get_properties
/php-src/ext/zip/
H A Dphp_zip.c990 return zend_std_get_properties(object); in php_zip_get_gc()
1002 props = zend_std_get_properties(object); in php_zip_get_properties()
/php-src/ext/pdo/
H A Dpdo_dbh.c1408 return zend_std_get_properties(object); in dbh_get_gc()
/php-src/ext/standard/
H A Dvar.c1173 && Z_OBJ_HT_P(struc)->get_properties == zend_std_get_properties) { in php_var_serialize_intern()
/php-src/ext/xml/
H A Dxml.c428 return zend_std_get_properties(object); in xml_parser_get_gc()
/php-src/ext/hash/
H A Dhash.c1483 ZVAL_ARR(&tmp, zend_std_get_properties(&hash->std)); in PHP_METHOD()
/php-src/ext/sockets/
H A Dsockets.c148 return zend_std_get_properties(object); in socket_get_gc()
/php-src/ext/sqlite3/
H A Dsqlite3.c2274 return zend_std_get_properties(object); in php_sqlite3_get_gc()

Completed in 163 milliseconds

12