Home
last modified time | relevance | path

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

12345678910>>...66

/PHP-5.5/ext/gd/tests/
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_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_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 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 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 Dimageellipse_error7.phpt13 // Create a resource
20 Warning: imageellipse(): 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-5.5/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-5.5/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-5.5/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-5.5/ext/standard/tests/array/
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 …]
H A Din_array_variation4.phpt2 Test in_array() function : usage variations - haystack as resource/multi dimentional array
15 echo "*** Testing resource type with in_array() ***\n";
16 //file type resource
19 //directory type resource
25 // search for resouce type in the resource array
27 //checking for (int) type resource
62 *** Testing resource type with in_array() ***
/PHP-5.5/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 ***
/PHP-5.5/ext/standard/tests/dir/
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-5.5/ext/standard/tests/file/
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-5.5/ext/standard/tests/filters/
H A Dstream_filter_remove_error.phpt10 /* Prototype : bool stream_filter_remove(resource stream_filter)
11 …lushes any data in the filter's internal buffer, removes it from the chain, and frees the resource
33 echo "\n-- Testing stream_filter_remove() function with bad resource --\n";
67 Warning: stream_filter_remove() expects parameter 1 to be resource, string given in %s on line %d
70 -- Testing stream_filter_remove() function with bad resource --
72 Warning: stream_filter_remove(): Invalid resource given, not a stream filter in %s on line %d
78 Warning: stream_filter_remove(): Invalid resource given, not a stream filter in %s on line %d

Completed in 38 milliseconds

12345678910>>...66