Home
last modified time | relevance | path

Searched refs:extra (Results 126 – 150 of 155) sorted by relevance

1234567

/PHP-7.1/
H A DREADME.RELEASE_PROCESS32 6. Verify the tags to be extra sure everything was tagged properly.
160 Don't forget to update NEWS manually in an extra commit then.
H A DREADME.PARAMETER_PARSING_API83 For 'b', 'l' and 'd', an extra argument of type zend_bool* must be
H A DNEWS248 . Fixed bug #68180 (iconv_mime_decode can return extra characters in a
3000 . Fixed bug #71943 (dblib_handle_quoter needs to allocate an extra byte).
3071 . Fixed bug #71575 (ISO C does not allow extra ‘;’ outside of a function).
3926 openssl_pkcs12_read with extra cert). (Tomasz Sawicki)
4154 . Fixed bug #70309 (XmlReader read generates extra output). (Anatol)
H A Dphp.ini-development1064 ; Force the addition of the specified parameters to be passed as extra parameters
1339 ;browscap = extra/browscap.ini
H A Dphp.ini-production1064 ; Force the addition of the specified parameters to be passed as extra parameters
1339 ;browscap = extra/browscap.ini
/PHP-7.1/Zend/
H A Dzend_types.h142 uint32_t extra; /* not further specified */ member
368 #define Z_EXTRA(zval) (zval).u2.extra
H A Dzend_virtual_cwd.c1978 int dir_length, extra = 0; in virtual_popen() local
1988 if (*dir == '\'') extra+=3; in virtual_popen()
1995 …ptr = command_line = (char *) emalloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1… in virtual_popen()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c9792 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode) in PRIV()
9818 SLJIT_ASSERT((extra->flags & PCRE_EXTRA_STUDY_DATA) != 0); in PRIV()
9819 study = extra->study_data; in PRIV()
10358 if ((extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra->executable_jit != NULL) in PRIV()
10359 functions = (executable_functions *)extra->executable_jit; in PRIV()
10383 extra->executable_jit = functions; in PRIV()
10384 extra->flags |= PCRE_EXTRA_EXECUTABLE_JIT; in PRIV()
10643 if (extra != NULL && in pcre_assign_jit_stack()
10644 (extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && in pcre_assign_jit_stack()
10645 extra->executable_jit != NULL) in pcre_assign_jit_stack()
[all …]
H A Dpcre_internal.h2751 PUBL(extra) *, int);
2752 extern int PRIV(jit_exec)(const PUBL(extra) *,
H A DChangeLog139 unconditional allocation of extra memory. This issue is fixed "properly" in
211 when matching, if the ovector is too small, extra memory can be obtained to
1327 calling _pcre_jit_exec. Some extra comments are added.
2103 implementation of support for (*MARK) will need an extra pointer on the
3267 9. Added some extra #ifdef SUPPORT_UTF8 conditionals into pcretest.c,
3555 34. Added a number of extra features that are going to be in Perl 5.10. On the
3803 29. Added some extra testing facilities to pcretest:
3837 error message is output. Some extra information is given for the
4278 difference is that it has an extra argument, which is a pointer to an
5034 pcre_exec2() (for example) with extra arguments, but this would not have been
[all …]
/PHP-7.1/ext/session/
H A Dsession.c63 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra);
64 static int (*php_session_rfc1867_orig_callback)(unsigned int event, void *event_data, void **extra);
2845 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra) /* {{{ …
2851 retval = php_session_rfc1867_orig_callback(event, event_data, extra);
/PHP-7.1/sapi/litespeed/
H A DREADME.md143 LSAPI_EXTRA_CHILDREN controls the maximum number of extra children processes
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt222 void pcre16_free_study(pcre16_extra *extra);
274 void pcre16_assign_jit_stack(pcre16_extra *extra,
289 pcre16_extra *extra, const unsigned char *tables);
553 void pcre32_free_study(pcre32_extra *extra);
605 void pcre32_assign_jit_stack(pcre32_extra *extra,
1603 void pcre_free_study(pcre_extra *extra);
1660 void pcre_assign_jit_stack(pcre_extra *extra,
8515 pcre_extra *extra
8652 pcre_extra *extra;
8660 pcre_assign_jit_stack(extra, NULL, jit_stack);
[all …]
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.re168 /* extra bit of validation for instances when same params are bound more than once */
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitLir.c228 #define GET_SAVED_REGISTERS_SIZE(scratches, saveds, extra) \ argument
231 extra) * sizeof(sljit_sw))
/PHP-7.1/main/
H A Drfc1867.c62 PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra) = NULL;
/PHP-7.1/ext/spl/
H A Dspl_iterators.c2063 if (intern->u.regex.pce->extra) { in SPL_METHOD()
2064 intern->u.regex.pce->extra->flags &= ~PCRE_EXTRA_MARK; in SPL_METHOD()
2067 …count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, ZSTR_VAL(subject), ZSTR_LEN… in SPL_METHOD()
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput7223 /-- These are PCRE's extra properties to help with Unicodizing \d etc. --/
H A Dtestoutput7465 /-- These are PCRE's extra properties to help with Unicodizing \d etc. --/
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch606 - off_t off, size_t len, const char *name, const char *extra, int nt)
607 + zend_off_t off, size_t len, const char *name, const char *extra, int nt)
2615 * one extra for terminating '\0', and
/PHP-7.1/scripts/dev/
H A Dgenerate-phpt.phar1080 * Set the argument list to call the subject with. Adds one extra argument.
/PHP-7.1/ext/phar/phar/
H A Dpharcommand.inc827 * @return string The description of the command extra to a directory.
/PHP-7.1/ext/pgsql/
H A Dpgsql.c5341 add_index_string(return_value, 2, pgsql_notify->extra);
5354 add_assoc_string(return_value, "payload", pgsql_notify->extra);
/PHP-7.1/ext/date/lib/
H A Dparse_date.re2150 case '+': /* allow extra chars in the format */
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic2453 # (stored uncompressed, with no 'extra field') containing the file's MIME type.
2454 # Check for have 8-byte name, 0-byte extra field, name "mimetype", and
3390 >>(0x08.l) uleshort =4000 with extra high compression
3399 >>6 uleshort =4000 with extra high compression
4463 # * Original filename is only at offset 10 if "extra field" absent
4473 >3 byte &0x04 \b, extra field
8253 #>0x463 lelong &0x0000040 (extra isize)
11047 # Canon RAW version 2 (CR2) files are a kind of TIFF with an extra magic
13806 0 string \n\<HELP\ NAME= Maple help file with extra carriage return at start (yuck)
15292 # since some documents include a 520-byte extra field following the file
[all …]

Completed in 267 milliseconds

1234567