Home
last modified time | relevance | path

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

12345678910>>...68

/PHP-5.6/ext/oci8/tests/
H A Ddrcp_newconnect.phpt14 // Verify they are different by comparing the resource ids
27 echo "First and second connections share a resource: Not OK\n";
39 resource(%d) of type (oci8 connection)
40 resource(%d) of type (oci8 connection)
H A Derror_bind.phpt26 echo "Test 1 - Assign a resource to the bind variable and execute \n";
30 echo "Test 2 - Re-bind a resource\n";
35 // Use a connection resource instead of a ROWID.
53 Test 1 - Assign a resource to the bind variable and execute
57 Test 2 - Re-bind a resource
63 resource(%d) of type (oci8 connection)
/PHP-5.6/ext/sysvshm/tests/
H A D007.phpt29 Warning: shm_remove() expects parameter 1 to be resource, integer given in %s007.php on line %d
32 Warning: shm_remove() expects parameter 1 to be resource, integer given in %s007.php on line %d
35 Warning: shm_remove() expects parameter 1 to be resource, string given in %s007.php on line %d
40 Warning: shm_remove(): %d is not a valid sysvshm resource in %s007.php on line %d
/PHP-5.6/ext/standard/tests/array/
H A Darray_intersect_variation8.phpt22 // get a resource variable
58 // array with object, unset variable and resource variable
59 /*10*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
63 'resource' => $fp, "int" => 133, "float" => 444.432,
85 // close the file resource used
176 resource(%d) of type (stream)
183 resource(%d) of type (stream)
191 resource(%d) of type (stream)
206 resource(%d) of type (stream)
/PHP-5.6/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, integer given in %s on line %d
87 Warning: fgets() expects parameter 1 to be resource, double given in %s on line %d
91 Warning: fgets() expects parameter 1 to be resource, boolean 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(): %d 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.phpt6 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
78 Warning: fgetss() expects parameter 1 to be resource, string given in %s on line %d
82 Warning: fgetss() expects parameter 1 to be resource, integer given in %s on line %d
86 Warning: fgetss() expects parameter 1 to be resource, double given in %s on line %d
90 Warning: fgetss() expects parameter 1 to be resource, boolean given in %s on line %d
94 Warning: fgetss() expects parameter 1 to be resource, array given in %s on line %d
98 Warning: fgetss() expects parameter 1 to be resource, object given in %s on line %d
101 Warning: fgetss(): %d is not a valid stream resource in %s on line %d
104 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, integer given in %s on line %d
88 Warning: fread() expects parameter 1 to be resource, double 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(): %d 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 D007_variation10.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
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
47 resource(%d) of type (stream)
H A D007_variation18.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
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
47 resource(%d) of type (stream)
H A D007_variation2.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
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
47 resource(%d) of type (stream)
H A Dfscanf_variation29.phpt2 Test fscanf() function: usage variations - octal formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different octal format types */
15 echo "*** Test fscanf(): different octal format types with resource ***\n";
24 // resource type variable
28 // array of resource types
82 *** Test fscanf(): different octal format types with resource ***
H A Dfscanf_variation47.phpt2 Test fscanf() function: usage variations - scientific formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different scientific format types */
15 echo "*** Test fscanf(): different scientific format types with resource ***\n";
24 // resource type variable
28 // array of resource types
77 *** Test fscanf(): different scientific format types with resource ***
H A Dfscanf_variation10.phpt2 Test fscanf() function: usage variations - float formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different float format types */
15 echo "*** Test fscanf(): different float format types with resource ***\n";
24 // resource type variable
28 // array of resource types
82 *** Test fscanf(): different float format types with resource ***
H A Dfscanf_variation35.phpt2 Test fscanf() function: usage variations - hexa formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different hexa format types */
15 echo "*** Test fscanf(): different hexa format types with resource ***\n";
24 // resource type variable
28 // array of resource types
77 *** Test fscanf(): different hexa format types with resource ***
H A Dfscanf_variation4.phpt2 Test fscanf() function: usage variations - integer formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different integer format types */
15 echo "*** Test fscanf(): different integer format types with resource ***\n";
25 // resource type variable
29 // array of resource types
78 *** Test fscanf(): different integer format types with resource ***
H A Dfscanf_variation41.phpt2 Test fscanf() function: usage variations - unsigned formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different unsigned format types */
15 echo "*** Test fscanf(): different unsigned format types with resource ***\n";
24 // resource type variable
28 // array of resource types
77 *** Test fscanf(): different unsigned format types with resource ***
/PHP-5.6/ext/sybase_ct/tests/
H A Dtest_close.phpt21 resource(%d) of type (sybase-ct link)
22 resource(%d) of type (Unknown)
24 Warning: sybase_query(): %d is not a valid Sybase-Link resource in %s on line %d
H A Dtest_connection_caching.phpt22 resource(%d) of type (sybase-ct link)
23 resource(%d) of type (sybase-ct link)
24 resource(%d) of type (sybase-ct link)
/PHP-5.6/ext/standard/tests/strings/
H A Dsprintf_variation36.phpt2 Test sprintf() function : usage variations - hexa formats with resource values
10 echo "*** Testing sprintf() : hexa formats with resource values ***\n";
12 // resource type variable
16 // array of resource types
47 *** Testing sprintf() : hexa formats with resource values ***
/PHP-5.6/ext/standard/tests/dir/
H A Ddir_variation3.phpt21 * Prototype : object dir(string $directory[, resource $context])
101 resource(%d) of type (stream)
112 resource(%d) of type (stream)
123 resource(%d) of type (stream)
134 resource(%d) of type (stream)
145 resource(%d) of type (stream)
156 resource(%d) of type (stream)
167 resource(%d) of type (stream)
178 resource(%d) of type (stream)
189 resource(%d) of type (stream)
[all …]
/PHP-5.6/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt23 resource(%d) of type (odbc result)
25 resource(%d) of type (odbc result)
27 resource(%d) of type (odbc result)
H A Dodbc_columns_001.phpt23 resource(%d) of type (odbc result)
25 resource(%d) of type (odbc result)
27 resource(%d) of type (odbc result)
H A Dodbc_tables_001.phpt24 resource(%d) of type (odbc result)
26 resource(%d) of type (odbc result)
28 resource(%d) of type (odbc result)
/PHP-5.6/ext/gd/tests/
H A Dimagetruecolortopalette_error2.phpt13 $resource = tmpfile();
15 imagetruecolortopalette($image, $resource, 2);
20 Warning: imagetruecolortopalette() expects parameter 2 to be boolean, resource given in %s on line …
/PHP-5.6/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt25 var_dump(posix_ttyname(imagecreate(1, 1))); // wrong resource type
33 Warning: posix_ttyname(): supplied resource is not a valid stream resource in %s on line %s
35 Warning: posix_ttyname(): expects argument 1 to be a valid stream resource in %s on line %d

Completed in 36 milliseconds

12345678910>>...68