Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 195) sorted by last modified time

12345678

/PHP-5.5/win32/build/
H A Dphpize.js.in44 var F = FSO.OpenTextFile(filename, 1);
46 if (!F.AtEndOfStream) {
47 t = F.ReadAll();
48 F.Close();
H A DMakefile109 @for %D in (_x $(EXT_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
110 @for %D in (_x $(PECL_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
111 @for %D in (_x $(SAPI_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
112 -@del /F /Q $(BUILD_DIR)\$(PHPDLL)
117 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
119 …-@del /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.manifest $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUI…
H A DMakefile.phpize26 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
27 …-@del /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DI…
H A Dbuildconf.js34 var F = FSO.OpenTextFile(filename, 1);
35 var t = F.ReadAll();
36 F.Close();
/PHP-5.5/tests/strings/
H A D001.phpt96 $correct = '%20%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
116 $correct = '+%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
/PHP-5.5/tests/lang/
H A D011.phpt5 function F()
16 echo F();
H A D012.phpt5 function F () {
13 echo F();
H A D014.phpt5 function F ($a) {
10 F("echo \"Hello\";");
H A D023.phpt21 …echo "Limor Ullmann is getting married on ".($wedding_date=date("l, F dS, Y",$wedding_timestamp)).…
H A D032.phpt20 class F extends D {
/PHP-5.5/sapi/cli/tests/
H A D010.phpt2 executing a file with -F
32 var_dump(`cat "$filename_txt" | "$php" -n -F "$filename"`);
H A D012.phpt10 var_dump(`"$php" -n -F some.php -F some.php`);
11 var_dump(`"$php" -n -F some.php -R some.php`);
12 var_dump(`"$php" -n -R some.php -F some.php`);
22 string(32) "You can use -R or -F only once.
24 string(32) "You can use -R or -F only once.
26 string(32) "You can use -R or -F only once.
28 string(32) "You can use -R or -F only once.
/PHP-5.5/ext/xml/
H A Dxml.mak106 @echo Building Dependencies for $(<F)
110 @echo Building Dependencies for $(<F)
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt41 <wddxPacket version='1.0'><header/><data><string>F</string></data></wddxPacket>
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re220 } else if (**p >= 'A' && **p <= 'F') {
/PHP-5.5/ext/standard/tests/url/
H A Dbug53248.phpt7 var_dump(rawurldecode('%41%31%5F%2D%2E%7E'));
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_basic3.phpt19 $format11 = "%F";
20 $format22 = "%F %F";
21 $format33 = "%F %F %F";
H A Dvsprintf_variation19.phpt20 "% F % F % F",
H A Dvsprintf_variation19_64bit.phpt20 "% F % F % F",
H A Dvsprintf_variation5.phpt21 "%+f %-f %F",
23 "%10.4f %-10.4F %04f %04.4f",
H A Dvprintf_variation5.phpt21 "%+f %-f %F",
23 "%10.4f %-10.4F %04f %04.4f",
H A Dvfprintf_variation19.phpt20 "% F % F % F",
H A Dvfprintf_variation19_64bit.phpt20 "% F % F % F",
H A Dvprintf_basic3.phpt19 $format11 = "%F";
20 $format22 = "%F %F";
21 $format33 = "%F %F %F";
H A Dvfprintf_variation5.phpt21 "%+f %-f %F",
23 "%10.4f %-10.4F %04f %04.4f",

Completed in 67 milliseconds

12345678