Home
last modified time | relevance | path

Searched refs:f (Results 526 – 550 of 928) sorted by relevance

1...<<21222324252627282930>>...38

/PHP-7.4/ext/curl/
H A Dconfig.w327 var f = PHP_PHP_BUILD + "/include/curl/curlver.h";
8 if (FSO.FileExists(f)) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c192 (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 Dtype_hints_003.phpt6 function f(P $p = 42) {
/PHP-7.4/Zend/tests/generators/
H A Dgenerator_symtable_leak.phpt8 ${"f"."oo"} = "force symtable usage";
/PHP-7.4/ext/odbc/
H A Dconfig.m42 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 Darray_next_error2.phpt5 function f() {
/PHP-7.4/Zend/tests/
H A Dthis_as_lexical_var_error.phpt7 public function f() {
H A Dbug70124.phpt7 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 Dbug60138.phpt5 $tree = array(array("f"));
H A Deval_parse_error_with_doc_comment.phpt9 function f() {
/PHP-7.4/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_020w.phpt11 function __construct($s, $i, $f) {
14 $this->varFloat = $f;
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_003w.phpt11 function __construct($s, $i, $f) {
14 $this->varFloat = $f;
/PHP-7.4/tests/output/
H A Dob_start_error_002.phpt11 static function f($str) {
16 var_dump(ob_start(array("nonExistent","f")));
/PHP-7.4/ext/ffi/tests/
H A D003.phpt25 typedef struct _f f;
38 var_dump($ffi->new("f"));
H A D044.phpt19 typedef float f __attribute__ ((__mode__ (__DF__)));
30 var_dump(FFI::sizeof($ffi->new("f")));
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt15 $f = array($b);
22 var_dump(openssl_x509_read($f)); // read an array with the filename
/PHP-7.4/ext/mysqli/tests/
H A D058.phpt40 mysqli_stmt_bind_result($stmt, $e, $f);
46 var_dump((array($e,$f,$g,$h)));
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace.phpt9 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 Dgd_ctx.c90 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 Ddefine3.phpt42 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 Dstrtok_variation3.phpt101 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 Dwrite25.phar8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();�?f}oe/y�NLY�,�*…
/PHP-7.4/ext/gd/libgd/
H A Dgd.c447 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 Dmkdist.php399 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 Ddate_interval_create_from_date_string_broken.phpt9 Warning: date_interval_create_from_date_string(): Unknown or bad format (foobar) at position 0 (f):…

Completed in 107 milliseconds

1...<<21222324252627282930>>...38