Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 376 – 400 of 516) sorted by relevance

1...<<1112131415161718192021

/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_2.phpt38 var_dump(file_get_contents($fn));
H A Dtest_long_path_1.phpt35 var_dump(file_get_contents($p7));
H A Dtest_long_path_mkdir.phpt44 var_dump(file_get_contents($p7));
H A Dtest_cp1250_to_utf8_5.phpt35 var_dump(file_get_contents($fn));
/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation5.phpt37 $line = file_get_contents($filename);
H A D004.phpt11 echo file_put_contents("TEST1", file_get_contents(__FILE__)) !== FALSE ? 'OK' : 'FAIL';
H A Dfile_put_contents_variation6.phpt37 $line = file_get_contents($filename);
H A Dmove_uploaded_file_basic.phpt30 $file_contents = file_get_contents($destination1);
/php-src/ext/curl/tests/responder/
H A Dget.inc8 var_dump(file_get_contents('php://input'));
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_unicode_error.phpt10 Dom\HTMLDocument::createFromString(file_get_contents(__DIR__."/utf16le_error.html"));
/php-src/ext/gmp/tests/
H A Dgmp_setbit_long.phpt13 $s = file_get_contents("/proc/meminfo");
/php-src/ext/openssl/tests/
H A Dopenssl_x509_export_basic.phpt9 $a = file_get_contents($cert_file);
H A Dstreams_crypto_method.phpt51 echo file_get_contents($serverUri, false, $clientCtx);
H A Dbug28382.phpt7 $cert = file_get_contents(__DIR__ . "/bug28382cert.txt");
H A Dopenssl_csr_get_subject_basic.phpt39 $csr_file = file_get_contents(__DIR__ . '/cert.csr');
/php-src/ext/phar/tests/tar/
H A Dbug71317-duplicate-filename.phpt29 $fileContent = file_get_contents($testDirectory . '/file2.txt');
/php-src/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt14 $XMLStringGood = file_get_contents(__DIR__.'/note.xml');
/php-src/ext/date/tests/
H A Dunserialize-test.phpt15 $s = file_get_contents(__DIR__ . "/{$file}");
/php-src/scripts/dev/
H A Dbless_tests.php21 $phpt = file_get_contents($path);
22 $out = file_get_contents($outPath);
H A Dtidy.php65 $origCode = $code = file_get_contents($path);
/php-src/ext/exif/tests/
H A Dgh10834.phpt22 $this->data = file_get_contents(__DIR__.'/bug50845.jpg');
/php-src/sapi/fpm/tests/
H A Drequest_parse_body_multipart.phpt31 $file_content = file_get_contents($file_path);
/php-src/ext/phar/tests/
H A D019c.phpt41 var_dump(file_get_contents($phar . $entry));
H A Dbug79912.phpt19 var_dump(file_get_contents(__DIR__ . "/bug79912/test.txt")); //the extracted file in the folder sho…
/php-src/sapi/phpdbg/
H A Dcreate-test.php134 $testdata .= "\n--FILE--\n".file_get_contents($file);

Completed in 21 milliseconds

1...<<1112131415161718192021