Home
last modified time | relevance | path

Searched refs:resource (Results 251 – 275 of 1805) sorted by relevance

1...<<11121314151617181920>>...73

/PHP-7.2/ext/interbase/tests/
H A Dibase_drop_db_001.phpt24 resource(%d) of type (Firebird/InterBase link)
27 Warning: ibase_drop_db() expects parameter 1 to be resource, integer given in %s on line %d
30 Warning: ibase_drop_db() expects parameter 1 to be resource, null given in %s on line %d
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt20 var_dump(openssl_x509_read($d)); // read cert from a resource
25 resource(%d) of type (OpenSSL X.509)
26 resource(%d) of type (OpenSSL X.509)
30 resource(%d) of type (OpenSSL X.509)
/PHP-7.2/ext/standard/tests/dir/
H A Dclosedir_basic-win32-mb.phpt11 /* Prototype : void closedir([resource $dir_handle])
37 echo "\nNo new resource created\n";
56 resource(%d) of type (Unknown)
61 resource(%d) of type (Unknown)
H A Ddir_basic.phpt6 * Prototype : object dir(string $directory[, resource $context])
62 resource(%d) of type (stream)
80 resource(%d) of type (Unknown)
84 Warning: Directory::read(): supplied resource is not a valid Directory resource in %s on line %d
H A Dclosedir_variation2-win32-mb.phpt11 /* Prototype : void closedir([resource $dir_handle])
50 Directory Handle: resource(%d) of type (Unknown)
54 Warning: closedir(): %s is not a valid Directory resource in %s on line %d
56 Directory Handle: resource(%d) of type (Unknown)
/PHP-7.2/ext/oci8/tests/
H A Ddrcp_pconn_close2.phpt31 // Compare the resource numbers
34 echo "Both connections share a resource : NOT OK\n";
43 resource(%d) of type (oci8 persistent connection)
44 resource(%d) of type (oci8 persistent connection)
/PHP-7.2/ext/imap/tests/
H A Dimap_fetchbody_variation5.phpt9 /* Prototype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section
16 * Pass different resource types to imap_fetchbody() to test behaviour
36 resource(5) of type (stream)
42 resource(6) of type (stream)
/PHP-7.2/ext/gd/tests/
H A Dbug66356.phpt31 resource(%d) of type (gd)
32 resource(%d) of type (gd)
44 resource(%d) of type (gd)
45 resource(%d) of type (gd)
/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_variation17.phpt2 Test sprintf() function : usage variations - string formats with resource values
10 echo "*** Testing sprintf() : string formats with resource values ***\n";
12 // resource type variable
16 // array of resource values
47 *** Testing sprintf() : string formats with resource values ***
H A Dstrrev_variation4.phpt20 //get the resource
21 $resource = fopen(__FILE__, "r");
67 // resource
68 $resource,
86 fclose($resource); //closing the file handle
174 Warning: strrev() expects parameter 1 to be string, resource given in %s on line %d
/PHP-7.2/ext/standard/tests/file/
H A D007_variation13-win32.phpt12 Prototype: resource fopen(string $filename, string $mode
13 [, bool $use_include_path [, resource $context]] );
18 Prototype: bool fclose ( resource $handle );
37 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
56 resource(%d) of type (stream)
H A D007_variation13.phpt12 Prototype: resource fopen(string $filename, string $mode
13 [, bool $use_include_path [, resource $context]] );
18 Prototype: bool fclose ( resource $handle );
37 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
56 resource(%d) of type (stream)
H A D007_variation15.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
30 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
47 resource(%d) of type (stream)
H A D007_variation23.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
30 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
47 resource(%d) of type (stream)
H A D007_variation7.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
30 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
47 resource(%d) of type (stream)
H A D007_variation8.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
30 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
47 resource(%d) of type (stream)
H A Dfscanf_variation16.phpt2 Test fscanf() function: usage variations - string formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different string format types */
15 echo "*** Test fscanf(): different string format types with resource ***\n";
24 // resource type variable
28 // array of resource types
81 *** Test fscanf(): different string format types with resource ***
H A Dfscanf_variation22.phpt2 Test fscanf() function: usage variations - char formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different char format types */
15 echo "*** Test fscanf(): different char format types with resource ***\n";
24 // resource type variable
28 // array of resource types
81 *** Test fscanf(): different char format types with resource ***
H A Dfgetc_variation2.phpt6 Prototype: string fgetc ( resource $handle );
44 Warning: fgetc(): supplied resource is not a valid stream resource in %s on line %d
50 Warning: fgetc() expects parameter 1 to be resource, null given in %s on line %d
/PHP-7.2/ext/standard/tests/array/
H A Darray_merge_recursive_variation5.phpt21 // get a resource variable
52 // array with object, unset variable and resource variable
53 /*8*/ array(11 => new classA(), "string" => @$unset_var, "resource" => $fp, new classA(), $fp),
75 // close the file resource used
363 ["resource"]=>
364 resource(%d) of type (stream)
369 resource(%d) of type (stream)
383 ["resource"]=>
384 resource(%d) of type (stream)
389 resource(%d) of type (stream)
/PHP-7.2/ext/zlib/tests/
H A Dgzopen_variation4.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
121 Warning: gzpassthru() expects parameter 1 to be resource, boolean given in %s on line %d
123 Warning: gzclose() expects parameter 1 to be resource, boolean given in %s on line %d
128 Warning: gzpassthru() expects parameter 1 to be resource, boolean given in %s on line %d
130 Warning: gzclose() expects parameter 1 to be resource, boolean given in %s on line %d
135 Warning: gzpassthru() expects parameter 1 to be resource, boolean given in %s on line %d
137 Warning: gzclose() expects parameter 1 to be resource, boolean given in %s on line %d
142 Warning: gzpassthru() expects parameter 1 to be resource, boolean given in %s on line %d
144 Warning: gzclose() expects parameter 1 to be resource, boolean given in %s on line %d
149 Warning: gzpassthru() expects parameter 1 to be resource, boolean given in %s on line %d
[all …]
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug73973.phpt2 Bug #73973 debug_zval_dump() assertion error for resource consts with --enable-debug
9 resource(5) of type (stream) refcount(%d)
H A Dgettype_settype_basic.phpt79 "resource",
124 string(8) "resource"
125 string(8) "resource"
613 resource(%d) of type (stream)
614 string(8) "resource"
618 resource(%d) of type (stream)
619 string(8) "resource"
719 resource(%d) of type (stream)
726 resource(%d) of type (stream)
827 resource(%d) of type (stream)
[all …]
H A Dis_resource_basic.phpt6 * Description: Finds whether a variable is a resource
39 echo "\nNon-resource type cases\n";
75 Non-resource type cases
86 resource(%d) of type (%s)
90 resource(%d) of type (Unknown)
/PHP-7.2/ext/ldap/tests/
H A Dldap_exop.phpt39 // ldap_exop(resource link, string reqoid [, string reqdata [, array servercontrols [, string &retd…
40 // bool ldap_parse_exop(resource link, resource result [, string &retdata [, string &retoid]])
69 resource(%d) of type (ldap result)
73 resource(%d) of type (ldap result)

Completed in 36 milliseconds

1...<<11121314151617181920>>...73