Searched refs:fs (Results 1 – 17 of 17) sorted by relevance
/PHP-5.6/scripts/dev/generate-phpt/tests/ |
H A D | gtVariationTestCaseFunctionTest.php | 19 $fs = $vtc->toString(); 20 $this->assertTrue(is_string($fs)); 37 $fs = $vtc->toString(); 38 $this->assertTrue(is_string($fs)); 54 $fs = $vtc->toString(); 55 $this->assertTrue(is_string($fs));
|
H A D | gtBasicTestCaseFunctionTest.php | 20 $fs = $btc->toString(); 21 $this->assertTrue(is_string($fs));
|
H A D | gtErrorTestCaseFunctionTest.php | 22 $fs = $btc->toString(); 23 $this->assertTrue(is_string($fs));
|
H A D | gtVariationTestCaseMethodTest.php | 21 $fs = $vtc->toString(); 23 $this->assertTrue(is_string($fs));
|
H A D | gtBasicTestCaseMethodTest.php | 23 $fs = $btc->toString(); 24 $this->assertTrue(is_string($fs));
|
H A D | gtErrorTestCaseMethodTest.php | 26 $fs = $btc->toString(); 27 $this->assertTrue(is_string($fs));
|
/PHP-5.6/ext/ftp/tests/ |
H A D | server.inc | 39 fputs($fs, "I am passive.\r\n"); 50 fputs($fs, "\r\n"); 53 fclose($fs); 255 fclose($fs); 294 $fs=$pasvs; 307 fclose($fs); 374 fputs($fs, "Bar\r\n"); 381 fputs($fs, "X"); 383 fputs($fs, "Y"); 398 if(isset($fs)) [all …]
|
/PHP-5.6/ext/simplexml/tests/ |
H A D | bug67116.phpt | 21 <fs><f id="f"></f><f id="f"></f></fs> 67 [fs] => SimpleXMLElement Object
|
/PHP-5.6/ext/spl/tests/ |
H A D | class_implements_variation.phpt | 14 class fs {} 15 var_dump(class_implements(new fs)); 16 var_dump(class_implements('fs'));
|
H A D | class_uses_variation.phpt | 14 class fs {} 15 var_dump(class_uses(new fs)); 16 var_dump(class_uses('fs'));
|
/PHP-5.6/win32/build/ |
H A D | mkdist.php | 376 $fs = $source . '/' . $f; 378 if (is_dir($fs)) { 379 copy_dir($fs, $fd); 381 copy($fs, $fd);
|
/PHP-5.6/ext/date/tests/ |
H A D | rfc-datetime_and_daylight_saving_time-type3-fs.phpt | 2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs)
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_close.c | 455 copy_data(FILE *fs, zip_uint64_t len, FILE *ft, struct zip_error *error) in copy_data() argument 465 if ((n=fread(buf, 1, nn, fs)) == 0) { in copy_data() 466 if (ferror(fs)) { in copy_data()
|
/PHP-5.6/ |
H A D | run-tests.php | 1002 $fs = fsockopen($host, $port, $errno, $errstr, 10); 1004 if (!$fs) { 1011 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n"); 1012 fwrite($fs, "Host: " . $host . "\r\n"); 1013 fwrite($fs, "User-Agent: QA Browser 0.1\r\n"); 1014 fwrite($fs, "Content-Type: application/x-www-form-urlencoded\r\n"); 1015 fwrite($fs, "Content-Length: " . $data_length . "\r\n\r\n"); 1016 fwrite($fs, $data); 1017 fwrite($fs, "\r\n\r\n"); 1018 fclose($fs);
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_fetch_array_large.phpt | 144 printf("stop: time limit - %2.2fs\n", $max_runtime);
|
/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativePPC_common.c | 117 #define FS(fs) ((fs) << 21) argument
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 5591 24 belong 60012 new-fs dump file (big endian), 5594 24 belong 60011 old-fs dump file (big endian), 5597 24 lelong 60012 new-fs dump file (little endian), 5600 24 lelong 60011 old-fs dump file (little endian), 5604 24 belong 0x19540119 new-fs dump file (ufs2, big endian), 5607 24 lelong 0x19540119 new-fs dump file (ufs2, little endian), 5610 18 leshort 60011 old-fs dump file (16-bit, assuming PDP-11 endianness), 7797 # General flags for any ext* fs 8338 # See linux/fs/jfs/jfs_superblock.h for layout; see jfs_filsys.h for flags. 16303 0 string SVN-fs-dump-format-version: Subversion dumpfile
|
Completed in 76 milliseconds