Home
last modified time | relevance | path

Searched refs:extra (Results 101 – 125 of 131) sorted by relevance

123456

/PHP-7.3/ext/intl/
H A DERROR.CONVENTIONS52 Node the extra 's' in the functions' names ('errors', not 'error').
/PHP-7.3/
H A DREADME.UNIX-BUILD-SYSTEM58 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
H A Dacinclude.m4863 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
930 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]…
940 dnl "extra-cflags" are passed to the compiler, with
1051 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1097 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
1109 dnl PHP_CHECK_TYPES(type-list, include-file [, extra-headers])
1863 dnl PHP_CHECK_LIBRARY(library, function [, action-found [, action-not-found [, extra-libs]]])
1975 dnl PHP_TEST_BUILD(function, action-if-ok, action-if-not-ok [, extra-libs [, extra-source]])
H A DREADME.PARAMETER_PARSING_API90 For 'b', 'l' and 'd', an extra argument of type zend_bool* must be
H A DREADME.RELEASE_PROCESS32 6. Verify the tags to be extra sure everything was tagged properly.
168 Don't forget to update NEWS manually in an extra commit then.
H A DUPGRADING282 logging without extra buffering.
H A Dphp.ini-development1074 ; Force the addition of the specified parameters to be passed as extra parameters
1331 ;browscap = extra/browscap.ini
H A Dphp.ini-production1076 ; Force the addition of the specified parameters to be passed as extra parameters
1333 ;browscap = extra/browscap.ini
/PHP-7.3/ext/standard/tests/strings/
H A Dimplode1.phpt122 var_dump( implode("glue", "pieces", "extra") );
/PHP-7.3/win32/build/
H A Dconfig.w32120 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
121 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
/PHP-7.3/Zend/
H A Dzend_types.h191 uint16_t extra; /* not further specified */
207 uint32_t extra; /* not further specified */ member
456 #define Z_EXTRA(zval) (zval).u2.extra
H A Dzend_virtual_cwd.c1896 int dir_length, extra = 0; in virtual_popen() local
1906 if (*dir == '\'') extra+=3; in virtual_popen()
1913 …ptr = command_line = (char *) emalloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1… in virtual_popen()
/PHP-7.3/ext/standard/tests/mail/
H A Dmail_basic7.phpt2 Test mail() function : array extra header basic functionality
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c2202 goodchar(unsigned char x, const char *extra) in goodchar() argument
2204 return (isascii(x) && isalnum(x)) || strchr(extra, x); in goodchar()
2209 zend_off_t off, size_t len, const char *name, const char *extra, int nt) in parse_extra() argument
2230 for (i = 0; *l && i < len && goodchar(*l, extra); buf[i++] = *l++) in parse_extra()
2240 if (!isspace((unsigned char)*l) && !goodchar(*l, extra)) in parse_extra()
/PHP-7.3/ext/standard/tests/array/
H A Darray_walk_recursive_variation1.phpt30 // extra parameter passed to array_walk_recursive()
H A Darray_walk_variation1.phpt30 // extra parameter passed to array_walk()
/PHP-7.3/ext/pdo/
H A Dpdo_sql_parser.re166 /* extra bit of validation for instances when same params are bound more than once */
/PHP-7.3/ext/session/
H A Dsession.c61 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra);
62 static int (*php_session_rfc1867_orig_callback)(unsigned int event, void *event_data, void **extra);
3155 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra) /* {{{ … in php_session_rfc1867_callback() argument
3161 retval = php_session_rfc1867_orig_callback(event, event_data, extra); in php_session_rfc1867_callback()
/PHP-7.3/sapi/litespeed/
H A DREADME.md143 LSAPI_EXTRA_CHILDREN controls the maximum number of extra children processes
/PHP-7.3/main/
H A Drfc1867.c60 PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra) = NULL;
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c255 #define GET_SAVED_REGISTERS_SIZE(scratches, saveds, extra) \ argument
258 extra) * sizeof(sljit_sw))
/PHP-7.3/ext/mbstring/oniguruma/
H A DINSTALL195 with an extra prefix or suffix on their names by giving 'configure' the
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch739 - off_t off, size_t len, const char *name, const char *extra, int nt)
740 + zend_off_t off, size_t len, const char *name, const char *extra, int nt)
3515 * one extra for terminating '\0', and
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc827 * @return string The description of the command extra to a directory.
/PHP-7.3/ext/pgsql/
H A Dpgsql.c5338 add_index_string(return_value, 2, pgsql_notify->extra);
5351 add_assoc_string(return_value, "payload", pgsql_notify->extra);

Completed in 122 milliseconds

123456