Home
last modified time | relevance | path

Searched refs:get_resource_type (Results 1 – 25 of 39) sorted by last modified time

12

/PHP-5.5/ext/standard/tests/strings/
H A Ducfirst.phpt77 $string1 = get_resource_type($file1);
78 $string2 = (int)get_resource_type($file1); // converting stream type to int
H A Dstrlen.phpt87 $string1 = get_resource_type($file1);
88 $string2 = (int)get_resource_type($file1); // converting stream type to int
H A Dstrcasecmp.phpt72 $string1 = get_resource_type($file1);
73 $string2 = get_resource_type($file2);
74 $string3 = (int)get_resource_type($file2);
H A Dstrcmp.phpt72 $string1 = get_resource_type($file1);
73 $string2 = get_resource_type($file2);
74 $string3 = (int)get_resource_type($file2);
H A Dlcfirst.phpt106 $string1 = get_resource_type($file1);
107 $string2 = (int)get_resource_type($file1); // converting stream type to int
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_loaded_extensions_error.phpt15 var_dump( get_resource_type(true, $extra_arg) );
24 Warning: get_resource_type() expects exactly 1 parameter, 2 given in %s on line %d
H A Dget_resource_type_basic.phpt2 Test get_resource_type() function : basic functionality
5 /* Prototype : string get_resource_type ( resource $handle )
10 echo "*** Testing get_resource_type() : basic functionality ***\n";
13 var_dump(get_resource_type($res));
18 *** Testing get_resource_type() : basic functionality ***
H A Dget_resource_type_error.phpt2 Test get_resource_type() function : error conditions
5 /* Prototype : string get_resource_type ( resource $handle )
10 echo "*** Testing get_resource_type() : error conditions ***\n";
12 echo "\n-- Testing get_resource_type() function with Zero arguments --\n";
13 var_dump( get_resource_type() );
18 var_dump( get_resource_type($res, $extra_arg) );
23 *** Testing get_resource_type() : error conditions ***
25 -- Testing get_resource_type() function with Zero arguments --
27 Warning: get_resource_type() expects exactly 1 parameter, 0 given in %s on line %d
30 -- Testing get_resource_type() function with more than expected no. of arguments --
[all …]
H A Dget_resource_type_variation1.phpt2 Test get_resource_type() function : usage variations - different data types as handle arg
5 /* Prototype : string get_resource_type ( resource $handle )
10 echo "*** Testing get_resource_type() : variation test ***\n";
32 var_dump(get_resource_type($object));
38 *** Testing get_resource_type() : variation test ***
42 Warning: get_resource_type() expects parameter 1 to be resource, boolean given in %s on line %d
47 Warning: get_resource_type() expects parameter 1 to be resource, integer given in %s on line %d
52 Warning: get_resource_type() expects parameter 1 to be resource, double given in %s on line %d
57 Warning: get_resource_type() expects parameter 1 to be resource, string given in %s on line %d
62 Warning: get_resource_type() expects parameter 1 to be resource, array given in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/file/
H A D007_variation1.phpt32 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
H A D007_variation10.phpt32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation11-win32.phpt38 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
46 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation11.phpt38 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
46 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation12-win32.phpt38 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
46 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation12.phpt38 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
46 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation13-win32.phpt37 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
43 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation13.phpt37 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
43 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation14.phpt32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation15.phpt30 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation16.phpt30 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation17.phpt32 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
H A D007_variation18.phpt32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation19.phpt33 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
41 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation2.phpt32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation20.phpt33 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
41 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation

Completed in 95 milliseconds

12