Home
last modified time | relevance | path

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

1...<<31323334353637

/PHP-5.6/ext/standard/tests/file/
H A Dumask_variation1.phpt34 $fp = fopen($filename, "w");
35 fclose($fp);
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_readable_basic.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
H A Dis_executable_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.6/sapi/litespeed/
H A Dlsapilib.c2493 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork ) in LSAPI_Init_Prefork_Server() argument
2509 if ( fp != NULL ) in LSAPI_Init_Prefork_Server()
2510 g_fnSelect = fp; in LSAPI_Init_Prefork_Server()
3207 int LSAPI_Init_Env_Parameters( fn_select_t fp ) in LSAPI_Init_Env_Parameters() argument
3278 LSAPI_Init_Prefork_Server( n, fp, avoidFork ); in LSAPI_Init_Env_Parameters()
/PHP-5.6/ext/standard/tests/array/
H A Darsort_variation1.phpt26 $fp = fopen(__FILE__, "r");
72 22 => $fp
/PHP-5.6/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()
627 file_handle.handle.fp = NULL; in compile_filename()
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()
629 file_handle.handle.fp = NULL; in compile_filename()
/PHP-5.6/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.6/ext/mbstring/oniguruma/
H A Dregcomp.c5029 static void print_enc_string(FILE* fp, OnigEncoding enc, in print_enc_string() argument
5032 fprintf(fp, "\nPATTERN: /"); in print_enc_string()
5042 fprintf(fp, " 0x%04x ", (int )code); in print_enc_string()
5045 fputc((int )code, fp); in print_enc_string()
5053 fputc((int )*s, fp); in print_enc_string()
5058 fprintf(fp, "/\n"); in print_enc_string()
/PHP-5.6/Zend/tests/
H A D019.phpt153 $fp = fopen(__FILE__, "r");
156 $fp,
/PHP-5.6/sapi/cli/
H A Dphp_cli_server.c2039 zfd.handle.fp = NULL; in php_cli_server_dispatch_script()
2163 zfd.handle.fp = NULL; in php_cli_server_dispatch_router()
/PHP-5.6/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.6/ext/pgsql/
H A Dpgsql.c3113 FILE *fp = NULL; local
3137 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) {
3142 PQtrace(pgsql, fp);
/PHP-5.6/ext/opcache/
H A DZendAccelerator.c786 if (fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic9917 >8 belong &0x80000000 save fp regs
9924 >8 belong &0x80000000 save fp regs
9931 >8 belong &0x80000000 save fp regs
9939 >8 belong &0x80000000 save fp regs

Completed in 202 milliseconds

1...<<31323334353637