Home
last modified time | relevance | path

Searched refs:handle (Results 226 – 250 of 739) sorted by relevance

12345678910>>...30

/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_variation1.phpt6 Prototype: string fgetc ( resource $handle );
40 // close the file handle
H A Dbug39538.phpt2 Bug #39538 (fgetcsv can't handle starting newlines and trailing odd number of backslashes)
H A Dfscanf_error.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
31 // invalid file handle
/PHP-5.5/ext/soap/tests/
H A Dserver009.phpt43 $server->handle($HTTP_RAW_POST_DATA);
61 $server->handle($HTTP_RAW_POST_DATA);
H A Dclassmap003.phpt38 $this->server->handle($request);
/PHP-5.5/ext/dba/
H A Ddba.c71 ZEND_ARG_INFO(0, handle)
76 ZEND_ARG_INFO(0, handle)
82 ZEND_ARG_INFO(0, handle)
90 ZEND_ARG_INFO(0, handle)
94 ZEND_ARG_INFO(0, handle)
99 ZEND_ARG_INFO(0, handle)
105 ZEND_ARG_INFO(0, handle)
111 ZEND_ARG_INFO(0, handle)
115 ZEND_ARG_INFO(0, handle)
119 ZEND_ARG_INFO(0, handle)
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug34643.phpt27 $this->server->handle($request);
H A Dbug38067.phpt24 $this->server->handle($request);
H A Dbug50698_2.phpt2 Request #50698_2 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Lar…
H A Dbug50698_3.phpt2 Request #50698_3 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Lar…
H A Dbug36999.phpt26 $this->server->handle($request);
H A Dbug38004.phpt24 $this->server->handle($request);
H A Dbug42086.phpt27 $server->handle($request);
H A Dbug47273.phpt35 $server->handle($request1);
40 $server->handle($request2);
H A Dbug42326.phpt44 $soap->handle($request);
/PHP-5.5/ext/ldap/tests/
H A Dldap_connect_error.phpt27 Warning: ldap_connect(): Could not create session handle: %s in %s on line %d
/PHP-5.5/Zend/
H A Dzend_language_scanner.l484 if (CG(start_lineno) == 2 && file_handle->type == ZEND_HANDLE_FP && file_handle->handle.fp) { in open_file_for_scanning()
485 if ((offset = ftell(file_handle->handle.fp)) == -1) { in open_file_for_scanning()
495 …if (file_handle->handle.stream.handle >= (void*)file_handle && file_handle->handle.stream.handle <… in open_file_for_scanning()
497 size_t diff = (char*)file_handle->handle.stream.handle - (char*)file_handle; in open_file_for_scanning()
498 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
499 file_handle->handle.stream.handle = fh->handle.stream.handle; in open_file_for_scanning()
629 file_handle.handle.fp = NULL; in compile_filename()
632 if (retval && file_handle.handle.stream.handle) { in compile_filename()
H A Dzend_iterators.c58 static void iter_wrapper_dtor(void *object, zend_object_handle handle TSRMLS_DC) in iter_wrapper_dtor()
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI132 fastcgi starts, it creates a number of child processes which handle one
134 processes and main process will handle FastCGI requests by itself. Note that
137 those will handle requests. The main process will restart children in case of
138 their death. So by default, you will be able to handle 1 concurrent PHP page
148 This controls how many requests each child process will handle before
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_resource_type_error.phpt5 /* Prototype : string get_resource_type ( resource $handle )
/PHP-5.5/ext/curl/tests/
H A Dbug45161.phpt2 Bug #45161 (Reusing a curl handle leaks memory)
/PHP-5.5/ext/pdo/
H A DTODO12 - Separate the handle factory call into two phases:
13 - handle creation
/PHP-5.5/ext/oci8/tests/
H A Ddefine6.phpt100 echo "Test 6 - fetch on wrong handle\n";
135 Test 6 - fetch on wrong handle
/PHP-5.5/ext/date/tests/
H A Dbug35499.phpt2 Bug #35499 (strtotime() does not handle whitespace around the date string)
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic8.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )

Completed in 33 milliseconds

12345678910>>...30