Home
last modified time | relevance | path

Searched refs:fetch_result (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_compile.c3247 znode fetch_result, dim_node; in zend_compile_list_assign() local
3291 opline = zend_emit_op(&fetch_result, in zend_compile_list_assign()
3299 zend_emit_op(&fetch_result, ZEND_MAKE_REF, &fetch_result, NULL); in zend_compile_list_assign()
3302 zend_compile_list_assign(NULL, var_ast, &fetch_result, var_ast->attr); in zend_compile_list_assign()
3304 zend_emit_assign_ref_znode(var_ast, &fetch_result); in zend_compile_list_assign()
3306 zend_emit_assign_znode(var_ast, &fetch_result); in zend_compile_list_assign()
H A Dzend_vm_def.h7343 zend_result fetch_result; variable
7348fetch_result = zend_fetch_static_property_address(&value, NULL, opline->extended_value & ~ZEND_ISE…
7351 result = fetch_result == SUCCESS && Z_TYPE_P(value) > IS_NULL &&
7354 result = fetch_result != SUCCESS || !i_zend_is_true(value);
H A Dzend_vm_execute.h2959 zend_result fetch_result; in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER() local
2964fetch_result = zend_fetch_static_property_address(&value, NULL, opline->extended_value & ~ZEND_ISE… in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER()
2967 result = fetch_result == SUCCESS && Z_TYPE_P(value) > IS_NULL && in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER()
2970 result = fetch_result != SUCCESS || !i_zend_is_true(value); in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER()

Completed in 185 milliseconds