Home
last modified time | relevance | path

Searched refs:uri (Results 1 – 25 of 269) sorted by last modified time

1234567891011

/PHP-5.5/
H A Dserver-tests.php1248 …$uri = $this->conf['TEST_BASE_SCRIPT_NAME'].str_replace($this->conf['TEST_BASE_PATH'], '', $tmp_fi…
1249 $uri = str_replace('\\', '/', $uri);
1306 $url .= $uri;
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c173 ZEND_ARG_INFO(0, uri)
335 char *uri,*value; in PHP_FUNCTION() local
339 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &uri, &uri_len) == FAILURE) { in PHP_FUNCTION()
344 …LS_CC, E_WARNING, "Unable to include uri '%s' - Sub-requests not supported on this platform", uri); in PHP_FUNCTION()
347 …ARNING, "Unable to include uri '%s' - Sub-requests do not work with zlib.output_compression", uri); in PHP_FUNCTION()
355 if ((rq = request_restart_internal(uri, NULL)) == NULL) { in PHP_FUNCTION()
356 …f(NULL TSRMLS_CC, E_WARNING, "Unable to include uri '%s' - Internal request creation failed", uri); in PHP_FUNCTION()
388 …ARNING, "Unable to include uri '%s' - HTTP status code %d during subrequest", uri, rq->status_num); in PHP_FUNCTION()
968 char *uri = pblock_findval("uri", rq->reqpb); in php5_execute() local
1024 SG(request_info).request_uri = uri; in php5_execute()
/PHP-5.5/sapi/webjames/
H A Dwebjames.c136 ADD_FIELD("SCRIPT_NAME", uri); in sapi_webjames_register_variables()
137 ADD_FIELD("PHP_SELF", uri); in sapi_webjames_register_variables()
/PHP-5.5/sapi/continuity/
H A Dcapi.c414 char *uri = lstFset_get(NSG(t->vars), "uri"); in capi_request_ctor() local
422 SG(request_info).request_uri = capi_strdup(uri); in capi_request_ctor()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c415 …php_register_variable("PHP_SELF", ((request_rec *) SG(server_context))->uri, track_vars_array TSRM… in sapi_apache_register_server_variables()
581 SG(request_info).request_uri = r->uri; in init_request_info()
H A Dphp_apache.c73 ZEND_ARG_INFO(0, uri)
305 apache_request_string_slot(offsetof(request_rec, uri), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
1308 PHP_FALIAS(uri, apache_request_uri, NULL)
1867 if (rr->uri) { in PHP_FUNCTION()
1868 add_property_string(return_value,"uri", rr->uri, 1); in PHP_FUNCTION()
H A DREADME17 specified file at the uri translation stage of the apache request
19 the uri translation stage of the apache request
92 uri
145 So, a uri handler to redirect all non-local traffic to /404.php (an
148 phpUriHandler /tmp/uri.php
150 #/tmp/uri.php
153 $request->uri('/404.php');
158 It's important to note that since this is called from the uri
165 #/tmp/uri.php
/PHP-5.5/sapi/apache/
H A Dmod_php5.c290 …PHP_SELF", &((request_rec *) SG(server_context))->uri, strlen(((request_rec *) SG(server_context))… in sapi_apache_register_server_variables()
291 …php_register_variable("PHP_SELF", ((request_rec *) SG(server_context))->uri, track_vars_array TSRM… in sapi_apache_register_server_variables()
529 SG(request_info).request_uri = r->uri; in init_request_info()
H A Dphp_apache.c84 ZEND_ARG_INFO(0, uri)
492 if (rr->uri) { in PHP_FUNCTION()
493 add_property_string(return_value,"uri", rr->uri, 1); in PHP_FUNCTION()
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c132 ADD_STRING(uri); in PHP_FUNCTION()
359 ZEND_ARG_INFO(0, uri)
H A Dsapi_apache2.c241 php_register_variable("PHP_SELF", ctx->r->uri, track_vars_array TSRMLS_CC); in php_apache_sapi_register_variables()
242 …if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &ctx->r->uri, strlen(ctx->r->uri), &new_val… in php_apache_sapi_register_variables()
243 php_register_variable_safe("PHP_SELF", ctx->r->uri, new_val_len, track_vars_array TSRMLS_CC); in php_apache_sapi_register_variables()
411 SG(request_info).request_uri = safe_strdup(f->r->uri); in php_apache_request_ctor()
651 output ? "Output" : "Input", r->uri); in php_add_filter()
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c152 ADD_STRING(uri); in PHP_FUNCTION()
484 ZEND_ARG_INFO(0, uri)
H A Dsapi_apache2.c284 …if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &ctx->r->uri, strlen(ctx->r->uri), (unsigne… in php_apache_sapi_register_variables()
285 php_register_variable_safe("PHP_SELF", ctx->r->uri, new_val_len, track_vars_array TSRMLS_CC); in php_apache_sapi_register_variables()
481 SG(request_info).request_uri = apr_pstrdup(r->pool, r->uri); in php_apache_request_ctor()
/PHP-5.5/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt62 ["uri"]=>
/PHP-5.5/ext/zip/tests/
H A Dstream_meta_data.phpt52 ["uri"]=>
72 ["uri"]=>
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c41 ZEND_ARG_INFO(0, uri)
712 char *uri; in PHP_FUNCTION() local
719 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "op", &docp, &uri, &uri_len) == FAILURE) { in PHP_FUNCTION()
727 ret = xsltSaveResultToFilename(uri, newdocp, sheetp, 0); in PHP_FUNCTION()
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_transformToURI_wrongparam_001.phpt52 $uri = 'php://output';
54 echo $proc->transformToURI($wrong_parameter, $uri);
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt52 $uri = 'php://output';
54 echo $proc->transformToURI($wrong_parameter, $uri);
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt52 $uri = 'php://output';
54 echo $proc->transformToURI($wrong_parameter, $uri);
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt51 $uri = 'php://output';
53 echo $proc->transformToURI($xsldoc, $uri, 'stringValue');
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt11 xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1');
25 <root prefix:id="elem1" xmlns:prefix="http://www.php.net/uri">
H A Dxmlwriter_write_attribute_ns_error_001.phpt11 xmlwriter_write_attribute_ns($xw, 'prefix', '', 'http://www.php.net/uri');
23 var_dump(xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1'));
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c182 ZEND_ARG_INFO(0, uri)
216 ZEND_ARG_INFO(0, uri)
222 ZEND_ARG_INFO(0, uri)
229 ZEND_ARG_INFO(0, uri)
236 ZEND_ARG_INFO(0, uri)
603 xmlURI *uri; in _xmlwriter_get_valid_file_path() local
617 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
628 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
646 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
656 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path()
[all …]
/PHP-5.5/ext/xmlreader/tests/
H A D010.phpt9 <prefix:books xmlns:prefix="uri" isbn="" prefix:isbn="12isbn">book1</prefix:books>';
21 echo $reader->getAttributeNs('isbn', 'uri');
/PHP-5.5/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_basic.phpt36 function Namespace_Start_Handler( $parser, $prefix, $uri ) {
39 echo "...Uri: ". $uri . "\n";

Completed in 92 milliseconds

1234567891011