Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c471 … phpdbg_oplog_fill_executable(zend_op_array *op_array, HashTable *insert_ht, zend_bool by_opcode) { in phpdbg_oplog_fill_executable() argument
493 if (by_opcode) { in phpdbg_oplog_fill_executable()
523 zend_bool by_opcode = 0; in PHP_FUNCTION() local
542 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()
575 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()
593 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()
606 by_opcode); in PHP_FUNCTION()
624 zend_bool by_opcode = 0; in PHP_FUNCTION() local
647 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()
691 if (by_opcode) { in PHP_FUNCTION()

Completed in 9 milliseconds