Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 226 – 250 of 371) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/standard/tests/strings/
H A Dfprintf_variation_002.phpt35 print_r(file_get_contents($data_file));
H A Dfprintf_variation_009.phpt35 print_r(file_get_contents($data_file));
H A Dvfprintf_basic5.phpt36 print_r(file_get_contents($data_file));
H A Dvfprintf_basic6.phpt37 print_r(file_get_contents($data_file));
H A Dvfprintf_basic2.phpt40 print_r(file_get_contents($data_file));
H A Dvfprintf_basic4.phpt36 print_r(file_get_contents($data_file));
H A Dvfprintf_basic1.phpt35 print_r(file_get_contents($data_file));
H A Dvfprintf_basic7.phpt40 print_r(file_get_contents($data_file));
H A Dvfprintf_basic7_64bit.phpt40 print_r(file_get_contents($data_file));
/PHP-5.5/ext/zlib/tests/
H A Dbug_40189.phpt18 var_dump(file_get_contents(dirname(__FILE__) . '/test.other'));
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_log.phpt35 echo file_get_contents($logfile);
H A Dmail_variation2.phpt31 echo file_get_contents($outFile);
H A Dbug69874_2.phpt30 echo file_get_contents($outFile);
H A Dbug66535.phpt30 echo file_get_contents($outFile);
H A Dmail_basic2.phpt35 echo file_get_contents($outFile);
/PHP-5.5/ext/pspell/tests/
H A D005.phpt31 var_dump(strpos(file_get_contents("$wordlist.tmp"), 'ola') !== FALSE);
/PHP-5.5/ext/dom/tests/
H A Ddom_xinclude.phpt12 $data = file_get_contents(dirname(__FILE__)."/xinclude.xml");
H A DDOMDocument_validate_on_parse_variation.phpt16 $XMLStringGood = file_get_contents(dirname(__FILE__).'/note.xml');
/PHP-5.5/ext/oci8/tests/
H A Dlob_012.phpt40 var_dump(file_get_contents(dirname(__FILE__)."/lob_012.tmp"));
/PHP-5.5/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt40 $sOutput = file_get_contents($sWriteFile);
/PHP-5.5/ext/dba/tests/
H A Ddba_db4_003.phpt30 $s = file_get_contents($db_filename);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt61 $trace = file_get_contents($trace_file);
73 if (!strstr(file_get_contents($trace_file), $trace))
/PHP-5.5/ext/phar/tests/
H A Dcreate_path_error.phpt20 var_dump(file_get_contents($pname . '/a.php'));
21 var_dump(file_get_contents($pname . '/b.php'));
H A Dpharfileinfo_getcrc32.phpt35 $a = file_get_contents($pname . '/a/subdir/here');
/PHP-5.5/ext/session/tests/
H A Dsave_handler.inc23 return (string) @file_get_contents($session_file);

Completed in 27 milliseconds

12345678910>>...15