Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 276 – 300 of 516) sorted by relevance

1...<<1112131415161718192021

/php-src/ext/standard/tests/mail/
H A Dbug51604.phpt18 echo file_get_contents($outFile);
H A Dbug69874_2.phpt19 echo file_get_contents($outFile);
H A Dbug66535.phpt19 echo file_get_contents($outFile);
H A Dmail_variation2.phpt25 echo file_get_contents($outFile);
/php-src/ext/standard/tests/http/
H A Dgh8641.phpt27 $f = file_get_contents($uri, 0, $ctx);
H A Dhttp_response_header_01.phpt19 $f = file_get_contents($uri);
/php-src/tests/basic/
H A Derrorlog_permission.phpt28 printf("errorlog contents\n%s", file_get_contents(LOG_FILENAME));
/php-src/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt21 echo file_get_contents("foo/hi");
38 Warning: file_get_contents(foo/hi): Failed to open stream: No such file or directory in phar://%sph…
H A Dbug13786.phpt17 var_dump(file_get_contents($phar[$i]));
H A Dbug76584.phpt19 echo file_get_contents(__DIR__ . '/76584/76584.txt');
H A Dphar_dotted_path.phpt28 echo file_get_contents($entry)."\n";
/php-src/ext/zip/examples/
H A Dencryption.php47 $text = file_get_contents("zip://$name#$file", false, $ctx);
/php-src/ext/ftp/tests/
H A Dftp_fget_basic1.phpt22 var_dump(file_get_contents($local_file));
H A Dftp_nb_fget_basic1.phpt22 var_dump(file_get_contents($local_file));
H A Dftp_append.phpt24 var_dump(file_get_contents($fooBarPath));
/php-src/ext/standard/tests/file/
H A Dstream_rfc2397_005.phpt22 var_dump(@file_get_contents($stream));
H A Dbug37158.phpt28 $outsidecontents = file_get_contents($file);
/php-src/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt56 echo file_get_contents($filename);
59 echo file_get_contents($filename);
62 echo file_get_contents($filename);
/php-src/ext/phar/tests/zip/
H A Dunixzip.phpt13 echo file_get_contents($b->getPathName()), "\n";
/php-src/ext/standard/tests/strings/
H A Dfprintf_variation_008.phpt27 print_r(file_get_contents($data_file));
H A Dfprintf_variation_008_64bit.phpt27 print_r(file_get_contents($data_file));
H A Dvfprintf_basic4.phpt31 print_r(file_get_contents($data_file));
H A Dvfprintf_basic5.phpt31 print_r(file_get_contents($data_file));
H A Dvfprintf_basic6.phpt31 print_r(file_get_contents($data_file));
H A Dvfprintf_basic8.phpt31 print_r(file_get_contents($data_file));

Completed in 18 milliseconds

1...<<1112131415161718192021