Home
last modified time | relevance | path

Searched refs:handle (Results 151 – 175 of 722) sorted by relevance

12345678910>>...29

/PHP-5.3/ext/standard/tests/file/
H A D007_variation3.phpt13 Prototype: bool fclose ( resource $handle );
32 var_dump($file_handle); //Check for the content of handle
40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation4.phpt13 Prototype: bool fclose ( resource $handle );
32 var_dump($file_handle); //Check for the content of handle
40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation11-win32.phpt18 Prototype: bool fclose ( resource $handle );
37 var_dump($file_handle); //Check for the content of handle
45 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation19.phpt13 Prototype: bool fclose ( resource $handle );
32 var_dump($file_handle); //Check for the content of handle
40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A Dfpassthru_variation.phpt6 Prototype: int fpassthru ( resource $handle );
58 fclose($file_read); // closing the handle
H A Dbug40501.phpt2 Bug #40501 (fgetcsv() can't handle trailing odd number of backslashes)
H A D007_variation11.phpt18 Prototype: bool fclose ( resource $handle );
37 var_dump($file_handle); //Check for the content of handle
45 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation12-win32.phpt18 Prototype: bool fclose ( resource $handle );
37 var_dump($file_handle); //Check for the content of handle
45 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation12.phpt18 Prototype: bool fclose ( resource $handle );
37 var_dump($file_handle); //Check for the content of handle
45 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation20.phpt13 Prototype: bool fclose ( resource $handle );
32 var_dump($file_handle); //Check for the content of handle
40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
/PHP-5.3/ext/xmlreader/
H A Dphp_xmlreader.h41 zend_object_handle handle; member
/PHP-5.3/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-5.3/ext/standard/tests/strings/
H A Dvfprintf_variation1.phpt17 // Open handle
54 // Close handle
H A Dbug26817.phpt2 Bug #26817 (http_build_query() did not handle private & protected object properties)
/PHP-5.3/ext/date/tests/
H A Dbug54316.phpt2 Bug #54316 (DateTime::createFromFormat does not handle trailing '|' correctly)
/PHP-5.3/Zend/
H A Dzend_gc.c183 newRoot->handle = 0; in gc_zval_possible_root()
239 newRoot->handle = Z_OBJ_HANDLE_P(zv); in gc_zobj_possible_root()
417 if (current->handle) { in gc_mark_roots()
419 struct _store_object *obj = &EG(objects_store).object_buckets[current->handle].bucket.obj; in gc_mark_roots()
425 Z_OBJ_HANDLE(z) = current->handle; in gc_mark_roots()
529 if (current->handle) { in gc_scan_roots()
533 Z_OBJ_HANDLE(z) = current->handle; in gc_scan_roots()
630 if (current->handle) { in gc_collect_roots()
632 struct _store_object *obj = &EG(objects_store).object_buckets[current->handle].bucket.obj; in gc_collect_roots()
637 Z_OBJ_HANDLE(z) = current->handle; in gc_collect_roots()
/PHP-5.3/ext/soap/tests/
H A Dserver011.phpt17 $server->handle();
/PHP-5.3/sapi/apache/
H A Dsapi_apache.c48 file_handle.handle.fd = 0; in apache_php_module_main()
/PHP-5.3/ext/soap/interop/
H A Dserver_round2_base.php104 $server->handle();
/PHP-5.3/ext/iconv/tests/
H A Dbug53304.phpt2 Bug #53304 (quot_print_decode does not handle lower-case hex digits)
/PHP-5.3/ext/soap/
H A Dphp_encoding.h210 void delete_encoder(void *handle);
211 void delete_encoder_persistent(void *handle);
/PHP-5.3/ext/interbase/
H A Dphp_ibase_includes.h74 isc_db_handle handle; member
81 isc_tr_handle handle; member
/PHP-5.3/ext/com_dotnet/
H A Dcom_misc.c64 …z->value.obj.handle = zend_objects_store_put(obj, NULL, php_com_object_free_storage, php_com_objec… in php_com_wrap_dispatch()
89 …z->value.obj.handle = zend_objects_store_put(obj, NULL, php_com_object_free_storage, php_com_objec… in php_com_wrap_variant()
/PHP-5.3/tests/security/
H A Dopen_basedir_dir.phpt73 ["handle"]=>
79 ["handle"]=>
85 ["handle"]=>

Completed in 45 milliseconds

12345678910>>...29