Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 17 of 17) sorted by relevance

/PHP-7.1/scripts/dev/generate-phpt/tests/
H A DgtVariationTestCaseFunctionTest.php19 $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 DgtBasicTestCaseFunctionTest.php20 $fs = $btc->toString();
21 $this->assertTrue(is_string($fs));
H A DgtErrorTestCaseFunctionTest.php22 $fs = $btc->toString();
23 $this->assertTrue(is_string($fs));
H A DgtVariationTestCaseMethodTest.php21 $fs = $vtc->toString();
23 $this->assertTrue(is_string($fs));
H A DgtBasicTestCaseMethodTest.php23 $fs = $btc->toString();
24 $this->assertTrue(is_string($fs));
H A DgtErrorTestCaseMethodTest.php26 $fs = $btc->toString();
27 $this->assertTrue(is_string($fs));
/PHP-7.1/ext/ftp/tests/
H A Dserver.inc40 fputs($fs, "I am passive.\r\n");
51 fputs($fs, "\r\n");
54 fclose($fs);
256 fclose($fs);
295 $fs=$pasvs;
308 fclose($fs);
375 fputs($fs, "Bar\r\n");
382 fputs($fs, "X");
384 fputs($fs, "Y");
403 if(isset($fs))
[all …]
/PHP-7.1/ext/simplexml/tests/
H A Dbug67116.phpt21 <fs><f id="f"></f><f id="f"></f></fs>
67 [fs] => SimpleXMLElement Object
/PHP-7.1/ext/spl/tests/
H A Dclass_implements_variation.phpt14 class fs {}
15 var_dump(class_implements(new fs));
16 var_dump(class_implements('fs'));
H A Dclass_uses_variation.phpt14 class fs {}
15 var_dump(class_uses(new fs));
16 var_dump(class_uses('fs'));
/PHP-7.1/win32/build/
H A Dmkdist.php410 $fs = $source . '/' . $f;
412 if (is_dir($fs)) {
413 copy_dir($fs, $fd);
415 copy($fs, $fd);
/PHP-7.1/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs)
/PHP-7.1/
H A Drun-tests.php1014 $fs = fsockopen($host, $port, $errno, $errstr, 10);
1016 if (!$fs) {
1023 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
1024 fwrite($fs, "Host: " . $host . "\r\n");
1025 fwrite($fs, "User-Agent: QA Browser 0.1\r\n");
1026 fwrite($fs, "Content-Type: application/x-www-form-urlencoded\r\n");
1027 fwrite($fs, "Content-Length: " . $data_length . "\r\n\r\n");
1028 fwrite($fs, $data);
1029 fwrite($fs, "\r\n\r\n");
1030 fclose($fs);
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt144 printf("stop: time limit - %2.2fs\n", $max_runtime);
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c117 #define FS(fs) ((fs) << 21) argument
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic5942 24 belong 60012 new-fs dump file (big endian),
5945 24 belong 60011 old-fs dump file (big endian),
5948 24 lelong 60012 new-fs dump file (little endian),
5951 24 lelong 60011 old-fs dump file (little endian),
5955 24 belong 0x19540119 new-fs dump file (ufs2, big endian),
5958 24 lelong 0x19540119 new-fs dump file (ufs2, little endian),
5961 18 leshort 60011 old-fs dump file (16-bit, assuming PDP-11 endianness),
8236 # General flags for any ext* fs
8790 # See linux/fs/jfs/jfs_superblock.h for layout; see jfs_filsys.h for flags.
8853 # Linux kernel sources: fs/ubifs/ubifs-media.h
[all …]
H A Dmagic私はガラスを食べられます5942 24 belong 60012 new-fs dump file (big endian),
5945 24 belong 60011 old-fs dump file (big endian),
5948 24 lelong 60012 new-fs dump file (little endian),
5951 24 lelong 60011 old-fs dump file (little endian),
5955 24 belong 0x19540119 new-fs dump file (ufs2, big endian),
5958 24 lelong 0x19540119 new-fs dump file (ufs2, little endian),
5961 18 leshort 60011 old-fs dump file (16-bit, assuming PDP-11 endianness),
8236 # General flags for any ext* fs
8790 # See linux/fs/jfs/jfs_superblock.h for layout; see jfs_filsys.h for flags.
8853 # Linux kernel sources: fs/ubifs/ubifs-media.h
[all …]

Completed in 153 milliseconds