Home
last modified time | relevance | path

Searched refs:resource (Results 101 – 125 of 1311) sorted by relevance

12345678910>>...53

/PHP-7.4/ext/gd/tests/
H A Dimagepalettetotruecolor_error3.phpt2 imagepalettetotruecollor must return an error if not an image resource is given
15 Warning: imagepalettetotruecolor(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error12.phpt2 Testing wrong parameter resource of COLORIZE in imagefilter() of GD library
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error15.phpt2 Testing wrong parameter resource of CONTRAST in imagefilter() of GD library
17 Warning: imagefilter(): 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
H A Dimagegammacorrect_error2.phpt2 Testing error with non-Image resource paramenter of imagegammacorrect() of GD library,
17 Warning: imagegammacorrect(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error11.phpt2 Testing wrong parameter resource passing of EDGEDETECT in imagefilter() of GD library
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagerectangle_error2.phpt12 // Create a resource
19 Warning: imagerectangle(): supplied resource is not a valid Image resource in %s on line %d
H A Dimageellipse_error7.phpt13 // Create a resource
20 Warning: imageellipse(): supplied resource is not a valid Image resource in %s on line %d
/PHP-7.4/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_basic_001.phpt2 xmlwriter_set_indent_string passing xmlwriter resource
11 $resource = xmlwriter_open_uri($temp_filename);
12 var_dump(xmlwriter_set_indent_string($resource, ' '));
/PHP-7.4/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.4/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.4/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.4/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.4/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.4/ext/openssl/tests/
H A Dtls_wrapper_with_tls_v1.3.phpt73 resource(%d) of type (stream)
75 resource(%d) of type (stream)
76 resource(%d) of type (stream)
77 resource(%d) of type (stream)
78 resource(%d) of type (stream)
79 resource(%d) of type (stream)
/PHP-7.4/ext/standard/tests/file/
H A Dfgets_error.phpt6 Prototype: string fgets ( resource $handle [, int $length] );
79 Warning: fgets() expects parameter 1 to be resource, string given in %s on line %d
83 Warning: fgets() expects parameter 1 to be resource, int given in %s on line %d
87 Warning: fgets() expects parameter 1 to be resource, float given in %s on line %d
91 Warning: fgets() expects parameter 1 to be resource, bool given in %s on line %d
95 Warning: fgets() expects parameter 1 to be resource, array given in %s on line %d
99 Warning: fgets() expects parameter 1 to be resource, object given in %s on line %d
102 Warning: fgets(): supplied resource is not a valid stream resource in %s on line %d
105 Warning: fgets() expects parameter 1 to be resource, null given in %s on line %d
H A Dfgetss_error.phpt8 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
80 Warning: fgetss() expects parameter 1 to be resource, string given in %s on line %d
84 Warning: fgetss() expects parameter 1 to be resource, int given in %s on line %d
88 Warning: fgetss() expects parameter 1 to be resource, float given in %s on line %d
92 Warning: fgetss() expects parameter 1 to be resource, bool given in %s on line %d
96 Warning: fgetss() expects parameter 1 to be resource, array given in %s on line %d
100 Warning: fgetss() expects parameter 1 to be resource, object given in %s on line %d
103 Warning: fgetss(): supplied resource is not a valid stream resource in %s on line %d
106 Warning: fgetss() expects parameter 1 to be resource, null given in %s on line %d

Completed in 50 milliseconds

12345678910>>...53