Home
last modified time | relevance | path

Searched refs:resource (Results 126 – 150 of 1640) sorted by relevance

12345678910>>...66

/PHP-5.5/ext/standard/tests/file/
H A Dfstat_variation2.phpt20 Warning: fstat() expects parameter 1 to be resource, boolean given in %s on line %d
23 Warning: fstat() expects parameter 1 to be resource, boolean given in %s on line %d
26 Warning: fstat() expects parameter 1 to be resource, boolean given in %s on line %d
29 Warning: fstat() expects parameter 1 to be resource, boolean given in %s on line %d
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, integer given in %s on line %d
59 Warning: fgetc() expects parameter 1 to be resource, double given in %s on line %d
63 Warning: fgetc() expects parameter 1 to be resource, boolean 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.phpt23 Warning: fstat() expects parameter 1 to be resource, array given in %s on line %d
26 Warning: fstat() expects parameter 1 to be resource, array given in %s on line %d
29 Warning: fstat() expects parameter 1 to be resource, array given in %s on line %d
32 Warning: fstat() expects parameter 1 to be resource, array given in %s on line %d
H A Dfstat_variation7.phpt24 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
27 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
30 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
33 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
/PHP-5.5/ext/standard/tests/streams/
H A Dbug44818.phpt19 resource(%d) of type (stream)
24 resource(%d) of type (stream)
29 resource(%d) of type (stream)
34 resource(%d) of type (stream)
/PHP-5.5/ext/oci8/tests/
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
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)
/PHP-5.5/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, integer given in %s004.ph…
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-5.5/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-5.5/ext/sysvshm/tests/
H A D003.phpt41 Warning: shm_detach(): %d is not a valid sysvshm resource in %s003.php on line %d
44 Warning: shm_remove(): %d is not a valid sysvshm resource in %s003.php on line %d
46 Warning: shm_detach() expects parameter 1 to be resource, integer given in %s003.php on line %d
49 Warning: shm_detach() expects parameter 1 to be resource, integer given in %s003.php on line %d
52 Warning: shm_detach() expects parameter 1 to be resource, integer given in %s003.php on line %d
/PHP-5.5/ext/odbc/tests/
H A Dodbc_free_result_001.phpt40 Warning: odbc_free_result(): supplied resource is not a valid ODBC result resource in %s on line %d
43 Warning: odbc_free_result() expects parameter 1 to be resource, null given in %s on line %d
46 Warning: odbc_fetch_row(): %d is not a valid ODBC result resource in %s on line %d
49 Warning: odbc_result(): %d is not a valid ODBC result resource in %s on line %d
/PHP-5.5/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 dimentional 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-5.5/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-5.5/ext/gd/tests/
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 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_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_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_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

Completed in 41 milliseconds

12345678910>>...66