Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg.c496 … phpdbg_oplog_fill_executable(zend_op_array *op_array, HashTable *insert_ht, zend_bool by_opcode) { in phpdbg_oplog_fill_executable() argument
518 if (by_opcode) { in phpdbg_oplog_fill_executable()
548 zend_bool by_opcode = 0; in PHP_FUNCTION() local
567 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() local
672 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()
716 if (by_opcode) { in PHP_FUNCTION()

Completed in 10 milliseconds