Home
last modified time | relevance | path

Searched refs:resource (Results 226 – 250 of 1805) sorted by relevance

12345678910>>...73

/PHP-7.2/ext/standard/tests/file/
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 ***
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_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 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, float 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 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-7.2/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 Drewinddir_variation2.phpt5 /* Prototype : void rewinddir([resource $dir_handle])
38 resource(%d) of type (stream)
43 Warning: rewinddir(): supplied resource is not a valid Directory resource in %s on line %d
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)
/PHP-7.2/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-7.2/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-7.2/ext/phar/tests/zip/
H A Dphar_begin_setstub_commit.phpt32 // add portion to test setting stub from resource
33 file_put_contents(dirname(__FILE__) . '/myfakestub.php', '<?php var_dump("First resource"); Phar::m…
37 $c = strlen('<?php var_dump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(…
38 file_put_contents(dirname(__FILE__) . '/myfakestub.php', '<?php var_dump("First resource"); Phar::m…
66 string(93) "<?php var_dump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER()…
68 string(93) "<?php var_dump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER()…
/PHP-7.2/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 Dcoll_002.phpt27 resource(%d) of type (oci8 collection)
31 Warning: OCI-Collection::size(): supplied resource is not a valid oci8 collection resource in %s on…
H A Dcoll_002_func.phpt27 resource(%d) of type (oci8 collection)
31 Warning: oci_collection_size(): supplied resource is not a valid oci8 collection resource in %s on …
H A Dcoll_006.phpt27 resource(%d) of type (oci8 collection)
31 Warning: OCI-Collection::size(): supplied resource is not a valid oci8 collection resource in %s on…
H A Dcoll_006_func.phpt27 resource(%d) of type (oci8 collection)
31 Warning: oci_collection_size(): supplied resource is not a valid oci8 collection resource in %s on …
/PHP-7.2/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.phpt19 Warning: openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in %s on line…
21 Warning: openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in %s on line…
23 Warning: openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in %s on line…
/PHP-7.2/ext/enchant/tests/
H A Denchant_broker_set_dict_path.phpt2 proto bool enchant_broker_set_dict_path(resource broker, int dict_type, string value) function
3 proto string enchant_broker_get_dict_path(resource broker, int dict_type) function
9 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
46 echo("broker is not a resource; failed; \n");

Completed in 156 milliseconds

12345678910>>...73