Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c2945 znode fetch_result, dim_node; in zend_compile_list_assign() local
2989 opline = zend_emit_op(&fetch_result, in zend_compile_list_assign()
2997 zend_emit_op(&fetch_result, ZEND_MAKE_REF, &fetch_result, NULL); in zend_compile_list_assign()
3000 zend_compile_list_assign(NULL, var_ast, &fetch_result, var_ast->attr); in zend_compile_list_assign()
3002 zend_emit_assign_ref_znode(var_ast, &fetch_result); in zend_compile_list_assign()
3004 zend_emit_assign_znode(var_ast, &fetch_result); in zend_compile_list_assign()
H A Dzend_vm_def.h7094 zend_result fetch_result; variable
7099fetch_result = zend_fetch_static_property_address(&value, NULL, opline->extended_value & ~ZEND_ISE…
7102 result = fetch_result == SUCCESS && Z_TYPE_P(value) > IS_NULL &&
7105 result = fetch_result != SUCCESS || !i_zend_is_true(value);
H A Dzend_vm_execute.h2670 zend_result fetch_result; in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER() local
2675fetch_result = zend_fetch_static_property_address(&value, NULL, opline->extended_value & ~ZEND_ISE… in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER()
2678 result = fetch_result == SUCCESS && Z_TYPE_P(value) > IS_NULL && in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER()
2681 result = fetch_result != SUCCESS || !i_zend_is_true(value); in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER()

Completed in 212 milliseconds