Home
last modified time | relevance | path

Searched refs:resource (Results 576 – 600 of 603) sorted by relevance

1...<<2122232425

/php-src/
H A DUPGRADING74 object rather than a resource. Return value checks using is_resource()
77 an Odbc\Result object rather than a resource. Return value checks using
143 . SoapClient::$httpurl is now a Soap\Url object rather than a resource.
146 . SoapClient::$sdl is now a Soap\Sdl object rather than a resource.
149 . SoapClient::$typemap is now an array rather than a resource.
417 non-stream-context resource is passed to the function, instead of throwing
H A DCODING_STANDARDS.md23 * The function's designated behavior is freeing that resource. E.g.
H A DNEWS197 . Retrieve the memory usage of the query result resource. (KentarouTakeda)
/php-src/docs-old/
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.
H A Dparameter-parsing-api.md89 r - resource (zval*)
/php-src/sapi/fpm/tests/
H A Dtester.inc111 * @var resource
121 * @var resource
1402 * Get file path for resource file.
1418 * Get absolute file path for the resource file used by templates.
1430 * Get relative file name for resource file used by templates.
1462 * Create a resource file.
H A Dfcgi.inc103 * @var resource|null|false
/php-src/ext/standard/tests/general_functions/
H A Dis_int.phpt43 // resource type variable
H A Dis_int_64bit.phpt45 // resource type variable
/php-src/ext/standard/tests/file/
H A Duserstreams.phpt185 die("Failed to open resource");
H A Dfflush_variation2.phpt2 Test fflush() function: usage variations - links as resource
H A Dfread_variation3-win32-mb.phpt14 /* Function : function check_read(resource $file_handle, int $read_size, int $expect_size)
H A Dfread_variation3-win32.phpt14 /* Function : function check_read(resource $file_handle, int $read_size, int $expect_size)
H A Dfread_variation3.phpt14 /* Function : function check_read(resource $file_handle, int $read_size, int $expect_size)
H A Dfread_variation1.phpt12 /* Function : function check_read(resource $file_handle, int $read_size, int $expect_size)
H A Dfile.inc83 Function : bool fill_file(resource $file_handle, string $fill_type, string $file_size);
H A Dfread_variation4.phpt8 /* Function : function check_read(resource $file_handle, int $read_size, int $expect_size)
H A Dfread_variation2.phpt10 /* Function : function check_read(resource $file_handle, int $read_size, int $expect_size)
/php-src/Zend/
H A Dzend_builtin_functions.c1453 zval *resource; in ZEND_FUNCTION() local
1456 Z_PARAM_RESOURCE(resource) in ZEND_FUNCTION()
1459 RETURN_LONG(Z_RES_HANDLE_P(resource)); in ZEND_FUNCTION()
/php-src/ext/standard/
H A Dproc_open.c1034 static zend_result set_proc_descriptor_from_resource(zval *resource, descriptorspec_item *desc, int… in set_proc_descriptor_from_resource() argument
1037 php_stream *stream = (php_stream*)zend_fetch_resource(Z_RES_P(resource), "stream", in set_proc_descriptor_from_resource()
/php-src/ext/pdo/
H A Dpdo_sql_parser.re253 pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource");
/php-src/sapi/litespeed/
H A DREADME.md133 start children process on demand to save system resource. This is preferred in
/php-src/ext/spl/
H A Dspl_directory.c529 zval *resource = NULL; in spl_filesystem_object_create_type() local
532 &open_mode, &use_include_path, &resource) == FAILURE in spl_filesystem_object_create_type()
554 intern->u.file.zcontext = resource; in spl_filesystem_object_create_type()
/php-src/docs/source/miscellaneous/
H A Dstubs.rst728 an alias of ``fwrite()``, but the name of the first parameter is different because the resource
737 * @param resource $bz
/php-src/ext/phar/
H A Dphar_object.c3830 php_stream *resource; in PHP_METHOD() local
3844 if (!(resource = php_stream_open_wrapper(fname, "rb", 0, NULL))) { in PHP_METHOD()
3854 php_stream_to_zval(resource, &zresource); in PHP_METHOD()

Completed in 104 milliseconds

1...<<2122232425