Home
last modified time | relevance | path

Searched refs:handle (Results 126 – 150 of 649) sorted by relevance

12345678910>>...26

/PHP-7.4/ext/standard/tests/file/
H A D007_variation5.phpt13 Prototype: bool fclose ( resource $handle );
31 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation8.phpt13 Prototype: bool fclose ( resource $handle );
29 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A Dbug22382.phpt2 Bug #22382 (fgetcsv() does not handle escaped quotes correctly)
H A Dfflush_variation4.phpt5 /* Prototype: bool fflush ( resource $handle );
9 /* test fflush() with handle to a file opened in read-only mode as resource */
H A D007_variation15.phpt13 Prototype: bool fclose ( resource $handle );
29 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation16.phpt13 Prototype: bool fclose ( resource $handle );
29 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation23.phpt13 Prototype: bool fclose ( resource $handle );
29 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation24.phpt13 Prototype: bool fclose ( resource $handle );
29 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
/PHP-7.4/ext/date/tests/
H A Dbug41709.phpt2 Bug #41709 (strtotime() does not handle 00.00.0000)
/PHP-7.4/Zend/tests/
H A Dconst_array_with_resource_key.phpt2 Constexpr arrays should be able to handle resource keys
H A Dbug54372.phpt2 Bug #54372 (Crash accessing global object itself returned from its __get() handle)
H A Dbug60738_variation.phpt2 Bug #60738 Allow 'set_error_handler' to handle NULL
/PHP-7.4/ext/filter/tests/
H A Dbug44445.phpt2 Bug #44445 (email validator does not handle domains starting/ending with a -)
/PHP-7.4/ext/reflection/tests/
H A Dbug41884.phpt2 Bug #41884 (ReflectionClass::getDefaultProperties() does not handle static attributes)
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_socket_get_name.phpt2 string stream_socket_get_name ( resource $handle , bool $want_peer ) ;
/PHP-7.4/ext/soap/tests/
H A Dserver001.phpt2 SOAP Server 1: new/addfunction/handle
27 $server->handle($HTTP_RAW_POST_DATA);
H A Dbug68996.phpt28 $s->handle($HTTP_RAW_POST_DATA);
39 $s->handle($HTTP_RAW_POST_DATA);
H A Dserver015.phpt2 SOAP Server 15: passing request to handle()
27 $server->handle($envelope);
/PHP-7.4/ext/spl/tests/
H A Dbug75049.phpt2 Bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions results)
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_doclitparams.inc28 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_resource_type_basic.phpt5 /* Prototype : string get_resource_type ( resource $handle )
/PHP-7.4/ext/soap/tests/interop/Round4/GroupG/
H A Dround4_groupG_dimedoc.inc32 $server->handle($HTTP_RAW_POST_DATA);
H A Dround4_groupG_dimerpc.inc32 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.4/ext/ftp/tests/
H A Dfilesize_large.phpt2 Verify php can handle filesizes >32bit
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_strerror_001.phpt22 string(20) "invalid multi handle"

Completed in 39 milliseconds

12345678910>>...26