/PHP-8.1/ext/com_dotnet/ |
H A D | com_saproxy.c | 52 php_com_saproxy *proxy; member 114 res = php_com_do_invoke(proxy->obj, Z_STRVAL(proxy->indices[0]), in saproxy_read_dimension() 231 if (SUCCESS == php_com_do_invoke(proxy->obj, Z_STRVAL(proxy->indices[0]), in saproxy_write_dimension() 349 SafeArrayGetLBound(V_ARRAY(&proxy->obj->v), proxy->dimensions, &lbound); in saproxy_count_elements() 350 SafeArrayGetUBound(V_ARRAY(&proxy->obj->v), proxy->dimensions, &ubound); in saproxy_count_elements() 385 clone_indices(cloneproxy, proxy, proxy->dimensions); in saproxy_clone() 422 proxy = ecalloc(1, sizeof(*proxy)); in php_com_saproxy_create() 434 proxy->indices = safe_emalloc(proxy->dimensions, sizeof(zval), 0); in php_com_saproxy_create() 440 ZVAL_DUP(&proxy->indices[proxy->dimensions-1], index); in php_com_saproxy_create() 544 I->proxy = proxy; in php_com_saproxy_iter_get() [all …]
|
/PHP-8.1/ext/curl/tests/ |
H A D | curl_basic_010.phpt | 2 Test curl_error() & curl_errno() function with problematic proxy 30 …tring(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:|Could not resolve host:|Could not re…
|
/PHP-8.1/Zend/tests/ |
H A D | bug50394.phpt | 16 $proxy = new Proxy; 17 call_user_func_array( array( $proxy, 'bar' ), $args ); 18 call_user_func_array( array( $proxy, 'bar' ), array(&$arg) );
|
/PHP-8.1/ext/openssl/tests/ |
H A D | bug77390.phpt | 19 phpt_notify('proxy'); 21 phpt_wait('proxy'); 32 phpt_notify('proxy'); 52 phpt_notify('proxy'); 121 'proxy' => $proxyCode,
|
/PHP-8.1/Zend/tests/closures/ |
H A D | bug80929.phpt | 36 $proxy = new SubscriberProxy( 43 $proxy->dispatch(null, 'defaultEvent');
|
/PHP-8.1/ext/soap/tests/ |
H A D | bug69137.phpt | 2 SOAP Bug #69137 - Peer verification fails when using a proxy with SoapClient 8 if (!getenv('http_proxy')) { die("skip test unless an HTTP/HTTPS proxy server is specified in http_…
|
H A D | bug46760.phpt | 2 Bug #46760 (SoapClient doRequest fails when proxy is used)
|
/PHP-8.1/Zend/tests/anon/ |
H A D | 004.phpt | 13 /* create a proxy object implementing array access */
|
H A D | 005.phpt | 31 $proxy = $outer->getArrayAccess();
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | fcgi-env-pif-apache-handler-uds.phpt | 38 scriptFilename: "proxy:fcgi://localhost" . $sourceFilePath,
|
H A D | fcgi-env-pif-apache-handler-with-query.phpt | 43 scriptFilename: "proxy:fcgi://" . $tester->getAddr() . $sourceFilePath . '?q=1',
|
H A D | fcgi-env-pif-apache-balancer-legacy.phpt | 42 scriptFilename: "proxy:balancer://" . $tester->getAddr() . $sourceFilePath,
|
H A D | fcgi-env-pif-apache-balancer-real.phpt | 40 … 'PATH_TRANSLATED' => 'proxy:balancer://myappcluster' . $pathTranslatedPart . $pathTranslatedPart,
|
H A D | fcgi-env-pif-apache-pp-sn-strip-basic.phpt | 39 scriptFilename: "proxy:fcgi://" . $tester->getAddr() . $sourceFilePath . '/pinfo',
|
H A D | fcgi-env-pif-apache-pp-sn-strip-encoded.phpt | 39 scriptFilename: "proxy:fcgi://" . $tester->getAddr() . $sourceFilePath . '/1%202',
|
H A D | fcgi-env-pif-apache-handler-with-pi.phpt | 42 scriptFilename: "proxy:fcgi://" . $tester->getAddr() . $sourceFilePath,
|
H A D | fcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt | 43 scriptFilename: "proxy:fcgi://" . $tester->getAddr() . $sourceFilePath,
|
H A D | fcgi-env-pif-apache-pp-sn-strip-invalid.phpt | 39 scriptFilename: "proxy:fcgi://" . $tester->getAddr() . $sourceFilePath . '/pinfoy',
|
H A D | fcgi-env-pif-apache-handler-without-docroot.phpt | 48 scriptFilename: "proxy:fcgi://" . $tester->getAddr() . $sourceFilePath,
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_nonapi.c | 847 zval proxy, *elem, *dest_elem; local 850 array_init(&proxy); 857 dest_elem = zend_hash_next_index_insert(Z_ARRVAL(proxy), elem); 869 ZVAL_COPY_VALUE(out_array, &proxy);
|
/PHP-8.1/ext/soap/ |
H A D | php_sdl.c | 3274 smart_str proxy = {0}; in get_sdl() local 3275 smart_str_appends(&proxy,"tcp://"); in get_sdl() 3276 smart_str_appends(&proxy,Z_STRVAL_P(proxy_host)); in get_sdl() 3277 smart_str_appends(&proxy,":"); in get_sdl() 3278 smart_str_append_long(&proxy,Z_LVAL_P(proxy_port)); in get_sdl() 3279 smart_str_0(&proxy); in get_sdl() 3280 ZVAL_NEW_STR(&str_proxy, proxy.s); in get_sdl()
|
/PHP-8.1/ |
H A D | php.ini-development | 693 ; to proxy requests or to process the POST data in a memory efficient fashion.
|
H A D | php.ini-production | 695 ; to proxy requests or to process the POST data in a memory efficient fashion.
|