Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 25 of 1311) sorted by last modified time

12345678910>>...53

/PHP-7.4/
H A DNEWS635 . Fixed bug #46050 (odbc_next_result corrupts prepared resource). (cmb)
2004 . Fixed bug #78038 (Socket_select fails when resource array contains
2309 . Fixed bug #77272 (imagescale() may return image resource on failure). (cmb)
H A Dconfigure.ac449 sys/resource.h \
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-7.4/ext/libxml/
H A Dlibxml.c631 const char *resource = NULL; in _php_libxml_external_entity_loader() local
692 resource = Z_STRVAL(retval); in _php_libxml_external_entity_loader()
730 if (resource == NULL) { in _php_libxml_external_entity_loader()
738 ret = xmlNewInputFromFile(context, resource); in _php_libxml_external_entity_loader()
/PHP-7.4/ext/standard/tests/filters/
H A Dbug54350.phpt21 Warning: fclose(): 5 is not a valid stream resource in %s on line %d
23 Warning: fclose(): supplied resource is not a valid stream resource in %s on line %d
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc97 * @var resource
102 * @var resource
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt7 /* Prototype : string finfo_file(resource finfo, char *file_name [, int options [, resource contex…
/PHP-7.4/ext/phar/
H A Dphar_object.c3883 php_stream *resource; in PHP_METHOD() local
3897 if (!(resource = php_stream_open_wrapper(fname, "rb", 0, NULL))) { in PHP_METHOD()
3907 php_stream_to_zval(resource, &zresource); in PHP_METHOD()
/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_block-retval.phpt24 Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d
H A Dsocket_set_nonblock-retval.phpt24 Warning: socket_set_nonblock(): supplied resource is not a valid Socket resource in %s on line %d
/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation6-win32.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
/PHP-7.4/ext/posix/
H A Dposix.c200 ZEND_ARG_INFO(0, resource)
/PHP-7.4/ext/openssl/tests/
H A Dbug62890.phpt53 resource(%d) of type (stream)
H A Dstream_crypto_flags_004.phpt77 resource(%d) of type (stream)
80 resource(%d) of type (stream)
H A Dstream_crypto_flags_001.phpt65 resource(%d) of type (stream)
66 resource(%d) of type (stream)
H A Dstream_crypto_flags_002.phpt72 resource(%d) of type (stream)
73 resource(%d) of type (stream)
74 resource(%d) of type (stream)
75 resource(%d) of type (stream)
H A Dstream_crypto_flags_003.phpt73 resource(%d) of type (stream)
74 resource(%d) of type (stream)
75 resource(%d) of type (stream)
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c160 if (resource == NULL) { in php_stream_url_wrap_http_ex()
189 …use_ssl = resource->scheme && (ZSTR_LEN(resource->scheme) > 4) && ZSTR_VAL(resource->scheme)[4] ==… in php_stream_url_wrap_http_ex()
192 resource->port = 443; in php_stream_url_wrap_http_ex()
194 resource->port = 80; in php_stream_url_wrap_http_ex()
401 if (resource->path && ZSTR_LEN(resource->path)) { in php_stream_url_wrap_http_ex()
530 php_url_decode(ZSTR_VAL(resource->user), ZSTR_LEN(resource->user)); in php_stream_url_wrap_http_ex()
536 if (resource->pass) { in php_stream_url_wrap_http_ex()
537 php_url_decode(ZSTR_VAL(resource->pass), ZSTR_LEN(resource->pass)); in php_stream_url_wrap_http_ex()
564 if ((use_ssl && resource->port != 443 && resource->port != 0) || in php_stream_url_wrap_http_ex()
565 (!use_ssl && resource->port != 80 && resource->port != 0)) { in php_stream_url_wrap_http_ex()
[all …]
H A Durl.c339 php_url *resource; in PHP_FUNCTION() local
351 if (resource == NULL) { in PHP_FUNCTION()
359 if (resource->scheme != NULL) RETVAL_STR_COPY(resource->scheme); in PHP_FUNCTION()
362 if (resource->host != NULL) RETVAL_STR_COPY(resource->host); in PHP_FUNCTION()
368 if (resource->user != NULL) RETVAL_STR_COPY(resource->user); in PHP_FUNCTION()
371 if (resource->pass != NULL) RETVAL_STR_COPY(resource->pass); in PHP_FUNCTION()
374 if (resource->path != NULL) RETVAL_STR_COPY(resource->path); in PHP_FUNCTION()
377 if (resource->query != NULL) RETVAL_STR_COPY(resource->query); in PHP_FUNCTION()
380 if (resource->fragment != NULL) RETVAL_STR_COPY(resource->fragment); in PHP_FUNCTION()
397 if (resource->host != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt181 Warning: mysqli_stmt_fetch(): invalid object or resource mysqli_stmt
184 Warning: mysqli_stmt_fetch(): invalid object or resource mysqli_stmt
187 Warning: mysqli_stmt_get_result(): invalid object or resource mysqli_stmt
H A Dmysqli_stmt_reset.phpt107 Warning: mysqli_stmt_reset(): invalid object or resource mysqli_stmt
H A Dmysqli_stmt_result_metadata.phpt101 Warning: mysqli_stmt_result_metadata(): invalid object or resource mysqli_stmt
H A Dmysqli_stmt_sqlstate.phpt59 Warning: mysqli_stmt_sqlstate(): invalid object or resource mysqli_stmt
H A Dmysqli_stmt_field_count.phpt91 Warning: mysqli_stmt_field_count(): invalid object or resource mysqli_stmt
94 Warning: mysqli_stmt_field_count(): invalid object or resource mysqli_stmt
H A Dmysqli_stmt_get_warnings.phpt106 Warning: mysqli_stmt_get_warnings(): invalid object or resource mysqli_stmt

Completed in 60 milliseconds

12345678910>>...53