Home
last modified time | relevance | path

Searched refs:handle (Results 501 – 525 of 739) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation25.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfgetcsv_error.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dfwrite_variation3-win32.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation3.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_basic-win32.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_basic.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfscanf_variation26.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
/PHP-5.5/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-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b_64bit.phpt97 /* closing resource handle */
/PHP-5.5/ext/standard/tests/strings/
H A Dmoney_format_variation2.phpt101 // close the file handle
H A Dstr_pad_variation3.phpt85 fclose($file_handle); //closing the file handle
H A Dstripos_variation10.phpt90 fclose($file_handle); //closing the file handle
H A Dstrncmp_variation5.phpt22 /* get resource handle */
H A Dstrrchr_variation10.phpt128 fclose($file_handle); //closing the file handle
H A Dstrrpos_variation10.phpt90 fclose($file_handle); //closing the file handle
H A Dexplode_variation1.phpt81 fclose($file_handle); //closing the file handle
H A Dexplode_variation3.phpt81 fclose($file_handle); //closing the file handle
/PHP-5.5/Zend/
H A Dzend_gc.h84 zend_object_handle handle; /* must be 0 for zval */ member
/PHP-5.5/ext/com_dotnet/
H A DREADME12 the try..catch construct if you want to be able to handle error conditions.
/PHP-5.5/ext/standard/
H A Dbrowscap.c264 fh.handle.fp = VCWD_FOPEN(filename, "r"); in browscap_read_file()
267 if (!fh.handle.fp) { in browscap_read_file()
/PHP-5.5/ext/phar/
H A Dphar.c3324 static size_t phar_zend_stream_reader(void *handle, char *buf, size_t len TSRMLS_DC) /* {{{ */ argument
3326 return php_stream_read(phar_get_pharfp((phar_archive_data*)handle TSRMLS_CC), buf, len);
3330 static size_t phar_zend_stream_fsizer(void *handle TSRMLS_DC) /* {{{ */
3332 return ((phar_archive_data*)handle)->halt_offset + 32;
3376 file_handle->handle.stream.handle = phar;
3377 file_handle->handle.stream.reader = phar_zend_stream_reader;
3378 file_handle->handle.stream.closer = NULL;
3379 file_handle->handle.stream.fsizer = phar_zend_stream_fsizer;
3380 file_handle->handle.stream.isatty = 0;
3384 memset(&file_handle->handle.stream.mmap, 0, sizeof(file_handle->handle.stream.mmap));
/PHP-5.5/ext/mysql/tests/
H A Dbug48754.phpt2 Bug #48754 (mysql_close() crash php when no handle specified)
/PHP-5.5/ext/standard/tests/mail/
H A Dezmlm_hash_variation1.phpt81 fclose($file_handle); //closing the file handle

Completed in 203 milliseconds

1...<<21222324252627282930