Home
last modified time | relevance | path

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

/php-src/ext/mysqli/
H A Dmysqli.c795 HashTable *prop_table = zend_symtable_to_proptable(Z_ARR(dataset)); in php_mysqli_fetch_into_hash()
/php-src/Zend/
H A Dzend_hash.h341 ZEND_API HashTable* ZEND_FASTCALL zend_symtable_to_proptable(HashTable *ht);
H A Dzend_operators.c859 HashTable *ht = zend_symtable_to_proptable(Z_ARR_P(op)); in convert_to_object()
H A Dzend_hash.c3299 ZEND_API HashTable* ZEND_FASTCALL zend_symtable_to_proptable(HashTable *ht) in zend_symtable_to_proptable() function
H A Dzend_vm_def.h6381 ht = zend_symtable_to_proptable(Z_ARR_P(expr));
H A Dzend_vm_execute.h5057 ht = zend_symtable_to_proptable(Z_ARR_P(expr)); in ZEND_CAST_SPEC_CONST_HANDLER()
19610 ht = zend_symtable_to_proptable(Z_ARR_P(expr)); in ZEND_CAST_SPEC_TMP_HANDLER()
22279 ht = zend_symtable_to_proptable(Z_ARR_P(expr)); in ZEND_CAST_SPEC_VAR_HANDLER()
39939 ht = zend_symtable_to_proptable(Z_ARR_P(expr)); in ZEND_CAST_SPEC_CV_HANDLER()

Completed in 173 milliseconds