Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_builtin_functions.c1203 RETURN_ARR(zend_proptable_to_symtable(properties, 0)); in ZEND_FUNCTION()
1205 RETURN_ARR(zend_proptable_to_symtable(properties, 1)); in ZEND_FUNCTION()
1267 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.c643 HashTable *new_obj_ht = zend_proptable_to_symtable(obj_ht, in convert_to_array()
H A Dzend_hash.c2781 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.h5950 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht,
H A Dzend_vm_execute.h4024 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht, in ZEND_CAST_SPEC_CONST_HANDLER()
18199 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht, in ZEND_CAST_SPEC_TMP_HANDLER()
21307 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht, in ZEND_CAST_SPEC_VAR_HANDLER()
37504 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht, in ZEND_CAST_SPEC_CV_HANDLER()

Completed in 160 milliseconds