Searched refs:oplines (Results 1 – 3 of 3) sorted by relevance
27 File oplines 028 Function oplines 029 Method oplines 0
205 …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 function371 - is followed by the oplines of that method or function (<print> elements)488 - oplines
2321 zend_op *opline = NULL, *oplines = zend_stack_base(&CG(delayed_oplines_stack)); in zend_delayed_compile_end() local2327 memcpy(opline, &oplines[i], sizeof(zend_op)); in zend_delayed_compile_end()
Completed in 27 milliseconds