Home
last modified time | relevance | path

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

12345678910>>...73

/PHP-7.2/ext/gd/tests/
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 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
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
/PHP-7.2/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.2/ext/standard/tests/array/
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() ***
H A Darray_unshift_variation5.phpt24 // get a resource variable
63 // array with object, unset variable and resource variable
64 array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
330 ["resource"]=>
331 resource(%d) of type (stream)
346 ["resource"]=>
347 resource(%d) of type (stream)
361 ["resource"]=>
362 resource(%d) of type (stream)
387 ["resource"]=>
[all …]
/PHP-7.2/ext/standard/tests/file/
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, integer 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, boolean 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
H A Dfseek_dir_basic.phpt21 echo "\ncall fseek() on directory resource:\n";
30 echo "\ncall fseek() with different arguments on directory resource:\n";
45 resource(%d) of type (stream)
61 call fseek() on directory resource:
79 call fseek() with different arguments on directory resource:
/PHP-7.2/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.2/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.2/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.2/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 ***
H A Dsprintf_variation48.phpt2 Test sprintf() function : usage variations - scientific formats with resource values
10 echo "*** Testing sprintf() : scientific formats with resource values ***\n";
12 // resource type variable
16 // array of resource types
47 *** Testing sprintf() : scientific formats with resource values ***

Completed in 51 milliseconds

12345678910>>...73