Home
last modified time | relevance | path

Searched refs:resource (Results 176 – 200 of 1823) sorted by relevance

12345678910>>...73

/PHP-7.3/ext/gd/tests/
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 Dimagechar_error2.phpt2 Testing error on non-image resource parameter 1 of imagechar() of GD library
17 Warning: imagechar(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error10.phpt2 Testing wrong parameter resource of EMBOSS in imagefilter() of GD library
17 Warning: imagefilter(): 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 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 Dimagestring_error2.phpt2 Testing error on non-image resource parameter 1 of imagestring() of GD library
17 Warning: imagestring(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagestringup_error2.phpt2 Testing error on non-image resource parameter 1 of imagestringup() of GD library
17 Warning: imagestringup(): 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
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
/PHP-7.3/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.3/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
H A Dfread_error.phpt6 Prototype: string fread ( resource $handle [, int $length] );
80 Warning: fread() expects parameter 1 to be resource, string given in %s on line %d
84 Warning: fread() expects parameter 1 to be resource, int given in %s on line %d
88 Warning: fread() expects parameter 1 to be resource, float given in %s on line %d
92 Warning: fread() expects parameter 1 to be resource, bool given in %s on line %d
96 Warning: fread() expects parameter 1 to be resource, array given in %s on line %d
100 Warning: fread() expects parameter 1 to be resource, object given in %s on line %d
106 Warning: fread(): supplied resource is not a valid stream resource in %s on line %d
109 Warning: fread() expects parameter 1 to be resource, null given in %s on line %d
112 Warning: fclose() expects parameter 1 to be resource, null given in %s on line %d
/PHP-7.3/ext/standard/tests/array/
H A Darray_map_variation5.phpt24 //get a resource variable
60 // array with object, unset variable and resource variable
61 array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
65 'resource' => $fp, "int" => 133, "float" => 444.432,
158 ["resource"]=>
159 resource(%d) of type (stream)
170 ["resource"]=>
171 resource(%d) of type (stream)
H A Darray_search_variation4.phpt2 Test array_search() function : usage variations - haystack as resource/multi dimensional array
12 echo "*** Testing resource type with array_search() ***\n";
13 //file type resource
16 //directory type resource
22 // search for resouce type in the resource array
24 //checking for (int) type resource
59 *** Testing resource type with array_search() ***
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt72 resource(%d) of type (stream)
74 resource(%d) of type (stream)
79 resource(%d) of type (stream)
81 resource(%d) of type (stream)
86 resource(%d) of type (stream)
88 resource(%d) of type (stream)
/PHP-7.3/ext/oci8/tests/
H A Ddrcp_characterset.phpt34 echo "First and third connections share a resource: NOT OK\n";
42 echo "Second and fourth connections share a resource: NOT OK\n";
55 resource(%d) of type (oci8 connection)
56 resource(%d) of type (oci8 persistent connection)
57 resource(%d) of type (oci8 connection)
58 resource(%d) of type (oci8 persistent connection)
/PHP-7.3/ext/standard/tests/dir/
H A Dopendir_basic-win32-mb.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
59 resource(%d) of type (stream)
63 resource(%d) of type (stream)
66 resource(%d) of type (Unknown)
67 resource(%d) of type (Unknown)
H A Dopendir_basic.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
53 resource(%d) of type (stream)
57 resource(%d) of type (stream)
60 resource(%d) of type (Unknown)
61 resource(%d) of type (Unknown)
/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_variation11.phpt2 Test sprintf() function : usage variations - float formats with resource values
10 echo "*** Testing sprintf() : float formats with resource values ***\n";
12 // resource type variable
16 // array of resource types
48 *** Testing sprintf() : float formats with resource values ***
H A Dsprintf_variation23.phpt2 Test sprintf() function : usage variations - char formats with resource values
10 echo "*** Testing sprintf() : char formats with resource values ***\n";
12 // resource type variable
16 // array of resource types
47 *** Testing sprintf() : char formats with resource values ***
H A Dsprintf_variation30.phpt2 Test sprintf() function : usage variations - octal formats with resource values
10 echo "*** Testing sprintf() : octal formats with resource values ***\n";
12 // resource type variable
16 // array of resource types
47 *** Testing sprintf() : octal formats with resource values ***
H A Dsprintf_variation42.phpt2 Test sprintf() function : usage variations - unsigned formats with resource values
10 echo "*** Testing sprintf() : unsigned formats with resource values ***\n";
12 // resource type variable
16 // array of resource types
48 *** Testing sprintf() : unsigned formats with resource values ***

Completed in 30 milliseconds

12345678910>>...73