Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c3322 znode fetch_result, dim_node; in zend_compile_list_assign() local
3366 opline = zend_emit_op(&fetch_result, in zend_compile_list_assign()
3374 zend_emit_op(&fetch_result, ZEND_MAKE_REF, &fetch_result, NULL); in zend_compile_list_assign()
3377 zend_compile_list_assign(NULL, var_ast, &fetch_result, var_ast->attr); in zend_compile_list_assign()
3379 zend_emit_assign_ref_znode(var_ast, &fetch_result); in zend_compile_list_assign()
3381 zend_emit_assign_znode(var_ast, &fetch_result); in zend_compile_list_assign()
H A Dzend_vm_def.h7450 zend_result fetch_result; variable
7455fetch_result = zend_fetch_static_property_address(&value, NULL, opline->extended_value & ~ZEND_ISE…
7458 result = fetch_result == SUCCESS && Z_TYPE_P(value) > IS_NULL &&
7461 result = fetch_result != SUCCESS || !i_zend_is_true(value);
H A Dzend_vm_execute.h3011 zend_result fetch_result; in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER() local
3016fetch_result = zend_fetch_static_property_address(&value, NULL, opline->extended_value & ~ZEND_ISE… in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER()
3019 result = fetch_result == SUCCESS && Z_TYPE_P(value) > IS_NULL && in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER()
3022 result = fetch_result != SUCCESS || !i_zend_is_true(value); in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER()

Completed in 235 milliseconds