Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c490 … phpdbg_oplog_fill_executable(zend_op_array *op_array, HashTable *insert_ht, zend_bool by_opcode) { in phpdbg_oplog_fill_executable() argument
512 if (by_opcode) { in phpdbg_oplog_fill_executable()
542 zend_bool by_opcode = 0; in PHP_FUNCTION() local
561 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()
594 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()
612 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()
625 by_opcode); in PHP_FUNCTION()
643 zend_bool by_opcode = 0; in PHP_FUNCTION() local
666 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()
710 if (by_opcode) { in PHP_FUNCTION()

Completed in 10 milliseconds