Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 251 – 275 of 371) sorted by relevance

1...<<1112131415

/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents_variation4.phpt41 $line = file_get_contents($filename);
H A D004.phpt11 echo file_put_contents("TEST1", file_get_contents(__FILE__)) !== FALSE ? 'OK' : 'FAIL';
H A Dfwrite.phpt27 var_dump(file_get_contents($filename));
H A Dfgets_socket_variation2.phpt39 $data = file_get_contents($filename);
H A Dfile_put_contents_variation6.phpt45 $line = file_get_contents($filename);
H A Dbug60120.phpt22 $cmd = 'php -r "fwrite(STDOUT, $in = file_get_contents(\'php://stdin\')); fwrite(STDERR, $in);"';
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic3.phpt50 print_r(file_get_contents($data_file));
H A Dvfprintf_basic9.phpt47 print_r(file_get_contents($data_file));
/PHP-5.5/ext/phar/tests/
H A Dcached_manifest_1.phpt13 var_dump(file_get_contents($pname . '/b/c.php'));
H A Dcached_manifest_1U.phpt13 var_dump(file_get_contents($pname . '/b/c.php'));
H A D019c.phpt44 var_dump(file_get_contents($phar . $entry));
H A D019cU.phpt44 var_dump(file_get_contents($phar . $entry));
H A Dphar_setsignaturealgo2.phpt39 $private = openssl_get_privatekey(file_get_contents(dirname(__FILE__) . '/files/private.pem'));
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_sid_001.phpt31 return @file_get_contents($this->path . $id);
H A Dsession_set_save_handler_sid_002.phpt31 return @file_get_contents($this->path . $id);
H A Dsession_set_save_handler_class_016.phpt37 return @file_get_contents($this->path . $id);
H A Dsession_set_save_handler_class_017.phpt37 return @file_get_contents($this->path . $id);
H A Dsession_set_save_handler_iface_003.phpt37 return @file_get_contents($this->path . $id);
H A Dsession_set_save_handler_iface_001.phpt37 return @file_get_contents($this->path . $id);
H A Dsession_set_save_handler_class_002.phpt37 return @file_get_contents($this->path . $id);
/PHP-5.5/ext/phar/
H A Dmakestub.php2 $s = str_replace("\r", '', file_get_contents(dirname(__FILE__) . '/shortarc.php'));
/PHP-5.5/ext/openssl/tests/
H A Dbug28382.phpt10 $cert = file_get_contents(dirname(__FILE__) . "/bug28382cert.txt");
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_003.phpt27 echo file_get_contents($alias . '/internal/file/here');
/PHP-5.5/ext/oci8/tests/
H A Dbind_long.phpt23 $filetxt = file_get_contents( dirname(__FILE__)."/test.txt");
/PHP-5.5/tests/basic/
H A Drfc1867_max_file_uploads_empty_files_debug.phpt37 var_dump(file_get_contents($_FILES["file1"]["tmp_name"]));

Completed in 34 milliseconds

1...<<1112131415