Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...37

/PHP-5.5/ext/standard/tests/math/
H A Dabs_variation.phpt34 $fp = fopen(__FILE__, "r");
69 /*25*/ $fp
80 fclose($fp);
H A Dbindec_variation1.phpt26 $fp = fopen(__FILE__, "r");
69 /*24*/ $fp
79 fclose($fp);
H A Doctdec_variation1.phpt24 $fp = fopen(__FILE__, "r");
69 /*26*/ $fp
79 fclose($fp);
H A Dpow_variation2.phpt30 $fp = fopen(__FILE__, "r");
77 /*26*/ $fp
87 fclose($fp);
H A Dbindec_variation1_64bit.phpt26 $fp = fopen(__FILE__, "r");
69 /*24*/ $fp
79 fclose($fp);
/PHP-5.5/ext/session/tests/
H A Dsession_cache_limiter_error.phpt33 $fp = fopen(__FILE__, "r");
80 /*24*/ $fp
91 fclose($fp);
H A Dsession_id_error.phpt33 $fp = fopen(__FILE__, "r");
80 /*24*/ $fp
91 fclose($fp);
H A Dsession_save_path_error.phpt37 $fp = fopen(__FILE__, "r");
84 /*24*/ $fp
97 fclose($fp);
H A Dsession_unset_error.phpt33 $fp = fopen(__FILE__, "r");
80 /*24*/ $fp
91 fclose($fp);
/PHP-5.5/ext/phar/tests/
H A Drefcount1_5_2.phpt31 $fp = fopen($alias . '/b/c.php', 'wb');
32 fwrite($fp, "extra");
33 fclose($fp);
H A Dphar_createdefaultstub.phpt151 $fp = fopen(__FILE__, 'rb');
152 fseek($fp, self::LEN);
282 $data .= @fread($fp, $c);
286 $data .= @fread($fp, 8192);
445 $fp = fopen(__FILE__, 'rb');
446 fseek($fp, self::LEN);
576 $data .= @fread($fp, $c);
580 $data .= @fread($fp, 8192);
748 fseek($fp, self::LEN);
878 $data .= @fread($fp, $c);
[all …]
H A Dphar_setdefaultstub.phpt171 $fp = fopen(__FILE__, 'rb');
172 fseek($fp, self::LEN);
302 $data .= @fread($fp, $c);
306 $data .= @fread($fp, 8192);
466 $fp = fopen(__FILE__, 'rb');
467 fseek($fp, self::LEN);
597 $data .= @fread($fp, $c);
601 $data .= @fread($fp, 8192);
762 fseek($fp, self::LEN);
892 $data .= @fread($fp, $c);
[all …]
/PHP-5.5/ext/phar/tests/zip/
H A Drefcount1_5_2.phpt31 $fp = fopen($alias . '/b/c.php', 'wb');
32 fwrite($fp, "extra");
33 fclose($fp);
H A Dopen_for_write_existing_b.phpt39 $fp = fopen($alias . '/b/c.php', 'wb');
40 fwrite($fp, b'extra');
41 fclose($fp);
H A Dopen_for_write_existing_b_5_2.phpt37 $fp = fopen($alias . '/b/c.php', 'wb');
38 fwrite($fp, 'extra');
39 fclose($fp);
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt39 $fp = fopen($alias . '/b/c.php', 'wb');
40 fwrite($fp, b'extra');
41 fclose($fp);
H A Dopen_for_write_existing_b_5_2.phpt37 $fp = fopen($alias . '/b/c.php', 'wb');
38 fwrite($fp, 'extra');
39 fclose($fp);
H A Drefcount1_5_2.phpt31 $fp = fopen($alias . '/b/c.php', 'wb');
32 fwrite($fp, "extra");
33 fclose($fp);
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt16 $fp = fopen(__FILE__, "r");
35 $mixedArray = array($fp, $obj, $simpleStr, $emptyArr, 2, $bool, $float);
38 fclose($fp);
H A Darray_intersect_assoc_variation7.phpt24 $fp = fopen(__FILE__, "r");
60 /*10*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
64 'resource' => $fp, "int" => 133, "float" => 444.432,
71 "heredoc" => "Hello world", 11 => new classA(), "resource" => $fp,
89 fclose($fp);
H A Darray_intersect_assoc_variation8.phpt24 $fp = fopen(__FILE__, "r");
60 /*10*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
64 'resource' => $fp, "int" => 133, "float" => 444.432,
71 "heredoc" => "Hello world", 11 => new classA(), "resource" => $fp,
89 fclose($fp);
H A Darray_intersect_variation7.phpt23 $fp = fopen(__FILE__, "r");
59 /*10*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
63 'resource' => $fp, "int" => 133, "float" => 444.432,
68 $arr2 = array(1, 2, 1.2, 2.3333, "col\tor", '\v\fworld', $fp,
86 fclose($fp);
H A Darray_intersect_variation8.phpt23 $fp = fopen(__FILE__, "r");
59 /*10*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
63 'resource' => $fp, "int" => 133, "float" => 444.432,
68 $arr1 = array(1, 2, 1.2, 2.3333, "col\tor", '\v\fworld', $fp,
86 fclose($fp);
/PHP-5.5/ext/gmp/tests/
H A D008.phpt31 $fp = fopen(__FILE__, 'r');
33 var_dump(gmp_div_r($fp, $fp));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_info.phpt65 if (!$fp = fopen($file, 'w'))
69 if (!fwrite($fp, b"100;'a';\n") ||
70 !fwrite($fp, b"101;'b';\n") ||
71 !fwrite($fp, b"102;'c';\n")) {
75 fclose($fp);

Completed in 24 milliseconds

1...<<11121314151617181920>>...37