Home
last modified time | relevance | path

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

12345678910>>...66

/PHP-5.5/ext/standard/tests/file/
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 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)
H A Dfgets_variation2.phpt6 Prototype: string fgets ( resource $handle [, int $length] );
46 Warning: fgets(): %d is not a valid stream resource in %s on line %d
49 Warning: fgets(): %d is not a valid stream resource in %s on line %d
55 Warning: fgets() expects parameter 1 to be resource, null given in %s on line %d
60 Warning: fgets() expects parameter 1 to be resource, null given in %s on line %d
/PHP-5.5/ext/sybase_ct/tests/
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)
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.5/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
/PHP-5.5/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.5/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.5/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.5/ext/openssl/tests/
H A D022.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
/PHP-5.5/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.5/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.5/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.5/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)

Completed in 49 milliseconds

12345678910>>...66