Home
last modified time | relevance | path

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

1234

/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1254_to_utf8_2.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp932_to_utf8_2.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp1251_zend_multibyte_2.phpt50 Active code page: 65001
55 Active code page: %d
H A Dtest_cp1252_to_utf8_2.phpt47 Active code page: 65001
52 Active code page: %d
H A Dtest_cp1254_2.phpt49 Active code page: 1254
54 Active code page: %d
H A Dtest_cp936_2.phpt51 Active code page: 936
56 Active code page: %d
H A Dtest_big5_2.phpt51 Active code page: 950
56 Active code page: %d
H A Dbug64699.phpt53 Active code page: 65001
62 Active code page: %d
H A Dtest_cp1250_to_utf8_4.phpt44 Active code page: 65001
49 Active code page: %d
H A Dtest_cp1250_to_utf8_5.phpt46 Active code page: 65001
51 Active code page: %d
H A Dtest_cp932_1.phpt47 Active code page: 932
52 Active code page: %d
H A Dtest_cp932_2.phpt49 Active code page: 932
54 Active code page: %d
H A Dtest_readdir_mb_names.phpt59 Active code page: 65001
78 Active code page: %d
/PHP-7.3/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.3/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.3/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);
1070 zend_ulong page; local
1074 ZEND_HASH_FOREACH_NUM_KEY(PHPDBG_G(watchlist_mem), page) {
1079 if ((char *) page < (char *) watch->addr.ptr + watch->size) {
1080 mprotect((void *) page, phpdbg_pagesize, PROT_READ);
1089 zend_ulong page; local
1103 ZEND_HASH_FOREACH_NUM_KEY(mem_list, page) {
1104 …phpdbg_btree_position pos = phpdbg_btree_find_between(&PHPDBG_G(watchpoint_tree), page, page + php…
[all …]
/PHP-7.3/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.3/ext/soap/interop/
H A Ddatabase_round2.sql4 # http://phpmyadmin.sourceforge.net/ (download page)
/PHP-7.3/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.3/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.3/
H A DCONTRIBUTING.md16 [the supported version page](http://php.net/supported-versions.php) are supported).
54 [Our QA site includes a page detailing how to write test cases.](http://qa.php.net/write-test.php)

Completed in 38 milliseconds

1234