Home
last modified time | relevance | path

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

/PHP-5.3/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-5.3/ext/ftp/tests/
H A Dserver.inc34 $fs = stream_socket_accept($soc, 3);
39 fputs($fs, "I am passive.\r\n");
50 fputs($fs, "\r\n");
53 fclose($fs);
233 $data = stream_get_contents($fs);
248 fclose($fs);
291 fclose($fs);
352 fputs($fs, $transfer_type."FooBar\r\n");
358 fputs($fs, "Bar\r\n");
365 if(isset($fs))
[all …]
/PHP-5.3/ext/spl/tests/
H A Dclass_implements_variation.phpt14 class fs {}
15 var_dump(class_implements(new fs));
16 var_dump(class_implements('fs'));
/PHP-5.3/win32/build/
H A Dmkdist.php366 $fs = $source . '/' . $f;
368 if (is_dir($fs)) {
369 copy_dir($fs, $fd);
371 copy($fs, $fd);
/PHP-5.3/
H A Drun-tests.php982 $fs = fsockopen($host, $port, $errno, $errstr, 10);
984 if (!$fs) {
991 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
992 fwrite($fs, "Host: " . $host . "\r\n");
993 fwrite($fs, "User-Agent: QA Browser 0.1\r\n");
994 fwrite($fs, "Content-Type: application/x-www-form-urlencoded\r\n");
995 fwrite($fs, "Content-Length: " . $data_length . "\r\n\r\n");
996 fwrite($fs, $data);
997 fwrite($fs, "\r\n\r\n");
998 fclose($fs);
/PHP-5.3/ext/zip/lib/
H A Dzip_close.c444 copy_data(FILE *fs, off_t len, FILE *ft, struct zip_error *error) in copy_data() argument
454 if ((n=fread(buf, 1, nn, fs)) < 0) { in copy_data()
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt142 printf("stop: time limit - %2.2fs\n", $max_runtime);
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic4621 24 belong 60012 new-fs dump file (big endian),
4640 24 belong 60011 old-fs dump file (big endian),
4659 24 lelong 60012 new-fs dump file (little endian),
4678 24 lelong 60011 old-fs dump file (little endian),
4697 18 leshort 60011 old-fs dump file (16-bit, assuming PDP-11 endianness),
4709 24 belong 0x19540119 new-fs dump file (ufs2, big endian),
4728 24 lelong 0x19540119 new-fs dump file (ufs2, little endian),
6383 # General flags for any ext* fs
6774 # See linux/fs/jfs/jfs_superblock.h for layout; see jfs_filsys.h for flags.
12949 0 string SVN-fs-dump-format-version: Subversion dumpfile

Completed in 51 milliseconds