Home
last modified time | relevance | path

Searched refs:ZEND_ECHO (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/sapi/phpdbg/tests/
H A Dbreakpoints_004.phpt4 b ZEND_ECHO
13 prompt> [Breakpoint #0 added at ZEND_ECHO]
14 prompt> [Breakpoint #0 in ZEND_ECHO at %s:3, hits: 1]
19 [Breakpoint #0 in ZEND_ECHO at %s:4, hits: 2]
24 [Breakpoint #0 in ZEND_ECHO at %s:5, hits: 3]
29 [Breakpoint #0 in ZEND_ECHO at %s:6, hits: 4]
/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h215 #define ZEND_ECHO 136 macro
H A Dzend_compile.c4346 opline = zend_emit_op(NULL, ZEND_ECHO, &expr_node, NULL); in zend_compile_echo()
7702 opline = zend_emit_op(NULL, ZEND_ECHO, &expr_node, NULL); in zend_compile_print()
H A Dzend_vm_def.h1740 ZEND_VM_HANDLER(136, ZEND_ECHO, CONST|TMPVAR|CV, ANY)
/PHP-7.4/ext/opcache/Optimizer/
H A Ddce.c145 case ZEND_ECHO: in may_have_side_effects()
H A Dblock_pass.c281 if (opline->opcode == ZEND_ECHO) { in zend_optimize_block()
296 if (last_op && last_op->opcode == ZEND_ECHO && in zend_optimize_block()

Completed in 48 milliseconds