Lines Matching refs:SUCCESS
49 return SUCCESS; in PHPDBG_PRINT()
96 return SUCCESS; in PHPDBG_PRINT()
121 return SUCCESS; in PHPDBG_PRINT()
128 if (phpdbg_safe_class_lookup(param->str, param->len, &ce) == SUCCESS) { in PHPDBG_PRINT()
151 return SUCCESS; in PHPDBG_PRINT()
158 if (phpdbg_safe_class_lookup(param->method.class, strlen(param->method.class), &ce) == SUCCESS) { in PHPDBG_PRINT()
179 return SUCCESS; in PHPDBG_PRINT()
200 return SUCCESS; in PHPDBG_PRINT()
204 return SUCCESS; in PHPDBG_PRINT()
230 return SUCCESS; in PHPDBG_PRINT()
267 if (phpdbg_safe_class_lookup(class, strlen(class), &ce) != SUCCESS) { in phpdbg_print_opcodes_method()
315 if (phpdbg_safe_class_lookup(class, strlen(class), &ce) != SUCCESS) { in phpdbg_print_opcodes_class()