Home
last modified time | relevance | path

Searched refs:handle (Results 351 – 375 of 446) sorted by relevance

1...<<1112131415161718

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug35142.phpt30 $this->server->handle($request);
H A Dbug36226-2.phpt29 $this->server->handle($request);
H A Dbug36575.phpt44 $server->handle($soapRequest);
H A Dbug36226.phpt30 $this->server->handle($request);
H A Dbug30045.phpt30 $this->server->handle($request);
/PHP-8.3/ext/standard/tests/file/
H A Dfgetc_variation1.phpt36 // close the file handle
H A Dfgetcsv_variation29.phpt2 Test fgetcsv() : usage variations - with only file handle as argument, file pointer pointing at end…
7 and fgetcsv() provided with only file handle in its argument
10 echo "*** Testing fgetcsv() : with file handle as only argument and file pointer pointing at end of…
84 *** Testing fgetcsv() : with file handle as only argument and file pointer pointing at end of file …
H A Dfgetcsv_variation30.phpt2 Test fgetcsv() : usage variations - with file handle and length, file pointer pointing at end of fi…
7 and fgetcsv() provided with file handle and length arguments
10 echo "*** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end o…
83 *** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end of file…
/PHP-8.3/ext/soap/tests/
H A Dserver030.phpt47 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver031.phpt63 $server->handle($HTTP_RAW_POST_DATA);
H A Dbug73037.phpt71 $s->handle();
/PHP-8.3/Zend/
H A Dzend_vm_execute.skl25 /* Fall through to handle exception below. */
H A Dzend.h245 zend_result (*stream_open_function)(zend_file_handle *handle);
337 extern ZEND_API zend_result (*zend_stream_open_function)(zend_file_handle *handle);
H A Dzend_types.h558 uint32_t handle; // TODO: may be removed ??? member
567 zend_long handle; // TODO: may be removed ??? member
994 #define Z_OBJ_HANDLE(zval) (Z_OBJ((zval)))->handle
1006 #define Z_RES_HANDLE(zval) Z_RES(zval)->handle
1152 _res->handle = (h); \
1167 _res->handle = (h); \
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt46 // stream_get_contents ( resource $handle [, int $maxlength = -1 [, int $offset = -1 ]] )
/PHP-8.3/ext/standard/tests/strings/
H A Dstrtr_variation8.phpt73 fclose($file_handle); //closing the file handle
/PHP-8.3/ext/soap/tests/interop/Round4/GroupI/
H A Dround4_groupI_xsd.inc197 $server->handle($HTTP_RAW_POST_DATA);
/PHP-8.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt90 /* closing resource handle */
H A Ddebug_zval_dump_b_64bit.phpt94 /* closing resource handle */
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt65 /* TODO getAttribute() does not handle it */
67 /* TODO getAttribute() does not handle it */
/PHP-8.3/
H A D.gdbinit208 set $handle = $zvalue->value.obj.handle
212 printf "(%s) #%d", $cname, $handle
246 printf "resource: #%d", $zvalue->value.res->handle
/PHP-8.3/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc39 * @param string|resource file contents or open file handle
H A Dcorrupt_tarmaker.php.inc39 * @param string|resource file contents or open file handle
H A Dmake.dangerous.tar.php.inc40 * @param string|resource file contents or open file handle
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_change_user_locks_temporary.phpt16 printf("[001] Cannot create second connection handle, [%d] %s\n",

Completed in 43 milliseconds

1...<<1112131415161718