Home
last modified time | relevance | path

Searched refs:f (Results 751 – 775 of 928) sorted by relevance

1...<<3132333435363738

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
31 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[17], flags)
/PHP-7.4/appveyor/
H A Dbuild_task.bat21 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL
23 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL
H A Dbuild.bat26 for /f "tokens=*" %%a in ('type %PHP_BUILD_CACHE_SDK_DIR%\VERSION') do set GOT_SDK_VER=%%a
/PHP-7.4/ext/gd/libgd/
H A Dgd.h435 void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
436 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
437 void gdImageString(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color);
438 void gdImageStringUp(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color);
439 void gdImageString16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color);
440 void gdImageStringUp16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color);
/PHP-7.4/ext/spl/tests/
H A Dbug55701.phpt10 function testBaseClass($f) {
13 $f();
26 function testChildClass($f) {
28 $f();
H A Dspl_003.phpt25 class f implements iface1, iface2{}
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c495 static int file_out_fptr(void *f, const char *text, int size) in file_out_fptr() argument
497 fputs(text, (FILE *)f); in file_out_fptr()
502 static int simplestring_out_fptr(void *f, const char *text, int size) in simplestring_out_fptr() argument
504 simplestring* buf = (simplestring*)f; in simplestring_out_fptr()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt213 id = 6, label = f
245 id = 6 label = f
251 string(1) "f"
258 string(1) "f"
/PHP-7.4/ext/session/
H A Dconfig.m427 test -f "$i/include/mm.h" && MM_DIR=$i && break
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_variation8.phpt16 $strings = "<html>hello</html> \tworld... <p>strip_tags_test\v\f</p><?php hello\t wo\rrld?>";
H A Dhtmlspecialchars_decode_variation6.phpt18 "\tHello \$world ".chr(0)."\&!)The big brown fox jumped over the\t\f lazy dog\v\n",
/PHP-7.4/ext/exif/tests/
H A Dbug72627.phpt42 string(5) "f/1.0"
H A Dexif014.phpt39 string(5) "f/8.0"
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt26 $process = proc_open(PHP_BINARY.' -n -f ' . $fl, $descriptorspec, $pipes, NULL, NULL, array("blocki…
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation6.phpt106 string(1) "f"
122 string(1) "f"
138 string(1) "f"
154 string(1) "f"
170 string(1) "f"
186 string(1) "f"
202 string(1) "f"
218 string(1) "f"
234 string(1) "f"
250 string(1) "f"
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dkrsort_variation5.phpt23 "\f" => "\f", "\n" =>"\n", "\r" => "\r", "\t" => "\t", "\xhh" => "\xhh",
H A Dksort_variation5.phpt23 "\f" => "\f", "\n" =>"\n", "\r" => "\r", "\t" => "\t", "\xhh" => "\xhh",
H A Darray_pad_variation6.phpt56 … array("a\v\f", "aaaa\r", "b\tbbb", "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted strings
57 … array('a\v\f', 'aaaa\r', 'b\tbbb', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted strings
274 string(5) "a\v\f"
292 string(5) "a\v\f"
H A Darray_slice.phpt14 … array("f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
966 ["f"]=>
1020 ["f"]=>
1030 ["f"]=>
1082 ["f"]=>
1092 ["f"]=>
H A Darray_pop_variation.phpt15 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt10 function __construct($s, $i, $f) {
13 $this->varFloat = $f;
/PHP-7.4/scripts/dev/
H A Dcheck_parameters.php341 list($f) = preg_split('@/\*\s*}}}\s*\*/@S', $split[$i+1][0]);
342 check_function(preg_replace('/\s*,\s*/S', '::', $split[$i][0]), $f, $split[$i][1]);
/PHP-7.4/Zend/
H A Dbench.php311 for ($f=0; $f<$n; $f++)
/PHP-7.4/win32/build/
H A DMakefile.phpize31 …-@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.manifest $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUI…
/PHP-7.4/ext/standard/tests/math/
H A Dbase_convert_improvements.phpt19 echo base_convert('f 0xff ', 16, 10);

Completed in 54 milliseconds

1...<<3132333435363738