Searched refs:PHP_OUTPUT_USER_SUCCESS (Results 1 – 1 of 1) sorted by relevance
968 #define PHP_OUTPUT_USER_SUCCESS(retval) ((Z_TYPE(retval) != IS_UNDEF) && !(Z_TYPE(retval) == IS_FAL… in php_output_handler_op() macro969 …ler->func.user->fci, &handler->func.user->fcc, &retval, NULL) && PHP_OUTPUT_USER_SUCCESS(retval)) { in php_output_handler_op()
Completed in 7 milliseconds