Lines Matching refs:SUCCESS
50 return SUCCESS; in PHPDBG_PRINT()
124 return SUCCESS; in PHPDBG_PRINT()
150 return SUCCESS; in PHPDBG_PRINT()
157 if (zend_lookup_class(param->str, param->len, &ce TSRMLS_CC) == SUCCESS) { in PHPDBG_PRINT()
174 … zend_hash_get_current_data_ex(&(*ce)->function_table, (void**) &method, &position) == SUCCESS; in PHPDBG_PRINT()
183 return SUCCESS; in PHPDBG_PRINT()
190 …if (zend_lookup_class(param->method.class, strlen(param->method.class), &ce TSRMLS_CC) == SUCCESS)… in PHPDBG_PRINT()
194 if (zend_hash_find(&(*ce)->function_table, lcname, strlen(lcname)+1, (void**)&fbc) == SUCCESS) { in PHPDBG_PRINT()
209 return SUCCESS; in PHPDBG_PRINT()
228 return SUCCESS; in PHPDBG_PRINT()
232 return SUCCESS; in PHPDBG_PRINT()
239 if (zend_hash_find(func_table, lcname, strlen(lcname)+1, (void**)&fbc) == SUCCESS) { in PHPDBG_PRINT()
252 return SUCCESS; in PHPDBG_PRINT()