Searched refs:nsapi_virtual (Results 1 – 4 of 4) sorted by relevance
126 Note about nsapi_virtual() and subrequests129 The NSAPI module now supports the nsapi_virtual() function (alias: virtual())135 for the needed functions and uses them if available. If not, nsapi_virtual()141 fails and nsapi_virtual() is disabled.151 But be warned: SUPPORT FOR nsapi_virtual() IS EXPERIMENTAL !!!
158 PHP_FUNCTION(nsapi_virtual);188 PHP_FE(nsapi_virtual, arginfo_nsapi_virtual) /* Make subrequest */189 PHP_FALIAS(virtual, nsapi_virtual, arginfo_nsapi_virtual) /* compatibility */332 PHP_FUNCTION(nsapi_virtual) in PHP_FUNCTION() argument
977 Note about nsapi_virtual() and subrequests (PHP >= 4.3.3)979 The NSAPI module now supports the nsapi_virtual() function (alias:986 nsapi_virtual() is disabled.991 server is used, the detection fails and nsapi_virtual() is disabled.1003 Note: But be warned: Support for nsapi_virtual() is EXPERIMENTAL!!!
803 Note about nsapi_virtual() and subrequests (PHP >= 4.3.3)805 The NSAPI module now supports the nsapi_virtual() function (alias:809 functions and uses them if available. If not, nsapi_virtual() is814 But be warned: Support for nsapi_virtual() is EXPERIMENTAL!!!
Completed in 18 milliseconds