RETURN_NULL

RETURN_NULL -- Return a null value from a function

Description

#include <zend_API.h>

void RETURN_NULL ( void )

RETURN_BOOL() sets the return_value of the given function to NULL and returns control to the calling function.