Home
last modified time | relevance | path

Searched refs:fp (Results 401 – 425 of 578) sorted by relevance

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

/php-src/ext/standard/tests/array/
H A Darray_reverse_variation4.phpt17 $fp = fopen(__FILE__, "r");
48 array(@$unset_var => "hello", $fp => 'resource'),
51 /*11*/ array('hello' => 1, "fruit" => 2.2, $fp => 'resource', 133 => "int", @$unset_var => "unset",…
70 fclose($fp);
H A Darray_merge_variation3.phpt33 $fp = fopen(__FILE__, "r");
102 $fp
115 fclose($fp);
/php-src/ext/dba/libcdb/
H A Dcdb_make.h50 php_stream * fp; member
/php-src/ext/curl/
H A Dinterface.c172 ch->handlers.read->fp = 0; in _php_curl_verify_handlers()
199 ch->handlers.write->fp = 0; in _php_curl_verify_handlers()
767 if (read_handler->fp) { in curl_read()
1191 ch->handlers.write->fp = source->handlers.write->fp; in _php_setup_easy_copy_handlers()
1192 ch->handlers.write_header->fp = source->handlers.write_header->fp; in _php_setup_easy_copy_handlers()
1193 ch->handlers.read->fp = source->handlers.read->fp; in _php_setup_easy_copy_handlers()
1906 FILE *fp = NULL; in _php_curl_setopt() local
1919 if (!fp) { in _php_curl_setopt()
1936 ch->handlers.write->fp = fp; in _php_curl_setopt()
1954 ch->handlers.write_header->fp = fp; in _php_curl_setopt()
[all …]
/php-src/Zend/tests/
H A Dstrict_002.phpt15 $fp = fopen(__FILE__, 'r');
H A Doffset_string.phpt27 $fp = fopen(__FILE__, "r");
29 var_dump($str[$fp]);
/php-src/ext/dba/libflatfile/
H A Dflatfile.h28 php_stream *fp; member
/php-src/ext/standard/tests/math/
H A Doctdec_variation1.phpt16 $fp = fopen(__FILE__, "r");
51 /*26*/ $fp
65 fclose($fp);
/php-src/ext/standard/tests/general_functions/
H A Dfloatval.phpt51 $fp = fopen (__FILE__, "r");
52 fclose($fp);
60 $fp, // resource
H A Dis_scalar.phpt65 $fp = fopen(__FILE__, "r");
78 $fp, // resources
107 fclose($fp);
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt44 if (!$fp = fopen($trace_file, 'w')) {
48 if (!fwrite($fp, 'mysqli_debug.phpt test line'))
50 fclose($fp);
/php-src/ext/standard/tests/file/
H A Dlstat_stat_variation6.phpt30 $fp = fopen($file_name, "w"); // temp file
31 fclose($fp);
H A Drename_variation.phpt32 $fp = fopen("$file_path/rename_variation/rename_variation.tmp", "w");
33 fclose($fp);
H A Dsymlink_link_linkinfo_is_link_error1.phpt13 $fp = fopen($filename, "w"); // create temp file
14 fclose($fp);
H A Dis_executable_variation1.phpt20 $fp = fopen("$file_path/is_executable_variation1/bar.tmp", "w");
21 fclose($fp);
H A Dis_readable_variation1.phpt18 $fp = fopen("$file_path/is_readable_variation1/bar.tmp", "w");
19 fclose($fp);
H A Drename_variation-win32.phpt35 $fp = fopen("$file_path/rename_variation/rename_variation.tmp", "w");
36 fclose($fp);
H A Dunlink_error-win32-mb.phpt17 $fp = fopen($filename, "w"); // create file
18 fclose($fp);
H A Dunlink_error-win32.phpt15 $fp = fopen($filename, "w"); // create file
16 fclose($fp);
H A Dunlink_error.phpt15 $fp = fopen($filename, "w"); // create file
16 fclose($fp);
/php-src/Zend/asm/
H A Dmake_arm64_aapcs_pe_armasm.asm97 stp fp, lr, [sp, #-0x10]!
98 mov fp, sp
/php-src/ext/standard/tests/network/
H A Dbindto.phpt10 $fp = stream_socket_client(
/php-src/ext/json/tests/
H A Djson_encode_basic.phpt12 $fp = fopen(__FILE__, "r");
68 $fp,
/php-src/ext/gmp/tests/
H A Dgmp_strval.phpt19 $fp = fopen(__FILE__, "r");
21 var_dump(gmp_strval($fp));
/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation2.phpt19 $fp = fopen(__FILE__, "r");
68 $fp

Completed in 101 milliseconds

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