Home
last modified time | relevance | path

Searched refs:fp (Results 901 – 909 of 909) sorted by relevance

1...<<31323334353637

/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c2024 zfd.handle.fp = NULL; in php_cli_server_dispatch_script()
2135 zfd.handle.fp = NULL; in php_cli_server_dispatch_router()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch396 fp = fopen( filename, "r" );
397 if ( fp == (FILE*) 0 )
403 r = fread( buf, 1, sizeof(buf) - 1, fp );
/PHP-5.5/ext/standard/tests/file/
H A Dis_writable_basic.phpt7 $fp = fopen($filename, 'w');
8 fclose($fp);
H A Dmkdir_rmdir_variation1.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
/PHP-5.5/ext/pgsql/
H A Dpgsql.c3013 FILE *fp = NULL; local
3037 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) {
3042 PQtrace(pgsql, fp);
/PHP-5.5/Zend/
H A Dzend_language_scanner.c486 if (CG(start_lineno) == 2 && file_handle->type == ZEND_HANDLE_FP && file_handle->handle.fp) { in open_file_for_scanning()
487 if ((offset = ftell(file_handle->handle.fp)) == -1) { in open_file_for_scanning()
631 file_handle.handle.fp = NULL; in compile_filename()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1520 ssize_t getline(char **dst, size_t *len, FILE *fp);
1521 ssize_t getdelim(char **dst, size_t *len, int delimiter, FILE *fp);
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c757 if (fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic9280 >8 belong &0x80000000 save fp regs
9287 >8 belong &0x80000000 save fp regs
9294 >8 belong &0x80000000 save fp regs
9302 >8 belong &0x80000000 save fp regs

Completed in 96 milliseconds

1...<<31323334353637