by_opcode         441 sapi/phpdbg/phpdbg.c static void phpdbg_oplog_fill_executable(zend_op_array *op_array, HashTable *insert_ht, zend_bool by_opcode) {
by_opcode         466 sapi/phpdbg/phpdbg.c 		if (by_opcode) {
by_opcode         496 sapi/phpdbg/phpdbg.c 	zend_bool by_opcode = 0;
by_opcode         515 sapi/phpdbg/phpdbg.c 			by_opcode = zend_is_true(option_buffer);
by_opcode         548 sapi/phpdbg/phpdbg.c 				phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode);
by_opcode         566 sapi/phpdbg/phpdbg.c 						phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode);
by_opcode         579 sapi/phpdbg/phpdbg.c 				by_opcode);
by_opcode         597 sapi/phpdbg/phpdbg.c 	zend_bool by_opcode = 0;
by_opcode         620 sapi/phpdbg/phpdbg.c 			by_opcode = zend_is_true(option_buffer);
by_opcode         664 sapi/phpdbg/phpdbg.c 			if (by_opcode) {