Home
last modified time | relevance | path

Searched refs:zend_symtable_find (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c736 } else if ((zv = zend_symtable_find(ht, element->name_in_parent))) {
1083 new = zend_symtable_find(element->parent_container, element->name_in_parent);
/PHP-8.3/Zend/Optimizer/
H A Dsccp.c382 *result = zend_symtable_find(Z_ARR_P(op1), Z_STR_P(op2)); in fetch_array_elem()
592 *result = zend_symtable_find(Z_ARR_P(op1), Z_STR_P(op2)); in fetch_obj_prop()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c821 val = zend_symtable_find(Z_ARRVAL_P(arr), Z_STR_P(dim));
/PHP-8.3/Zend/
H A Dzend_hash.h521 static zend_always_inline zval *zend_symtable_find(const HashTable *ht, zend_string *key) in zend_symtable_find() function
H A Dzend_compile.c10882 el = zend_symtable_find(Z_ARR_P(container), Z_STR_P(dim)); in zend_eval_const_expr()
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c1082 if ((pgrp = zend_symtable_find(Z_ARRVAL_P(return_all), Z_STR(grp_val))) == NULL) { in do_fetch()
/PHP-8.3/ext/session/
H A Dsession.c3025 …if ((progress_ary = zend_symtable_find(Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))), progress->key.… in php_check_cancel_upload()
/PHP-8.3/ext/standard/
H A Darray.c4448 if ((tmp = zend_symtable_find(Z_ARRVAL_P(return_value), Z_STR_P(entry))) == NULL) {
4491 prop = zend_symtable_find(Z_ARRVAL_P(data), name_str);
/PHP-8.3/ext/spl/
H A Dspl_iterators.c2548 if ((value = zend_symtable_find(Z_ARRVAL(intern->u.caching.zcache), key)) == NULL) { in PHP_METHOD()

Completed in 93 milliseconds