Home
last modified time | relevance | path

Searched refs:zend_proptable_to_symtable (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_builtin_functions.c792 RETURN_ARR(zend_proptable_to_symtable(properties, 0)); in ZEND_FUNCTION()
794 RETURN_ARR(zend_proptable_to_symtable(properties, 1)); in ZEND_FUNCTION()
855 properties = zend_proptable_to_symtable(properties, in ZEND_FUNCTION()
H A Dzend_hash.h306 ZEND_API HashTable* ZEND_FASTCALL zend_proptable_to_symtable(HashTable *ht, zend_bool always_duplic…
H A Dzend_operators.c722 HashTable *new_obj_ht = zend_proptable_to_symtable(obj_ht, in convert_to_array()
H A Dzend_hash.c2806 ZEND_API HashTable* ZEND_FASTCALL zend_proptable_to_symtable(HashTable *ht, zend_bool always_duplic… in zend_proptable_to_symtable() function
H A Dzend_vm_def.h6171 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht,
H A Dzend_vm_execute.h4674 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht, in ZEND_CAST_SPEC_CONST_HANDLER()
18824 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht, in ZEND_CAST_SPEC_TMP_HANDLER()
21442 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht, in ZEND_CAST_SPEC_VAR_HANDLER()
38312 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht, in ZEND_CAST_SPEC_CV_HANDLER()

Completed in 314 milliseconds