Home
last modified time | relevance | path

Searched refs:fp (Results 76 – 100 of 909) sorted by last modified time

12345678910>>...37

/PHP-5.5/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
H A Dxml_set_unparsed_entity_decl_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
H A Dxml003.phpt61 if (!($fp = @fopen("xmltest.xml", "r"))) {
65 while ($data = fread($fp, 4096)) {
66 if (!xml_parse($xml_parser, $data, feof($fp))) {
H A Dxml_get_current_byte_index_variation1.phpt31 $fp = fopen(__FILE__, "r");
78 $fp,
94 fclose($fp);
H A Dxml_get_current_column_number_variation1.phpt32 $fp = fopen(__FILE__, "r");
79 $fp,
95 fclose($fp);
H A Dxml_parse_into_struct_variation1.phpt32 $fp = fopen(__FILE__, "r");
79 $fp,
95 fclose($fp);
H A Dxml_parse_variation1.phpt33 $fp = fopen(__FILE__, "r");
80 $fp,
96 fclose($fp);
H A Dxml_parser_set_option_variation1.phpt32 $fp = fopen(__FILE__, "r");
79 $fp,
95 fclose($fp);
H A Dxml_parser_set_option_variation3.phpt34 $fp = fopen(__FILE__, "r");
81 $fp,
97 fclose($fp);
H A Dxml_set_character_data_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
H A Dxml001.phpt20 if (!($fp = @fopen("xmltest.xml", "r"))) {
24 while ($data = fread($fp, 4096)) {
25 if (!xml_parse($xml_parser, $data, feof($fp))) {
H A Dxml002.phpt62 if (!($fp = @fopen("xmltest.xml", "r"))) {
66 while ($data = fread($fp, 4096)) {
67 if (!xml_parse($xml_parser, $data, feof($fp))) {
H A Dxml004.phpt12 $fp = fopen("xmltest.xml", "r");
13 while ($data = fread($fp, 4096)) {
14 xml_parse($xp, $data, feof($fp));
20 $fp = fopen("xmltest.xml", "r");
21 while ($data = fread($fp, 4096)) {
22 xml_parse($xp, $data, feof($fp));
H A Dxml_closures_001.phpt28 $fp = fopen("xmltest.xml", "r");
29 while ($data = fread($fp, 4096)) {
30 xml_parse($xp, $data, feof($fp));
H A Dxml_get_current_line_number_variation1.phpt31 $fp = fopen(__FILE__, "r");
78 $fp,
94 fclose($fp);
H A Dxml_get_error_code_variation1.phpt31 $fp = fopen(__FILE__, "r");
78 $fp,
94 fclose($fp);
H A Dxml_parser_create_ns_variation1.phpt31 $fp = fopen(__FILE__, "r");
82 $fp,
102 fclose($fp);
H A Dxml_parser_create_variation1.phpt31 $fp = fopen(__FILE__, "r");
82 $fp,
102 fclose($fp);
H A Dxml_parser_free_variation1.phpt31 $fp = fopen(__FILE__, "r");
78 $fp,
94 fclose($fp);
H A Dxml_parser_get_option_variation1.phpt32 $fp = fopen(__FILE__, "r");
79 $fp,
95 fclose($fp);
H A Dxml_parser_get_option_variation2.phpt32 $fp = fopen(__FILE__, "r");
77 $fp,
93 fclose($fp);
H A Dxml_set_default_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
H A Dxml_set_element_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
H A Dxml_set_end_namespace_decl_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation1.phpt33 $fp = fopen(__FILE__, 'r');
76 $fp,
90 fclose($fp);

Completed in 139 milliseconds

12345678910>>...37