Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.h115 PHPDBG_API void phpdbg_set_breakpoint_opcode(const char* opname, size_t opname_len TSRMLS_DC);
H A Dphpdbg_bp.c879 const char *opname = phpdbg_decode_opcode(opcode); in phpdbg_find_breakpoint_opcode() local
881 if (memcmp(opname, PHPDBG_STRL("UNKNOWN")) == 0) { in phpdbg_find_breakpoint_opcode()
886 zend_hash_func(opname, strlen(opname)), (void**)&brake) == SUCCESS) { in phpdbg_find_breakpoint_opcode()

Completed in 12 milliseconds