Home
last modified time | relevance | path

Searched refs:page (Results 51 – 75 of 92) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_to_utf8_2.phpt48 Active code page: 65001
53 Active code page: %d
H A Dtest_cp936_2.phpt53 Active code page: 936
58 Active code page: %d
H A Dtest_big5_to_utf8_2.phpt50 Active code page: 65001
55 Active code page: %d
H A Dtest_cp1251_zend_multibyte_2.phpt52 Active code page: 65001
57 Active code page: %d
H A Dtest_cp1254_to_utf8_2.phpt48 Active code page: 65001
53 Active code page: %d
H A Dtest_big5_2.phpt53 Active code page: 950
58 Active code page: %d
H A Dbug64699.phpt53 Active code page: 65001
62 Active code page: %d
H A Dtest_cp1250_to_utf8_4.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp1250_to_utf8_5.phpt48 Active code page: 65001
53 Active code page: %d
H A Dtest_cp932_1.phpt49 Active code page: 932
54 Active code page: %d
H A Dtest_cp932_2.phpt51 Active code page: 932
56 Active code page: %d
H A Dtest_readdir_mb_names.phpt61 Active code page: 65001
80 Active code page: %d
H A Dutil.inc25 if ($echo) echo "Active code page: ", get_active_cp(), "\n";
/PHP-7.4/Zend/tests/
H A Dvm_stack_with_arg_extend.phpt2 Ensure valid vm_stack even when it needed to be copied to a new page
H A Dbug30346.phpt16 $id = 'page';
H A Dbug38047.phpt39 $page["name"] = A::A_ftk();
/PHP-7.4/ext/ldap/tests/
H A Dldap_control_paged_results_variation3.phpt2 ldap_ldap_control_paged_result() test (fetching the first page then the next final page)
H A Dldap_control_paged_results_variation1.phpt2 ldap_ldap_control_paged_result() test (fetching the first page)
H A Dldap_control_paged_results_variation2.phpt2 ldap_ldap_control_paged_result() test (fetching the first page with a pagesize=2)
/PHP-7.4/ext/imap/tests/
H A Dimap_alerts_error.phpt10 …* Description: Returns an array of all IMAP alerts that have been generated since the last page lo…
/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/network/
H A Dnews.rss24 …is version. For source downloads of PHP 5.4.37 please visit our downloads page, Windows binaries c…
/PHP-7.4/ext/standard/tests/array/
H A Darray_shift_variation8.phpt11 * From a comment left by Traps on 09-Jul-2007 on the array_shift documentation page:
/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
/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"

Completed in 96 milliseconds

1234