Home
last modified time | relevance | path

Searched refs:resource (Results 26 – 50 of 603) sorted by last modified time

12345678910>>...25

/php-src/ext/dom/tests/
H A DDOMDocument_schemaValidate_error1.phpt26 Warning: DOMDocument::schemaValidate(): Failed to parse the XML resource '%sbook-not-a-schema.xsd'.…
H A DDOMDocument_schemaValidate_error5.phpt22 Warning: DOMDocument::schemaValidate(): Failed to locate the main schema resource at '%snon-existen…
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c124 php_url *resource = NULL; in php_stream_url_wrap_http_ex() local
159 if (resource == NULL) { in php_stream_url_wrap_http_ex()
190 resource->port = 443; in php_stream_url_wrap_http_ex()
192 resource->port = 80; in php_stream_url_wrap_http_ex()
398 if (resource->path && ZSTR_LEN(resource->path)) { in php_stream_url_wrap_http_ex()
527 php_url_decode(ZSTR_VAL(resource->user), ZSTR_LEN(resource->user)); in php_stream_url_wrap_http_ex()
533 if (resource->pass) { in php_stream_url_wrap_http_ex()
534 php_url_decode(ZSTR_VAL(resource->pass), ZSTR_LEN(resource->pass)); in php_stream_url_wrap_http_ex()
561 if ((use_ssl && resource->port != 443 && resource->port != 0) || in php_stream_url_wrap_http_ex()
562 (!use_ssl && resource->port != 80 && resource->port != 0)) { in php_stream_url_wrap_http_ex()
[all …]
/php-src/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt57 2: Cannot load resource element 'nonexisting': U_MISSING_RESOURCE_ERROR
/php-src/ext/posix/
H A Dposix_arginfo.h143 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, resource, IS_LONG, 1, "null")
149 ZEND_ARG_TYPE_INFO(0, resource, IS_LONG, 0)
/php-src/Zend/
H A Dzend_builtin_functions_arginfo.h164 ZEND_ARG_INFO(0, resource)
168 ZEND_ARG_INFO(0, resource)
H A Dzend_builtin_functions.stub.php151 * @param resource $resource
154 function get_resource_type($resource): string {} argument
156 /** @param resource $resource */
157 function get_resource_id($resource): int {} argument
/php-src/docs-old/
H A Dparameter-parsing-api.md89 r - resource (zval*)
H A Dstreams.md54 * `path` is the file or resource to open.
161 resource! It will close the origstream on success, and this can lead to a crash
162 when the resource is later used/released.
/php-src/ext/pdo_pgsql/tests/
H A Dgh9411.phpt2 Bug GH-9411 (PgSQL large object resource is incorrectly closed)
38 resource(%d) of type (stream)
39 resource(%d) of type (Unknown)
40 resource(%d) of type (stream)
41 resource(%d) of type (Unknown)
42 resource(%d) of type (stream)
/php-src/Zend/tests/offsets/
H A Dtest_offset_helpers.inc11 return 'resource';
/php-src/
H A D.gdbinit6 set the ts resource, it is impossible for gdb to
8 but we could get the resource from the argument
121 printf "resource(#%d)", $zvalue->value.lval
246 printf "resource: #%d", $zvalue->value.res->handle
/php-src/ext/standard/tests/streams/
H A Dset_file_buffer.phpt2 int set_file_buffer ( resource $stream , int $buffer );
/php-src/ext/opcache/tests/jit/
H A Dfetch_obj_001.phpt99 &resource(5) of type (stream)
125 &resource(6) of type (stream)
/php-src/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b_64bit.phpt13 /* creating file resource */
94 /* closing resource handle */
267 resource(%d) of type (stream) refcount(%d)
H A Ddebug_zval_dump_b.phpt9 /* creating file resource */
90 /* closing resource handle */
263 resource(%d) of type (stream) refcount(%d)
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_004_blobopen.phpt56 resource(%d) of type (stream)
66 resource(%d) of type (stream)
/php-src/sapi/cli/tests/
H A Dphp_cli_server_013.phpt135 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o…
145 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w…
H A Dphp_cli_server_016.phpt17 return false; // serve the requested resource as-is.
/php-src/ext/gd/tests/
H A Dbug79945.phpt15 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png');
20 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png');
25 Warning: imagecreatefrompng(): "php://filter/read=convert.base64-encode/resource=%s" is not a valid…
H A Dbug73549.phpt20 resource(%d) of type (stream)
H A Dbug47946.phpt29 function makeFilter($resource, $matrix, $offset = 1.0)
35 return imageconvolution($resource, $matrix, $divisor, $offset);
/php-src/ext/standard/tests/math/
H A Dpow_variation1_64bit.phpt15 // resource variable
53 // resource variable
88 Unsupported operand types: resource ** int
H A Dpow_variation2.phpt11 // resource variable
49 // resource variable
84 Unsupported operand types: float ** resource
H A Dpow_variation1.phpt16 //resource variable
54 // resource variable
90 Unsupported operand types: resource ** int

Completed in 35 milliseconds

12345678910>>...25