Home
last modified time | relevance | path

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

1...<<31323334353637

/PHP-5.4/ext/standard/tests/file/
H A Dumask_variation2.phpt34 $fp = fopen($filename, "w");
35 fclose($fp);
H A D006_variation1.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
H A Dtempnam_variation4.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
H A Dis_executable_basic.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
H A Dis_readable_basic.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
H A Dunlink_variation5.phpt26 $fp = fopen($filename, "w");
27 fclose($fp);
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.4/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt847 if ($fp = fopen($file, 'w')) {
848 @fwrite($fp, '1;"a"');
849 fclose($fp);
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregcomp.c4823 static void print_enc_string(FILE* fp, OnigEncoding enc, in print_enc_string() argument
4826 fprintf(fp, "\nPATTERN: /"); in print_enc_string()
4836 fprintf(fp, " 0x%04x ", (int )code); in print_enc_string()
4839 fputc((int )code, fp); in print_enc_string()
4847 fputc((int )*s, fp); in print_enc_string()
4852 fprintf(fp, "/\n"); in print_enc_string()
/PHP-5.4/Zend/tests/
H A D019.phpt153 $fp = fopen(__FILE__, "r");
156 $fp,
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c1886 zfd.handle.fp = NULL; in php_cli_server_dispatch_script()
1998 zfd.handle.fp = NULL; in php_cli_server_dispatch_router()
/PHP-5.4/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.4/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.4/Zend/
H A Dzend_language_scanner.c483 if (CG(start_lineno) == 2 && file_handle->type == ZEND_HANDLE_FP && file_handle->handle.fp) { in open_file_for_scanning()
484 if ((offset = ftell(file_handle->handle.fp)) == -1) { in open_file_for_scanning()
628 file_handle.handle.fp = NULL; in compile_filename()
/PHP-5.4/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.4/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 209 milliseconds

1...<<31323334353637