Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_array.c314 retval = zend_symtable_find(ht, offset_key); in spl_array_get_dimension_ptr()
552 zval *data = zend_symtable_find(ht, Z_STR_P(offset)); in spl_array_unset_dimension_ex()
640 if ((tmp = zend_symtable_find(ht, Z_STR_P(offset))) != NULL) { in spl_array_has_dimension_ex()
H A Dspl_iterators.c2827 if ((value = zend_symtable_find(Z_ARRVAL(intern->u.caching.zcache), key)) == NULL) { in SPL_METHOD()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c682 } else if ((zv = zend_symtable_find(ht, element->name_in_parent))) {
1026 new = zend_symtable_find(element->parent_container, element->name_in_parent);
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c427 *result = zend_symtable_find(Z_ARR_P(op1), Z_STR_P(op2)); in fetch_array_elem()
626 *result = zend_symtable_find(Z_ARR_P(op1), Z_STR_P(op2)); in fetch_obj_prop()
/PHP-7.4/Zend/
H A Dzend_hash.h467 static zend_always_inline zval *zend_symtable_find(const HashTable *ht, zend_string *key) in zend_symtable_find() function
H A Dzend_compile.c8954 el = zend_symtable_find(Z_ARR_P(container), Z_STR_P(dim)); in zend_eval_const_expr()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c1177 if ((pgrp = zend_symtable_find(Z_ARRVAL_P(return_all), Z_STR(grp_val))) == NULL) { in do_fetch()
/PHP-7.4/ext/standard/
H A Darray.c4137 if ((tmp = zend_symtable_find(Z_ARRVAL_P(return_value), Z_STR_P(entry))) == NULL) {
4199 prop = zend_symtable_find(Z_ARRVAL_P(data), Z_STR_P(name));
/PHP-7.4/ext/session/
H A Dsession.c3111 …if ((progress_ary = zend_symtable_find(Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))), progress->key.… in php_check_cancel_upload()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c6251 item = zend_symtable_find(ht, Z_STR_P(key)); in ZEND_METHOD()

Completed in 95 milliseconds