Searched refs:by_opcode (Results 1 – 1 of 1) sorted by relevance
496 … phpdbg_oplog_fill_executable(zend_op_array *op_array, HashTable *insert_ht, zend_bool by_opcode) { in phpdbg_oplog_fill_executable() argument518 if (by_opcode) { in phpdbg_oplog_fill_executable()548 zend_bool by_opcode = 0; in PHP_FUNCTION() local567 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()600 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()618 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()631 by_opcode); in PHP_FUNCTION()649 zend_bool by_opcode = 0; in PHP_FUNCTION() local672 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()716 if (by_opcode) { in PHP_FUNCTION()
Completed in 9 milliseconds