Home
last modified time | relevance | path

Searched refs:zend_std_get_properties_ex (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/random/
H A Dengine_mt19937.c391 ZVAL_ARR(return_value, zend_array_dup(zend_std_get_properties_ex(&engine->std))); in PHP_METHOD()
/php-src/Zend/
H A Dzend_object_handlers.h276 static zend_always_inline HashTable *zend_std_get_properties_ex(zend_object *object) in zend_std_get_properties_ex() function
H A Dzend_lazy_objects.c636 return zend_std_get_properties_ex(object); in zend_lazy_object_get_properties()
H A Dzend_object_handlers.c136 return zend_std_get_properties_ex(zobj); in zend_std_get_properties()
2140 zend_std_get_properties_ex(zobj1), in zend_std_compare_objects()
2141 zend_std_get_properties_ex(zobj2)); in zend_std_compare_objects()
H A Dzend_API.c1773 prop = zend_hash_update(zend_std_get_properties_ex(object), key, prop); in object_properties_load()
1785 prop = zend_hash_index_update(zend_std_get_properties_ex(object), h, prop); in object_properties_load()
/php-src/ext/spl/
H A Dspl_array.c68 zend_std_get_properties_ex(&intern->std); in spl_array_get_hash_table_ptr()
78 zend_std_get_properties_ex(obj); in spl_array_get_hash_table_ptr()
772 HashTable *properties = zend_std_get_properties_ex(&intern->std); in spl_array_get_debug_info()
1272 ZVAL_ARR(&members, zend_std_get_properties_ex(&intern->std)); in SPL_ARRAY_METHOD()
H A Dspl_heap.c510 HashTable *properties = zend_std_get_properties_ex(&intern->std); in spl_heap_object_get_debug_info()
H A Dspl_dllist.c430 HashTable *properties = zend_std_get_properties_ex(&intern->std); in spl_dllist_object_get_debug_info()
H A Dspl_directory.c606 debug_info = zend_array_dup(zend_std_get_properties_ex(&intern->std)); in spl_filesystem_object_get_debug_info()
/php-src/ext/pdo/
H A Dpdo_dbh.c1509 zend_std_get_properties_ex(&dbh->std); in pdo_dbh_new()
H A Dpdo_stmt.c2424 props = zend_array_dup(zend_std_get_properties_ex(&stmt->std)); in row_get_properties_for()
/php-src/ext/date/
H A Dphp_date.c1626 zend_std_get_properties_ex(&object->std); in date_period_it_move_forward()

Completed in 80 milliseconds