Home
last modified time | relevance | path

Searched refs:fp (Results 251 – 275 of 578) sorted by relevance

1...<<11121314151617181920>>...24

/php-src/ext/standard/tests/math/
H A Dpow_variation2.phpt12 $fp = fopen(__FILE__, "r");
50 $fp,
61 fclose($fp);
H A Dpow_variation1_64bit.phpt16 $fp = fopen(__FILE__, "r");
54 $fp,
65 fclose($fp);
H A Dpow_variation1.phpt17 $fp = fopen(__FILE__, "r");
55 $fp,
66 fclose($fp);
/php-src/ext/pdo/tests/
H A Dbug_34630.phpt28 $fp = tmpfile();
29 fwrite($fp, "I am the LOB data");
30 rewind($fp);
41 $insert->bindValue(':blob', $fp, PDO::PARAM_LOB);
/php-src/ext/curl/tests/
H A Dbug68937.phpt28 function curl_read($ch, $fp, $len) {
29 var_dump($fp);
H A Dbug68937_2.phpt28 function curl_read($ch, $fp, $len) {
29 var_dump($fp);
H A Dserver.inc50 $fp = @fsockopen("tcp://$bound");
57 if ($fp) {
63 if ($fp) {
64 fclose($fp);
/php-src/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt7 $fp = fopen(__DIR__ . "/cert.crt","r");
8 $a = fread($fp,8192);
9 fclose($fp);
/php-src/ext/standard/tests/array/
H A Darray_unique_variation4.phpt17 $fp = fopen(__FILE__, "r");
44 /*8*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp, new classA(), $fp),
55 fclose($fp);
H A Darray_count_values_variation.phpt19 $fp = fopen("array_count_file", "w+");
21 $arrays = array ("bobk" => "bobv", "val", 6 => "val6", $fp, $ob);
H A Darray_fill_keys_variation1.phpt9 $fp = fopen(__FILE__, "r");
28 $mixedArray = array($fp, $obj, $simpleStr, $emptyArr, 2, $bool, $float);
31 fclose($fp);
/php-src/ext/fileinfo/tests/
H A Dfinfo_close_error.phpt10 $fp = fopen( __FILE__, 'r' );
12 var_dump( finfo_close( $fp ) );
/php-src/ext/standard/tests/file/
H A Dfputcsv_002.phpt10 $fp = fopen($file, 'w');
12 fputcsv($fp, $data);
H A Dfgetcsv.phpt33 $fp = fopen($file, "w");
34 fwrite($fp, $v);
35 fclose($fp);
H A Dreadfile_variation3.phpt19 $fp = fopen($filename, "w");
20 fill_file($fp, "text_with_new_line", 50);
21 fclose($fp);
H A Dsymlink_link_linkinfo_is_link_variation5.phpt27 $fp = fopen($filename, "w");
29 fwrite($fp, $data);
30 fclose($fp);
/php-src/ext/opcache/jit/ir/
H A Dir_perf.c254 static FILE *fp = NULL; in ir_perf_map_register() local
256 if (!fp) { in ir_perf_map_register()
260 fp = fopen(filename, "w"); in ir_perf_map_register()
261 if (!fp) { in ir_perf_map_register()
264 setlinebuf(fp); in ir_perf_map_register()
266 fprintf(fp, "%zx %zx %s\n", (size_t)(uintptr_t)start, size, name); in ir_perf_map_register()
/php-src/ext/gmp/tests/
H A Dgmp_div_q.phpt29 $fp = fopen(__FILE__, 'r');
32 var_dump(gmp_div_q($fp, $fp));
H A Dgmp_div_r.phpt29 $fp = fopen(__FILE__, 'r');
32 var_dump(gmp_div_r($fp, $fp));
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.inc47 $fp = fsockopen("tcp://$bound");
54 if ($fp) {
60 if ($fp) {
61 fclose($fp);
/php-src/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt12 var_dump($fp = fopen(__FILE__, "r"));
14 var_dump( readdir($fp) );
/php-src/Zend/tests/
H A Dbug41421.phpt17 $fp = fopen("wrap://...", "r");
18 feof($fp);
/php-src/ext/mysqli/tests/
H A Dmysqli_info.phpt56 if (!$fp = fopen($file, 'w'))
60 if (!fwrite($fp, "100;'a';\n") ||
61 !fwrite($fp, "101;'b';\n") ||
62 !fwrite($fp, "102;'c';\n")) {
66 fclose($fp);
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv.phpt43 $fp = fopen($file, "r");
45 while($l=fgetcsv($fp))
49 fclose($fp);
/php-src/ext/spl/tests/
H A Dbug62978.phpt23 $fp = fopen(__FILE__, 'r');
24 var_dump($a[$fp]);
26 fclose($fp);

Completed in 38 milliseconds

1...<<11121314151617181920>>...24