Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/tests/
H A Dclear_001.phpt27 File oplines 0
28 Function oplines 0
29 Method oplines 0
/PHP-7.1/sapi/phpdbg/
H A Dxml.md205 …s to break at an opline (usedoplinenum) higher than the number of present oplines (in maxoplinenum)
339 - oplog: on/off - are oplines logged in a file?
365 - there are no oplines, it's an internal method or function
371 - is followed by the oplines of that method or function (<print> elements)
488 - oplines
/PHP-7.1/Zend/
H A Dzend_compile.c2322 zend_op *opline = NULL, *oplines = zend_stack_base(&CG(delayed_oplines_stack)); in zend_delayed_compile_end() local
2328 memcpy(opline, &oplines[i], sizeof(zend_op)); in zend_delayed_compile_end()

Completed in 28 milliseconds