Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 857) sorted by last modified time

12345678910>>...35

/php-src/
H A Dconfigure.ac1809 | the installation process at this point. |
H A DUPGRADING149 of incorrectly stopping at the first NUL character. See GH-12592.
553 . The Curl extension now requires at least libcurl 7.61.0.
559 . The OpenSSL extension now requires at least OpenSSL 1.1.1.
H A DUPGRADING.INTERNALS19 to do this at the call site anymore. Writing the handle should happen after
231 operands. They only work for functions that are known at compile-time, and
H A Dphp.ini-development32 ; at runtime. Currently, [PATH=] and [HOST=] sections only work under
77 ; best practices at its core. But please be aware, these settings may break
263 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
379 ; unless "declare(encoding=...)" directive appears at the top of the script.
618 ; is needed at all.
623 ; raw (like "all", but messages are not split at newlines)
1173 ; at MYSQL_PORT.
1448 ; at RUNTIME. i.e. use ini_set()
1521 ; Switch whether to compile assertions at all (to have no overhead at run-time)
1522 ; -1: Do not compile at all
[all …]
H A Dphp.ini-production32 ; at runtime. Currently, [PATH=] and [HOST=] sections only work under
77 ; best practices at its core. But please be aware, these settings may break
263 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
379 ; unless "declare(encoding=...)" directive appears at the top of the script.
620 ; is needed at all.
625 ; raw (like "all", but messages are not split at newlines)
1175 ; at MYSQL_PORT.
1450 ; at RUNTIME. i.e. use ini_set()
1523 ; Switch whether to compile assertions at all (to have no overhead at run-time)
1524 ; -1: Do not compile at all
[all …]
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst37 value at all (``null``, ``false``, ``true``) or their value is small enough to fit directly in
223 being freed at the end of the request. See the `Zend allocator <todo>`_ chapter for more
/php-src/ext/odbc/tests/
H A Dodbc_non_persistent_connection_reuse.phpt44 // this is a binary, so we get a bunch of nulls at the end
H A Dodbc_persistent_close_all.phpt44 // this is a binary, so we get a bunch of nulls at the end
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc10208 …fprintf(stderr, "IR Compilation Aborted: ctx->stack_frame_size > ctx->fixed_stack_frame_size at %s…
H A Dir_aarch64.dasc5846 …fprintf(stderr, "IR Compilation Aborted: ctx->stack_frame_size > ctx->fixed_stack_frame_size at %s…
/php-src/build/
H A Dlibtool.m442 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
309 # non-empty at configure time, or by adding -multi_module to the
732 # (2) before a word containing "conftest.", or (3) at the end.
846 # This has been around since 386BSD, at least. Likely further.
1146 # (2) before a word containing "conftest.", or (3) at the end.
4126 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
4137 # (at your option) any later version.
4444 # restored at relink time.
4783 # DJGPP does not support shared libraries at all
4788 # Instead, we relocate shared libraries at runtime.
[all …]
H A Dphp.m4131 dnl Run at the end of the configuration, before creating the config.status.
246 dnl Append to the array which has been dynamically chosen at m4 time.
851 | one SAPI module plus CGI, CLI and FPM binaries at the same time. |
1656 dnl Search for bison and optionally check if version is at least the minimum
1725 dnl Search for the re2c and optionally check if version is at least the minimum
/php-src/docs/
H A Drelease-process.md17 publish patch-level releases every four weeks, with at least one release
23 consists of at least:
38 checklist](#new-release-manager-checklist) at the end of this document. This
88 located at https://github.com/php.
320 15. Now the tarballs and signatures may be found at
325 be found at https://windows.php.net/qa/.
380 # And at last; paste/write your news item here.
483 > It's very rare this will make changes at this point, but we run it here
620 be found at https://windows.php.net/qa/.
850 the upcoming feature freeze by posting reminders to internals@lists.php.net at
[all …]
/php-src/ext/opcache/tests/
H A Dissue0149.phpt19 $p['index.php'] = ""; # A Phar must have at least one file, hence this dummy
/php-src/sapi/phpdbg/tests/
H A Dgh13827.phpt28 prompt> frame #0: {closure:%s:%d}() at %s:6
H A Dexceptions_001.phpt16 prompt> frame #0: {closure:%s:%d}() at %s:16
17 frame #1: {main} at %s:22
H A Dprint_002.phpt13 prompt> [Breakpoint #0 added at foo]
15 [Breakpoint #0 in foo() at %s:15, hits: 1]
/php-src/ext/ldap/
H A Dconfig.m415 AC_MSG_CHECKING([if we're at 64-bit platform])
/php-src/ext/dom/tests/
H A Dgh13863.phpt41 echo "--- $name test remove index 2 at index 2 ---\n";
55 echo "--- $name test remove index 1 at index 2 ---\n";
84 --- Legacy test remove index 2 at index 2 ---
97 --- Legacy test remove index 1 at index 2 ---
123 --- Modern test remove index 2 at index 2 ---
138 --- Modern test remove index 1 at index 2 ---
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt49 // Regression test: extra spaces should not be added at beginning of ASCII string
73 // Regression test: must take ASCII characters already output at beginning of line
79 // (We treat the linefeed string as being truncated at that point)
101 // Regression test: Long string, all ASCII, but with spaces at the beginning
106 // Legacy implementation would always include at least one wchar in each encoded word;
/php-src/ext/standard/
H A Durl_scanner_ex.re7 | available through the world-wide-web at the following url: |
163 /* FIXME: OnUpdate*Hosts cannot set default to $_SERVER['HTTP_HOST'] at startup */
578 …scdebug(("stopped in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *Y…
H A Dvar_unserializer.re7 | available through the world-wide-web at the following url: |
33 /* Each element is encoded using at least 2 characters. */
/php-src/ext/pcntl/tests/
H A Dpcntl_unshare_04.phpt26 pcntl_unshare(): Argument #1 ($flags) must be a combination of CLONE_* flags, or at least one flag …
/php-src/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt51 Warning: finfo_open(): Failed to load magic database at "%s123" in %s on line %d
58 Warning: finfo_open(): Failed to load magic database at "%s1" in %s on line %d
65 Warning: finfo_open(): Failed to load magic database at "%sinexistent" in %s on line %d
/php-src/ext/openssl/tests/
H A Dstream_security_level.phpt26 // higher. We want to test the error at the client side.

Completed in 79 milliseconds

12345678910>>...35