Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 176 – 200 of 371) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/xmlwriter/tests/
H A DOO_005.phpt25 echo file_get_contents($doc_dest);
H A DOO_006.phpt22 echo file_get_contents($doc_dest);
/PHP-5.5/ext/ftp/tests/
H A Dftp_nb_fget_basic2.phpt23 var_dump(file_get_contents($local_file));
H A Dftp_nb_fget_basic3.phpt23 var_dump(file_get_contents($local_file));
H A Dftp_fget_basic2.phpt23 var_dump(file_get_contents($local_file));
H A Dftp_fget_basic3.phpt23 var_dump(file_get_contents($local_file));
H A Dftp_fget_basic1.phpt23 var_dump(file_get_contents($local_file));
H A Dftp_nb_fget_basic1.phpt23 var_dump(file_get_contents($local_file));
/PHP-5.5/ext/phar/tests/cache_list/
H A Dcopyonwrite4a.phpt13 …s('phar://' . dirname(__FILE__) . '/files/write4.phar/testit.txt'), file_get_contents('phar://' . …
/PHP-5.5/ext/dom/tests/
H A DDOMNode_C14NFile_basic.phpt28 $content = file_get_contents($output);
/PHP-5.5/ext/wddx/tests/
H A D001-64bit.phpt11 var_dump(wddx_deserialize(file_get_contents("{$path}/wddx.xml")));
H A D001.phpt11 var_dump(wddx_deserialize(file_get_contents("{$path}/wddx.xml")));
/PHP-5.5/ext/standard/tests/strings/
H A Dfprintf_variation_004.phpt29 print_r(file_get_contents($data_file));
H A Dfprintf_variation_003_64bit.phpt30 print_r(file_get_contents($data_file));
H A Dfprintf_variation_005.phpt29 print_r(file_get_contents($data_file));
H A Dfprintf_variation_006.phpt30 print_r(file_get_contents($data_file));
H A Dfprintf_variation_006_64bit.phpt30 print_r(file_get_contents($data_file));
H A Dfprintf_variation_003.phpt30 print_r(file_get_contents($data_file));
H A Dfprintf_variation_007.phpt30 print_r(file_get_contents($data_file));
/PHP-5.5/ext/standard/tests/file/
H A Dstream_rfc2397_005.phpt22 var_dump(@file_get_contents($stream));
H A Dbug37158.phpt29 $outsidecontents = file_get_contents($file);
/PHP-5.5/ext/curl/tests/
H A Dcurl_reset.phpt32 echo file_get_contents($test_file);
/PHP-5.5/ext/phar/tests/
H A Dphar_dotted_path.phpt28 echo file_get_contents($entry)."\n";
H A Dbug13786.phpt17 var_dump(file_get_contents($phar[$i]));
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt17 $services = file_get_contents($file);

Completed in 27 milliseconds

12345678910>>...15