Home
last modified time | relevance | path

Searched refs:resource (Results 151 – 175 of 1823) sorted by relevance

12345678910>>...73

/PHP-7.3/ext/openssl/tests/
H A Dopenssl_x509_free_basic.phpt13 resource(%d) of type (OpenSSL X.509)
14 resource(%d) of type (Unknown)
16 Warning: openssl_x509_free() expects parameter 1 to be resource, bool given in %s on line %d
H A Dtls_wrapper.phpt56 resource(%d) of type (stream)
58 resource(%d) of type (stream)
59 resource(%d) of type (stream)
60 resource(%d) of type (stream)
61 resource(%d) of type (stream)
/PHP-7.3/ext/standard/tests/file/
H A Dfgetc_error.phpt6 Prototype: string fgetc ( resource $handle );
51 Warning: fgetc() expects parameter 1 to be resource, string given in %s on line %d
55 Warning: fgetc() expects parameter 1 to be resource, int given in %s on line %d
59 Warning: fgetc() expects parameter 1 to be resource, float given in %s on line %d
63 Warning: fgetc() expects parameter 1 to be resource, bool given in %s on line %d
67 Warning: fgetc() expects parameter 1 to be resource, array given in %s on line %d
71 Warning: fgetc() expects parameter 1 to be resource, object given in %s on line %d
H A D007_variation1.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
45 resource(%d) of type (stream)
H A D007_variation17.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
45 resource(%d) of type (stream)
H A D007_variation9.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
45 resource(%d) of type (stream)
H A Dfstat_variation1.phpt22 Warning: fstat() expects parameter 1 to be resource, array given in %s on line %d
25 Warning: fstat() expects parameter 1 to be resource, array given in %s on line %d
28 Warning: fstat() expects parameter 1 to be resource, array given in %s on line %d
31 Warning: fstat() expects parameter 1 to be resource, array given in %s on line %d
H A Dfstat_variation7.phpt23 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
26 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
29 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
32 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
/PHP-7.3/ext/oci8/tests/
H A Dlob_028.phpt53 resource(%d) of type (oci8 descriptor)
57 resource(%d) of type (oci8 descriptor)
61 resource(%d) of type (oci8 descriptor)
65 resource(%d) of type (oci8 descriptor)
69 resource(%d) of type (oci8 descriptor)
73 resource(%d) of type (oci8 descriptor)
H A Dfield_funcs1.phpt138 Warning: oci_field_is_null(): supplied resource is not a valid oci8 statement resource in %s on lin…
141 Warning: oci_field_name(): supplied resource is not a valid oci8 statement resource in %s on line %d
144 Warning: oci_field_type(): supplied resource is not a valid oci8 statement resource in %s on line %d
147 Warning: oci_field_type_raw(): supplied resource is not a valid oci8 statement resource in %s on li…
150 Warning: oci_field_scale(): supplied resource is not a valid oci8 statement resource in %s on line …
153 Warning: oci_field_precision(): supplied resource is not a valid oci8 statement resource in %s on l…
156 Warning: oci_field_size(): supplied resource is not a valid oci8 statement resource in %s on line %d
/PHP-7.3/ext/standard/tests/dir/
H A Dclosedir_variation2.phpt5 /* Prototype : void closedir([resource $dir_handle])
44 Directory Handle: resource(%d) of type (Unknown)
48 Warning: closedir(): supplied resource is not a valid Directory resource in %s on line %d
50 Directory Handle: resource(%d) of type (Unknown)
/PHP-7.3/ext/libxml/tests/
H A D004.phpt32 Warning: libxml_set_streams_context() expects parameter 1 to be resource, null given in %s004.php o…
36 Warning: libxml_set_streams_context() expects parameter 1 to be resource, string given in %s004.php…
40 Warning: libxml_set_streams_context() expects parameter 1 to be resource, int given in %s004.php on…
44 Warning: libxml_set_streams_context() expects parameter 1 to be resource, object given in %s004.php…
48 Warning: libxml_set_streams_context() expects parameter 1 to be resource, array given in %s004.php …
/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_variation5.phpt2 Test sprintf() function : usage variations - int formats with resource values
10 echo "*** Testing sprintf() : integer formats with resource values ***\n";
12 // resource type variable
19 // array of resource types
50 *** Testing sprintf() : integer formats with resource values ***
/PHP-7.3/ext/curl/tests/
H A Dbug48514.phpt2 Bug #48514 (cURL extension uses same resource name for simple and multi APIs)
24 resource(%d) of type (curl)
26 resource(%d) of type (curl_multi)
/PHP-7.3/ext/zlib/tests/
H A Dgzclose_basic.phpt35 Warning: gzread(): supplied resource is not a valid stream resource in %s on line %d
38 Warning: gzread(): supplied resource is not a valid stream resource in %s on line %d
/PHP-7.3/ext/gd/tests/
H A Dimageantialias_error1.phpt2 Testing wrong parameter resource in imageantialias() of GD library
17 Warning: imageantialias(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagecharup_error2.phpt2 Testing error on non-image resource parameter 1 of imagecharup() of GD library
17 Warning: imagecharup(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error17.phpt2 Testing wrong parameter resource of GRAYSCALE in imagefilter() of GD library
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error18.phpt2 Testing wrong parameter resource of NEGATE in imagefilter() of GD library
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error20.phpt2 Testing wrong parameter resource of BRIGHTNESS in imagefilter() of GD library
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error4.phpt2 Testing wrong parameter resource of PIXELATE in imagefilter() of GD library
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error6.phpt2 Testing wrong parameter resource of SMOOTH in imagefilter() of GD library
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error7.phpt2 Testing wrong parameter resource of MEAN_REMOVAL in imagefilter() of GD library
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error8.phpt2 Testing wrong parameter resource of SELECTIVE_BLUR in imagefilter() of GD library
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error9.phpt2 Testing wrong parameter resource of GAUSSIAN_BLUR in imagefilter() of GD library
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d

Completed in 37 milliseconds

12345678910>>...73