Home
last modified time | relevance | path

Searched refs:fp (Results 601 – 624 of 624) sorted by relevance

1...<<2122232425

/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_int_64bit.phpt50 $fp = fopen (__FILE__, "r");
80 $fp,
H A Dgettype_settype_basic.phpt30 $fp = fopen(__FILE__, "r");
66 $fp,
/PHP-7.4/ext/ftp/
H A Dphp_ftp.c129 ZEND_ARG_INFO(0, fp)
137 ZEND_ARG_INFO(0, fp)
171 ZEND_ARG_INFO(0, fp)
179 ZEND_ARG_INFO(0, fp)
/PHP-7.4/ext/standard/tests/file/
H A Dreadfile_basic-win32.phpt34 $fp = fopen($file_path."/".$file_prefix."1.tmp", $mode);
35 fill_file($fp, $type, 100);
36 fclose($fp);
H A Dreadfile_basic.phpt34 $fp = fopen($file_path."/".$file_prefix."1.tmp", $mode);
35 fill_file($fp, $type, 100);
36 fclose($fp);
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 Dunlink_variation5.phpt26 $fp = fopen($filename, "w");
27 fclose($fp);
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_variation4.phpt23 $fp = fopen(__FILE__, "r");
54 /* 20 */ $fp
83 fclose($fp);
H A Dsizeof_variation1.phpt16 $fp = fopen(__FILE__, "r");
51 /* 19 */ $fp
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_replace.phpt29 $fp = fopen( __FILE__, "r" );
30 $fp_copy = $fp;
33 fclose($fp);
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c320 FILE *fp = fopen(init_file, "r"); in phpdbg_try_file_init() local
321 if (fp) { in phpdbg_try_file_init()
327 while (fgets(cmd, PHPDBG_MAX_CMD, fp) != NULL) { in phpdbg_try_file_init()
335 fclose(fp); in phpdbg_try_file_init()
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc446 $fp = @fsockopen($host, $this->getPort());
447 } while ((++$i < $attempts) && !$fp);
449 if ($fp) {
451 fclose($fp);
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c1326 if ( file_handle.handle.fp ) { in cli_main()
1335 fclose( file_handle.handle.fp ); in cli_main()
H A Dlsapilib.c2753 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork ) in LSAPI_Init_Prefork_Server() argument
2770 if ( fp != NULL ) in LSAPI_Init_Prefork_Server()
2771 g_fnSelect = fp; in LSAPI_Init_Prefork_Server()
3940 int LSAPI_Init_Env_Parameters( fn_select_t fp ) in LSAPI_Init_Env_Parameters() argument
4031 LSAPI_Init_Prefork_Server( n, fp, avoidFork != 0 ); in LSAPI_Init_Env_Parameters()
/PHP-7.4/build/
H A Dphp.m41057 FILE *fp = fopen("conftestval", "w");
1058 if (!fp) return(1);
1059 fprintf(fp, "%d\n", sizeof($1));
1483 FILE *fp = fopencookie(&g, "r", funcs);
1485 if (fp && fseek(fp, 8192, SEEK_SET) == 0 && g.pos == 8192)
/PHP-7.4/ext/standard/
H A Dbrowscap.c417 if (!fh.handle.fp) { in browscap_read_file()
/PHP-7.4/ext/gd/libgd/
H A Dgd.h367 gdImagePtr gdImageCreateFromTga( FILE * fp );
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt835 if ($fp = fopen($file, 'w')) {
836 @fwrite($fp, '1;"a"');
837 fclose($fp);
/PHP-7.4/Zend/tests/
H A D019.phpt153 $fp = fopen(__FILE__, "r");
156 $fp,
/PHP-7.4/ext/pgsql/
H A Dpgsql.c3162 FILE *fp = NULL; local
3187 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) {
3192 PQtrace(pgsql, fp);
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c977 if (zend_fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます14599 >8 belong &0x80000000 save fp regs
14606 >8 belong &0x80000000 save fp regs
14613 >8 belong &0x80000000 save fp regs
14621 >8 belong &0x80000000 save fp regs
H A Dmagic14599 >8 belong &0x80000000 save fp regs
14606 >8 belong &0x80000000 save fp regs
14613 >8 belong &0x80000000 save fp regs
14621 >8 belong &0x80000000 save fp regs

Completed in 194 milliseconds

1...<<2122232425