Home
last modified time | relevance | path

Searched refs:fopen (Results 1 – 25 of 1246) sorted by path

12345678910>>...50

/php-src/.github/
H A Dnightly_matrix.php149 $f = fopen(getenv('GITHUB_OUTPUT'), 'a');
/php-src/TSRM/
H A DTSRM.c758 tsrm_error_file = fopen(debug_filename, "w"); in tsrm_error_set()
/php-src/Zend/
H A DZend.m4259 fp = fopen("conftest.zend", "w");
/php-src/Zend/tests/
H A D008.phpt18 var_dump(define("test1", fopen(__FILE__, 'r')));
H A D017.phpt6 $fp = fopen(__FILE__, "r");
H A D019.phpt143 $fp = fopen(__FILE__, "r");
H A Dbug21478.phpt18 $fp = fopen(__DIR__."/test.txt","w");
H A Dbug30998.phpt14 $f = fopen("/tmp/blah", "r");
17 fopen(/tmp/blah): Failed to open stream: %s (2) in %s:%d
19 Warning: fopen(/tmp/blah): Failed to open stream: %s in %s on line %d
H A Dbug38779_1.phpt32 $fp = fopen ('Loader://qqq.php', 'r');
35 $fp1 = fopen($filename, "w");
H A Dbug41421.phpt17 $fp = fopen("wrap://...", "r");
H A Dbug68887.phpt5 fclose(fopen("php://temp","w+"));
7 fclose(fopen("php://temp","w+"));
9 fclose(fopen("php://temp","w+"));
H A Dbug70398.phpt6 define("FILE_STREAM", fopen("php://temp", "r"));
8 define("FILE_STREAMS", array(fopen("php://temp", "r")));
H A Dcast_to_array.phpt6 $r = fopen(__FILE__, "r");
H A Dcast_to_bool.phpt6 $r = fopen(__FILE__, "r");
H A Dcast_to_double.phpt8 $r = fopen(__FILE__, "r");
H A Dcast_to_int.phpt6 $r = fopen(__FILE__, "r");
H A Dcast_to_object.phpt6 $r = fopen(__FILE__, "r");
H A Dcast_to_string.phpt6 $r = fopen(__FILE__, "r");
H A Dconstants_002.phpt9 define('bar', fopen(__FILE__, 'r'));
H A Ddebug_info-error-resource.phpt18 $c = new C(fopen("data:text/plain,Foo", 'r'));
H A Ddim_assign_001.phpt14 $fp = fopen(realpath(__DIR__ . '/dim_assign_001.txt'), 'r+');
H A Dempty_str_offset.phpt60 $f = fopen(__FILE__, 'r');
H A Dgc_034.phpt6 $a = array(fopen(__FILE__, 'r'));
/php-src/Zend/tests/function_arguments/
H A Dargument_count_correct.phpt15 $fp = fopen(__FILE__, "r");
H A Dargument_count_correct_strict.phpt15 $fp = fopen(__FILE__, "r");

Completed in 57 milliseconds

12345678910>>...50