Searched refs:f (Results 526 – 550 of 928) sorted by relevance
1...<<21222324252627282930>>...38
/PHP-7.4/ext/curl/ |
H A D | config.w32 | 7 var f = PHP_PHP_BUILD + "/include/curl/curlver.h"; 8 if (FSO.FileExists(f)) {
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | print.c | 192 (void) fprintf(stderr, "%G", m->value.f); in file_mdump() 218 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn() argument 224 va_start(va, f); in file_magwarn() 225 expanded_len = vasprintf(&expanded_format, f, va); in file_magwarn()
|
/PHP-7.4/tests/lang/ |
H A D | type_hints_003.phpt | 6 function f(P $p = 42) {
|
/PHP-7.4/Zend/tests/generators/ |
H A D | generator_symtable_leak.phpt | 8 ${"f"."oo"} = "force symtable usage";
|
/PHP-7.4/ext/odbc/ |
H A D | config.m4 | 2 if ! test -f "$ODBC_INCDIR/$1"; then 38 if test -f $1/soc${ac_solid_os}35.a; then 41 elif test -f $1/scl${ac_solid_os}30.a; then 44 elif test -f $1/scl${ac_solid_os}23.a; then 76 if test ! -f $ODBC_LIBS; then 85 if test ! -f $ODBCBCS_LIBS; then 116 $srcdir/build/shtool mkdir -f -p ext/odbc 117 rm -f "$ODBC_LIB" 167 if test -f $ODBC_LIBDIR/soc*35.a; then 169 elif test -f $ODBC_LIBDIR/scl*30.a; then [all …]
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_next_error2.phpt | 5 function f() {
|
/PHP-7.4/Zend/tests/ |
H A D | this_as_lexical_var_error.phpt | 7 public function f() {
|
H A D | bug70124.phpt | 7 echo base_convert([array_search(chr(48),chr(48),chr(48),chr(48),chr(48),$f("test"))],chr(48)); 42 Notice: Undefined variable: f in %sbug70124.php on line %d
|
H A D | bug60138.phpt | 5 $tree = array(array("f"));
|
H A D | eval_parse_error_with_doc_comment.phpt | 9 function f() {
|
/PHP-7.4/ext/soap/tests/interop/Round4/GroupI/ |
H A D | r4_groupI_xsd_020w.phpt | 11 function __construct($s, $i, $f) { 14 $this->varFloat = $f;
|
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/ |
H A D | r3_groupD_doclit_003w.phpt | 11 function __construct($s, $i, $f) { 14 $this->varFloat = $f;
|
/PHP-7.4/tests/output/ |
H A D | ob_start_error_002.phpt | 11 static function f($str) { 16 var_dump(ob_start(array("nonExistent","f")));
|
/PHP-7.4/ext/ffi/tests/ |
H A D | 003.phpt | 25 typedef struct _f f; 38 var_dump($ffi->new("f"));
|
H A D | 044.phpt | 19 typedef float f __attribute__ ((__mode__ (__DF__))); 30 var_dump(FFI::sizeof($ffi->new("f")));
|
/PHP-7.4/ext/openssl/tests/ |
H A D | openssl_x509_read_basic.phpt | 15 $f = array($b); 22 var_dump(openssl_x509_read($f)); // read an array with the filename
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | 058.phpt | 40 mysqli_stmt_bind_result($stmt, $e, $f); 46 var_dump((array($e,$f,$g,$h)));
|
/PHP-7.4/ext/pcre/tests/ |
H A D | preg_replace.phpt | 9 var_dump(preg_replace('/(ab)(c)(d)(e)(f)(g)(h)(i)(j)(k)/', 'a${1}2$103', 'zabcdefghijkl'));
|
/PHP-7.4/ext/gd/ |
H A D | gd_ctx.c | 90 int f = -1; in _php_image_output_ctx() local 129 f = basefilter; in _php_image_output_ctx() 189 (*func_p)(im, ctx, q, f); in _php_image_output_ctx()
|
/PHP-7.4/ext/oci8/tests/ |
H A D | define3.phpt | 42 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $f)); 46 var_dump($f); 47 echo "file md5:" . md5($f->load()) . "\n";
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | strtok_variation3.phpt | 101 string(7) "f hered" 105 string(7) "f hered" 108 string(7) "f hered"
|
/PHP-7.4/ext/phar/tests/cache_list/files/ |
H A D | write25.phar | 8 6test.txt���H���E�<?php __HALT_COMPILER();�?f}oe/y�NLY�,�*…
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gd.c | 447 f = h - i; 449 f = 1 - f; /* if i is odd */ 1473 if ((c < f->offset) || (c >= (f->offset + f->nchars))) { in gdImageChar() 1476 fline = (c - f->offset) * f->h * f->w; in gdImageChar() 1479 if (f->data[fline + cy * f->w + cx]) { in gdImageChar() 1501 if ((c < f->offset) || (c >= (f->offset + f->nchars))) { in gdImageCharUp() 1504 fline = (c - f->offset) * f->h * f->w; in gdImageCharUp() 1507 if (f->data[fline + cy * f->w + cx]) { in gdImageCharUp() 1524 x += f->w; in gdImageString() 1535 y -= f->w; in gdImageStringUp() [all …]
|
/PHP-7.4/win32/build/ |
H A D | mkdist.php | 399 while (($f = readdir($d)) !== false) { 400 if ($f == '.' || $f == '..' || $f == '.svn') { 403 $fs = $source . '/' . $f; 404 $fd = $dest . '/' . $f;
|
/PHP-7.4/ext/date/tests/ |
H A D | date_interval_create_from_date_string_broken.phpt | 9 Warning: date_interval_create_from_date_string(): Unknown or bad format (foobar) at position 0 (f):…
|
Completed in 107 milliseconds
1...<<21222324252627282930>>...38