Home
last modified time | relevance | path

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

/PHP-7.1/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.1/Zend/
H A Dzend_vm_opcodes.h110 #define ZEND_ECHO 40 macro
H A Dzend_compile.c4243 opline = zend_emit_op(NULL, ZEND_ECHO, &expr_node, NULL); in zend_compile_echo()
7019 opline = zend_emit_op(NULL, ZEND_ECHO, &expr_node, NULL); in zend_compile_print()
H A Dzend_vm_def.h1477 ZEND_VM_HANDLER(40, ZEND_ECHO, CONST|TMPVAR|CV, ANY)
/PHP-7.1/ext/opcache/Optimizer/
H A Dblock_pass.c201 if (opline->opcode == ZEND_ECHO) { in zend_optimize_block()
215 if (last_op && last_op->opcode == ZEND_ECHO && in zend_optimize_block()

Completed in 56 milliseconds