Home
last modified time | relevance | path

Searched refs:resource (Results 626 – 650 of 669) sorted by relevance

1...<<21222324252627

/PHP-8.2/
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-8.2/ext/libxml/
H A Dlibxml.c579 const char *resource = NULL; in _php_libxml_external_entity_loader() local
639 resource = Z_STRVAL(retval); in _php_libxml_external_entity_loader()
677 if (resource == NULL) { in _php_libxml_external_entity_loader()
685 ret = xmlNewInputFromFile(context, resource); in _php_libxml_external_entity_loader()
/PHP-8.2/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc39 * @param string|resource file contents or open file handle
H A Dcorrupt_tarmaker.php.inc39 * @param string|resource file contents or open file handle
H A Dmake.dangerous.tar.php.inc40 * @param string|resource file contents or open file handle
/PHP-8.2/ext/standard/tests/general_functions/
H A Dghsa-9fcc-425m-g385_003.phpt96 resource(%d) of type (process)
126 resource(%d) of type (process)
H A Dis_bool.phpt23 // get a resource type variable
H A Dis_null.phpt41 // get a resource type variable
H A Dis_string.phpt59 // get a resource type variable
H A Dintval.phpt59 // get a resource type variable
H A Dis_int.phpt43 // resource type variable
H A Dis_int_64bit.phpt45 // resource type variable
/PHP-8.2/ext/oci8/tests/
H A Dxmltype_02.phpt118 resource(%d) of type (oci8 descriptor)
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt49 …// mysqli_stmt_numrows() has a valid resource to work on and it will return int/0 instead. No bug,…
/PHP-8.2/ext/dba/tests/
H A Dvalue_errors_open.phpt118 resource(%d) of type (dba)
/PHP-8.2/ext/standard/tests/file/
H A Dfflush_variation3.phpt2 Test fflush() function: usage variations - hard links as resource
11 /* test fflush() with handle to hard links as resource */
H A Duserstreams.phpt185 die("Failed to open resource");
/PHP-8.2/ext/mbstring/tests/
H A Dmb_substitute_character_variation_weak_types.phpt32 // get a resource variable
H A Dmb_substitute_character_variation_strict_types.phpt34 // get a resource variable
/PHP-8.2/ext/posix/
H A Dposix_arginfo.h141 ZEND_ARG_TYPE_INFO(0, resource, IS_LONG, 0)
/PHP-8.2/docs/
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-8.2/sapi/fpm/tests/
H A Dtester.inc103 * @var resource
113 * @var resource
1287 * Get file path for resource file.
1303 * Get absolute file path for the resource file used by templates.
1315 * Get relative file name for resource file used by templates.
1347 * Create a resource file.
/PHP-8.2/Zend/
H A Dzend_builtin_functions.c1379 zval *resource; in ZEND_FUNCTION() local
1382 Z_PARAM_RESOURCE(resource) in ZEND_FUNCTION()
1385 RETURN_LONG(Z_RES_HANDLE_P(resource)); in ZEND_FUNCTION()
/PHP-8.2/ext/standard/
H A Dproc_open.c994 static zend_result set_proc_descriptor_from_resource(zval *resource, descriptorspec_item *desc, int… in set_proc_descriptor_from_resource() argument
997 php_stream *stream = (php_stream*)zend_fetch_resource(Z_RES_P(resource), "stream", in set_proc_descriptor_from_resource()
/PHP-8.2/ext/pdo/
H A Dpdo_sql_parser.re253 pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource");

Completed in 58 milliseconds

1...<<21222324252627