Home
last modified time | relevance | path

Searched refs:page (Results 1 – 25 of 92) sorted by last modified time

1234

/PHP-7.4/
H A Dconfigure.ac1047 dnl Align segments on huge page boundary
1050 AC_MSG_CHECKING(linker support for -zcommon-page-size=2097152)
1052 LDFLAGS="$LDFLAGS -Wl,-zcommon-page-size=2097152 -Wl,-zmax-page-size=2097152"
1061 …EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM -Wl,-zcommon-page-size=2097152 -Wl,-zmax-page-size=2…
1064 AC_MSG_CHECKING(linker support for -zmax-page-size=2097152)
1066 LDFLAGS="$LDFLAGS -Wl,-zmax-page-size=2097152"
1075 EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM -Wl,-zmax-page-size=2097152"
H A Dphp.ini-development555 ; produces clickable error messages that direct to a page describing the error
1614 ; The default character set code-page to use when passing strings to and from COM objects.
1615 ; Default: system ANSI code page
H A Dphp.ini-production555 ; produces clickable error messages that direct to a page describing the error
1614 ; The default character set code-page to use when passing strings to and from COM objects.
1615 ; Default: system ANSI code page
H A DUPGRADING581 be used. The mapsize should be a multiple of the page size of the OS.
/PHP-7.4/sapi/fpm/tests/
H A Dstatus.inc40 * Check status page.
63 * Make status check for status page.
117 * Check plain status page.
128 * Check html status page.
152 * Check xml status page.
175 * Check json status page.
/PHP-7.4/build/
H A Dpkg.m4152 See the pkg-config man page for more details.])
/PHP-7.4/Zend/
H A Dzend_execute.c185 zend_vm_stack page = (zend_vm_stack)emalloc(size); in zend_vm_stack_new_page() local
187 page->top = ZEND_VM_STACK_ELEMENTS(page); in zend_vm_stack_new_page()
188 page->end = (zval*)((char*)page + size); in zend_vm_stack_new_page()
189 page->prev = prev; in zend_vm_stack_new_page()
190 return page; in zend_vm_stack_new_page()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c261 void *page = phpdbg_get_page_boundary( local
270 if (phpdbg_check_for_watchpoint(page) == NULL) {
275 mprotect(page, phpdbg_pagesize, PROT_READ | PROT_WRITE);
1072 zend_ulong page; local
1076 ZEND_HASH_FOREACH_NUM_KEY(PHPDBG_G(watchlist_mem), page) {
1081 if ((char *) page < (char *) watch->addr.ptr + watch->size) {
1082 mprotect((void *) page, phpdbg_pagesize, PROT_READ);
1091 zend_ulong page; local
1105 ZEND_HASH_FOREACH_NUM_KEY(mem_list, page) {
1106 …phpdbg_btree_position pos = phpdbg_btree_find_between(&PHPDBG_G(watchpoint_tree), page, page + php…
[all …]
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_2.phpt53 Active code page: 950
58 Active code page: %d
H A Dtest_kartuli_utf8_1.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_kartuli_utf8_2.phpt48 Active code page: 65001
53 Active code page: %d
H A Dtest_readdir_mb_names.phpt61 Active code page: 65001
80 Active code page: %d
H A Dtest_rename_mb_names.phpt62 Active code page: 65001
70 Active code page: %d
H A Dtest_cp936_to_utf8_1.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp936_to_utf8_2.phpt50 Active code page: 65001
55 Active code page: %d
H A Dtest_cwd_mb_names.phpt44 Active code page: 65001
48 Active code page: %d
H A Dtest_eucjp_to_utf8_1.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_eucjp_to_utf8_2.phpt48 Active code page: 65001
53 Active code page: %d
H A Dtest_cp1255_to_utf8_1.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp1256_2.phpt51 Active code page: 1256
56 Active code page: %s
H A Dtest_cp932_1.phpt49 Active code page: 932
54 Active code page: %d
H A Dtest_cp1254_1.phpt49 Active code page: 1254
54 Active code page: %d
H A Dtest_cp1254_2.phpt51 Active code page: 1254
56 Active code page: %d
H A Dtest_cp1255_1.phpt49 Active code page: 1255
54 Active code page: %d
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in142 ; The URI to view the FPM status page. If this value is not set, no URI will be
143 ; recognized as a status page. It shows the following informations:
178 ; By default the status page output is formatted as text/plain. Passing either
186 ; By default the status page only outputs short status. Passing 'full' in the
232 ; Note: There is a real-time FPM status monitoring sample web page available
241 ; The ping URI to call the monitoring page of FPM. If this value is not set, no
242 ; URI will be recognized as a ping page. This could be used to test from outside
378 ; Note: on highloaded environement, this can cause some delay in the page

Completed in 62 milliseconds

1234