Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c731 } else if ((zv = zend_symtable_find(ht, element->name_in_parent))) {
1075 new = zend_symtable_find(element->parent_container, element->name_in_parent);
/php-src/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-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c816 val = zend_symtable_find(Z_ARRVAL_P(arr), Z_STR_P(dim));
/php-src/Zend/
H A Dzend_hash.h523 static zend_always_inline zval *zend_symtable_find(const HashTable *ht, zend_string *key) in zend_symtable_find() function
H A Dzend_compile.c11110 el = zend_symtable_find(Z_ARR_P(container), Z_STR_P(dim)); in zend_eval_const_expr()
/php-src/ext/pdo/
H A Dpdo_stmt.c1077 if ((pgrp = zend_symtable_find(Z_ARRVAL_P(return_all), Z_STR(grp_val))) == NULL) { in do_fetch()
/php-src/ext/session/
H A Dsession.c3037 …if ((progress_ary = zend_symtable_find(Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))), progress->key.… in php_check_cancel_upload()
/php-src/ext/standard/
H A Darray.c4570 if ((tmp = zend_symtable_find(Z_ARRVAL_P(return_value), Z_STR_P(entry))) == NULL) {
4613 prop = zend_symtable_find(Z_ARRVAL_P(data), name_str);
/php-src/ext/spl/
H A Dspl_iterators.c2530 if ((value = zend_symtable_find(Z_ARRVAL(intern->u.caching.zcache), key)) == NULL) { in PHP_METHOD()

Completed in 92 milliseconds