Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 155) sorted by path

1234567

/PHP-7.1/
H A DINSTALL763 For building extra extensions or hacking the code of PHP you might also
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 DREADME.PARAMETER_PARSING_API83 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.
160 Don't forget to update NEWS manually in an extra commit then.
H A DREADME.UNIX-BUILD-SYSTEM58 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
H A DUPGRADING212 - get_headers() has an extra parameter which allows passing a custom stream
221 - openssl_encrypt and openssl_decrypt have extra parameters for handling
242 - getopt() has an extra by-ref parameter : optind
H A Dacinclude.m4872 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
939 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]…
949 dnl "extra-cflags" are passed to the compiler, with
1067 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1113 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
1125 dnl PHP_CHECK_TYPES(type-list, include-file [, extra-headers])
1843 dnl PHP_CHECK_LIBRARY(library, function [, action-found [, action-not-found [, extra-libs]]])
1955 dnl PHP_TEST_BUILD(function, action-if-ok, action-if-not-ok [, extra-libs [, extra-source]])
/PHP-7.1/Zend/tests/
H A Dargument_restriction_001.phpt6 …public function &test($foo, array $bar, $option = NULL, $extra = "llllllllllllllllllllllllllllllll…
16 …should be compatible with & Base::test($foo, array $bar, $option = NULL, $extra = 'llllllllll...')…
H A Dargument_restriction_002.phpt6 …public function test($foo, array &$bar, $option = NULL, $extra = 3.1415926535897932384626433832795…
16 … should be compatible with Base::test($foo, array &$bar, $option = NULL, $extra = 3.1415926535898)…
H A Dargument_restriction_003.phpt9 …public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllll…
19 …ould be compatible with Base::test(Foo $foo, array $bar, $option = NULL, $extra = 'llllllllll...')…
H A Dargument_restriction_004.phpt9 abstract public function test(Foo $foo, array $bar, $option = NULL, $extra = 16777215) ;
13 public function test(Foo $foo, array $bar, $option = NULL, $extra = 0xffffff ) {
H A Dargument_restriction_006.phpt6 public function test($foo, $extra = array("test")) {
11 public function test($foo, $extra) {
16 Warning: Declaration of Sub::test($foo, $extra) should be compatible with Base::test($foo, $extra =…
H A Dbug36037.phpt2 Bug #36037 (heredoc adds extra line number)
H A Dbug70262.phpt9 $extra = $array; // make the refcount == 2
/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()
H A Dzend_vm_gen.php1232 foreach ($spec_extra as $extra => $devnull) {
1233 if ($extra == "OP_DATA") {
1236 $do = $foreach_extra_spec($do, $extra);
/PHP-7.1/build/
H A Dlibtool.m45851 # extra space).
6086 # Use $CC to link under sequent, because it throws in some extra .o
/PHP-7.1/ext/bcmath/libbcmath/src/
H A Ddiv.c94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
127 extra = scale - scale1; in bc_divide()
129 extra = 0; in bc_divide()
130 num1 = (unsigned char *) safe_emalloc (1, n1->n_len+n1->n_scale, extra+2); in bc_divide()
132 memset (num1, 0, n1->n_len+n1->n_scale+extra+2); in bc_divide()
177 _one_mult (num1, len1+scale1+extra+1, norm, num1); in bc_divide()
/PHP-7.1/ext/curl/tests/
H A Dbug65458.phpt21 // should have megs and megs of extra allocations.
/PHP-7.1/ext/date/lib/
H A Dparse_date.re2150 case '+': /* allow extra chars in the format */
/PHP-7.1/ext/date/tests/
H A Dmktime-1.phpt10 # the same way other unices do (Bug# 10686) so some extra code
/PHP-7.1/ext/dom/tests/
H A DDOMDocument_loadXML_error5.phpt4 This test verifies the method detects extra content at the end of the document
H A DDOMDocument_load_error5.phpt4 This test verifies the method detects extra content at the end of the document
/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

Completed in 104 milliseconds

1234567