RETURN_NULL
RETURN_NULL -- Return a null value from a function
Opis
#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.
#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.