Home
last modified time | relevance | path

Searched refs:proxy (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c55 php_com_saproxy *proxy; member
120 res = php_com_do_invoke(proxy->obj, Z_STRVAL_P(proxy->indices[0]), in saproxy_read_dimension()
372 SafeArrayGetLBound(V_ARRAY(&proxy->obj->v), proxy->dimensions, &lbound); in saproxy_count_elements()
417 efree(proxy); in saproxy_free_storage()
430 clone_indices(cloneproxy, proxy, proxy->dimensions); in saproxy_clone()
439 proxy = ecalloc(1, sizeof(*proxy)); in php_com_saproxy_create()
453 proxy->indices = safe_emalloc(proxy->dimensions, sizeof(zval *), 0); in php_com_saproxy_create()
459 MAKE_STD_ZVAL(proxy->indices[proxy->dimensions-1]); in php_com_saproxy_create()
460 *proxy->indices[proxy->dimensions-1] = *index; in php_com_saproxy_create()
461 zval_copy_ctor(proxy->indices[proxy->dimensions-1]); in php_com_saproxy_create()
[all …]
/PHP-5.5/Zend/tests/
H A Dbug50394.phpt16 $proxy = new Proxy;
17 call_user_func_array( array( $proxy, 'bar' ), $args );
18 call_user_func_array( array( $proxy, 'bar' ), array(&$arg) );
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_010.phpt2 Test curl_error() & curl_errno() function with problematic proxy
29 %unicode|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:|Could not resolve host:|Co…
/PHP-5.5/ext/soap/tests/
H A Dbug46760.phpt2 Bug #46760 (SoapClient doRequest fails when proxy is used)
/PHP-5.5/ext/soap/
H A DTODO.old12 -work on a soap-service 'regiestry' and 'proxy' (apache soap style)
28 proxy support
H A Dphp_sdl.c3277 smart_str proxy = {0}; in get_sdl() local
3281 smart_str_appends(&proxy,"tcp://"); in get_sdl()
3282 smart_str_appends(&proxy,Z_STRVAL_PP(proxy_host)); in get_sdl()
3283 smart_str_appends(&proxy,":"); in get_sdl()
3284 smart_str_appends(&proxy,Z_STRVAL(str_port)); in get_sdl()
3285 smart_str_0(&proxy); in get_sdl()
3288 ZVAL_STRING(str_proxy, proxy.c, 1); in get_sdl()
3289 smart_str_free(&proxy); in get_sdl()
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO63 proxy object and handle it via get and set methods (see below).
74 if $foo is an object (e.g., proxy object from get_property_ptr) it
170 natively, this method should create and return proxy object for use
174 proxy objects from get_property_ptr, but also may be used for
178 proxy objects from get_property_ptr.
/PHP-5.5/
H A Drun-tests.php985 if (($proxy = getenv('http_proxy'))) {
986 $proxy = parse_url($proxy);
988 $host = $proxy['host'];
989 if (empty($proxy['port'])) {
990 $proxy['port'] = 80;
992 $port = $proxy['port'];
H A DNEWS4339 . Added ability to connect to HTTPS sites through proxy with basic
4513 . Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP
4865 . Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy
6562 - Fixed bug #46760 (SoapClient doRequest fails when proxy is used). (Felipe)
9123 - Added proxy support to ftp wrapper via http. (Sara)
9304 - Fixed bug #34950 (Unable to get WSDL through proxy). (Dmitry)
10043 - Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
H A Dphp.ini-development652 ; to proxy requests or to process the POST data in a memory efficient fashion.
H A Dphp.ini-production652 ; to proxy requests or to process the POST data in a memory efficient fashion.
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1270 -pac application/x-ns-proxy-autoconfig
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c32768 unixFile *proxy = pCtx->lockProxy;
32769 return proxy->pMethod->xCheckReservedLock((sqlite3_file*)proxy, pResOut);
32807 unixFile *proxy = pCtx->lockProxy;
32808 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock);
32809 pFile->eFileLock = proxy->eFileLock;
32831 unixFile *proxy = pCtx->lockProxy;
32832 rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock);
32833 pFile->eFileLock = proxy->eFileLock;

Completed in 440 milliseconds