Home
last modified time | relevance | path

Searched refs:return_value (Results 226 – 234 of 234) sorted by relevance

12345678910

/PHP-8.2/ext/com_dotnet/
H A Dcom_com.c315 php_com_wrap_dispatch(return_value, obj, (int)code_page); in PHP_FUNCTION()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_bp.c1104 zval *orig_retval = EG(current_execute_data)->return_value; in phpdbg_find_conditional_breakpoint()
1131 EG(current_execute_data)->return_value = orig_retval; in phpdbg_find_conditional_breakpoint()
/PHP-8.2/Zend/
H A Dzend_generators.c1009 ZVAL_COPY(return_value, &generator->retval); in ZEND_METHOD()
H A Dzend_execute_API.c53 ZEND_API void (*zend_execute_internal)(zend_execute_data *execute_data, zval *return_value);
H A Dzend_compile.c5222 static bool zend_handle_loops_and_finally_ex(zend_long depth, znode *return_value) /* {{{ */ in zend_handle_loops_and_finally_ex() argument
5238 if (return_value) { in zend_handle_loops_and_finally_ex()
5239 SET_NODE(opline->op2, return_value); in zend_handle_loops_and_finally_ex()
5271 static bool zend_handle_loops_and_finally(znode *return_value) /* {{{ */ in zend_handle_loops_and_finally() argument
5273 return zend_handle_loops_and_finally_ex(zend_stack_count(&CG(loop_var_stack)) + 1, return_value); in zend_handle_loops_and_finally()
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_connection.c1648 zval * return_value ZEND_FILE_LINE_DC)
1651 mysqlnd_fill_stats_hash(conn->stats, mysqlnd_stats_values_names, return_value ZEND_FILE_LINE_CC);
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c943 EX(return_value) != NULL ? ZEND_JIT_TRACE_RETURN_VALUE_USED : 0,
H A Dzend_jit_ir.c9673 ir_STORE(jit_CALL(rx, return_value),
10747 ir_ref return_value = IR_UNUSED, ref, refcount, if_return_value_used = IR_UNUSED; local
10780 return_value = ir_LOAD_A(jit_EX(return_value));
10781 ret_addr = ZEND_ADDR_REF_ZVAL(return_value);
10785 if_return_value_used = ir_IF(return_value);
10812 if_return_value_used = ir_IF(return_value);
/PHP-8.2/ext/ffi/
H A Dffi.c2856 …zend_ffi_cdata_to_zval(NULL, ret, ZEND_FFI_TYPE(type->func.ret_type), BP_VAR_R, return_value, 0, 1… in ZEND_FUNCTION()
2858 ZVAL_NULL(return_value); in ZEND_FUNCTION()

Completed in 137 milliseconds

12345678910