Home
last modified time | relevance | path

Searched refs:arg (Results 576 – 583 of 583) sorted by relevance

1...<<21222324

/PHP-7.3/ext/gd/
H A Dgd.c3559 static void php_imagefontsize(INTERNAL_FUNCTION_PARAMETERS, int arg) in php_imagefontsize() argument
3569 RETURN_LONG(arg ? font->h : font->w); in php_imagefontsize()
/PHP-7.3/Zend/tests/
H A D019.phpt73 // isset() with two args, one arg only unset, expected: bool(false)
/PHP-7.3/
H A Dphp.ini-development614 ; http://php.net/arg-separator.output
621 ; http://php.net/arg-separator.input
H A Dphp.ini-production616 ; http://php.net/arg-separator.output
623 ; http://php.net/arg-separator.input
H A DNEWS2225 . Fixed bug #75799 (arg of get_defined_functions is optional). (carusogabriel)
/PHP-7.3/ext/date/lib/
H A Dparse_date.c869 #define timelib_split_free(arg) { \ argument
871 for (i = 0; i < arg.c; i++) { \
872 timelib_free(arg.v[i]); \
874 if (arg.v) { \
875 timelib_free(arg.v); \
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c8256 #define CALLOUT_ARG_OFFSET(arg) \ argument
8257 SLJIT_OFFSETOF(pcre2_callout_block, arg)
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c16685 #define LIKEFUNC(zName, nArg, arg, flags) \ argument
16687 (void *)arg, 0, likeFunc, 0, 0, 0, #zName, {0} }
16688 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue) \ argument
16690 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,xValue,0,#zName, {0}}
16691 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument
16693 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,xFinal,0,#zName, {0}}
16694 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument
16696 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,xValue,xInverse,#zName, {0}}

Completed in 428 milliseconds

1...<<21222324