Home
last modified time | relevance | path

Searched refs:resource (Results 201 – 225 of 1680) sorted by relevance

12345678910>>...68

/PHP-5.6/ext/standard/tests/dir/
H A Dclosedir_variation3.phpt5 /* Prototype : void closedir([resource $dir_handle])
35 resource(%d) of type (stream)
39 Warning: closedir(): %d is not a valid Directory resource in %s on line %d
43 resource(%d) of type (stream)
H A Dclosedir_basic.phpt5 /* Prototype : void closedir([resource $dir_handle])
31 echo "\nNo new resource created\n";
50 resource(%d) of type (Unknown)
55 resource(%d) of type (Unknown)
H A Dclosedir_variation2.phpt5 /* Prototype : void closedir([resource $dir_handle])
44 Directory Handle: resource(%d) of type (Unknown)
48 Warning: closedir(): %d is not a valid Directory resource in %s on line %d
50 Directory Handle: resource(%d) of type (Unknown)
/PHP-5.6/ext/standard/tests/file/
H A Dfpassthru_error.phpt6 Prototype: int fpassthru ( resource $handle );
13 /* Non-existing file resource */
29 Warning: fread() expects parameter 1 to be resource, string given in %s on line %d
31 Warning: fpassthru() expects parameter 1 to be resource, boolean given in %s on line %d
H A Dfputcsv_error.phpt6 …Prototype: int fputcsv ( resource $handle [, array $fields [, string $delimiter [, string $enclosu…
51 Warning: fputcsv() expects parameter 5 to be string, resource given in %s on line %d
59 Warning: fputcsv() expects parameter 1 to be resource, string given in %s on line %d
66 Warning: fputcsv() expects parameter 1 to be resource, integer given in %s on line %d
73 Warning: fputcsv() expects parameter 1 to be resource, double given in %s on line %d
80 Warning: fputcsv() expects parameter 1 to be resource, boolean given in %s on line %d
87 Warning: fputcsv() expects parameter 1 to be resource, array given in %s on line %d
94 Warning: fputcsv() expects parameter 1 to be resource, object given in %s on line %d
H A Dftruncate_error.phpt6 Prototype: bool ftruncate ( resource $handle, int $size );
93 Warning: ftruncate() expects parameter 1 to be resource, string given in %s on line %d
97 Warning: ftruncate() expects parameter 1 to be resource, integer given in %s on line %d
101 Warning: ftruncate() expects parameter 1 to be resource, double given in %s on line %d
105 Warning: ftruncate() expects parameter 1 to be resource, boolean given in %s on line %d
109 Warning: ftruncate() expects parameter 1 to be resource, array given in %s on line %d
113 Warning: ftruncate() expects parameter 1 to be resource, object given in %s on line %d
117 Warning: ftruncate(): %d is not a valid stream resource in %s on line %d
121 Warning: ftruncate() expects parameter 1 to be resource, null given in %s on line %d
H A D007_variation14.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
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
50 resource(%d) of type (stream)
H A D007_variation21.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
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
51 resource(%d) of type (stream)
H A D007_variation22.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
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
50 resource(%d) of type (stream)
H A D007_variation5.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
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
51 resource(%d) of type (stream)
H A D007_variation6.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
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
50 resource(%d) of type (stream)
/PHP-5.6/ext/curl/tests/
H A Dcurl_multi_init_basic.phpt10 /* Prototype : resource curl_multi_init(void)
29 resource(%d) of type (curl_multi)
30 resource(%d) of type (Unknown)
/PHP-5.6/ext/phar/tests/zip/
H A Dphar_begin_setstub_commitU.phpt33 // add portion to test setting stub from resource
34 file_put_contents(dirname(__FILE__) . '/myfakestub.php', '<?php var_dump("First resource"); Phar::m…
38 $c = strlen('<?php var_dump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(…
39 file_put_contents(dirname(__FILE__) . '/myfakestub.php', '<?php var_dump("First resource"); Phar::m…
67 string(93) "<?php var_dump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER()…
69 string(93) "<?php var_dump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER()…
/PHP-5.6/ext/oci8/tests/
H A Ddrcp_conn_close2.phpt31 // Compare the resource numbers
34 echo "Both connections share a resource : NOT OK \n";
43 resource(%d) of type (oci8 connection)
44 resource(%d) of type (oci8 connection)
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-5.6/ext/openssl/tests/
H A Dopenssl_csr_export_bacis.phpt38 Warning: openssl_csr_export() expects parameter 1 to be resource, string given in %s on line %d
41 Warning: openssl_csr_export(): supplied resource is not a valid OpenSSL X.509 CSR resource in %s on…
46 Warning: openssl_csr_export() expects parameter 1 to be resource, array given in %s on line %d
H A Dopenssl_pkey_new_error.phpt20 Warning: openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in %s on line…
22 Warning: openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in %s on line…
24 Warning: openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in %s on line…
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)
H A Dstream_crypto_flags_002.phpt53 resource(%d) of type (stream)
54 resource(%d) of type (stream)
55 resource(%d) of type (stream)
56 resource(%d) of type (stream)
/PHP-5.6/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
H A Dibase_free_query_001.phpt24 Warning: ibase_free_query(): 11 is not a valid Firebird/InterBase query resource in %s on line %d
27 Warning: ibase_free_query(): supplied resource is not a valid Firebird/InterBase query resource in …
/PHP-5.6/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-5.6/ext/sybase_ct/tests/
H A Dtest_unbuffered_no_full_fetch.phpt35 resource(%d) of type (sybase-ct link)
36 resource(%d) of type (sybase-ct result)
40 resource(%d) of type (sybase-ct result)
42 resource(%d) of type (sybase-ct result)
/PHP-5.6/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-5.6/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 ***

Completed in 27 milliseconds

12345678910>>...68