Home
last modified time | relevance | path

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

1...<<21222324

/PHP-7.1/ext/gd/
H A Dgd.c3479 static void php_imagefontsize(INTERNAL_FUNCTION_PARAMETERS, int arg) in php_imagefontsize() argument
3489 RETURN_LONG(arg ? font->h : font->w); in php_imagefontsize()
/PHP-7.1/Zend/tests/
H A D019.phpt73 // isset() with two args, one arg only unset, expected: bool(false)
/PHP-7.1/
H A DNEWS543 . Fixed bug #75799 (arg of get_defined_functions is optional). (carusogabriel)
991 . Fixed bug #74598 (ftp:// wrapper ignores context arg). (Sara)
1178 typehinted by-ref arg). (Laruence)
3599 . Fixed bug #70006 (cli - function with default arg = STDOUT crash output).
H A Dphp.ini-development598 ; http://php.net/arg-separator.output
605 ; http://php.net/arg-separator.input
H A Dphp.ini-production598 ; http://php.net/arg-separator.output
605 ; http://php.net/arg-separator.input
/PHP-7.1/ext/date/lib/
H A Dparse_date.c823 #define timelib_split_free(arg) { \ argument
825 for (i = 0; i < arg.c; i++) { \
826 timelib_free(arg.v[i]); \
828 if (arg.v) { \
829 timelib_free(arg.v); \
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6407 #define CALLOUT_ARG_OFFSET(arg) \ argument
6408 (-CALLOUT_ARG_SIZE + SLJIT_OFFSETOF(PUBL(callout_block), arg))
/PHP-7.1/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 555 milliseconds

1...<<21222324