Home
last modified time | relevance | path

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

12345

/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_to_utf8_2.phpt46 Active code page: 65001
51 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 Dtest_big5_to_utf8_2.phpt48 Active code page: 65001
53 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_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 Dbug64699.phpt53 Active code page: 65001
62 Active code page: %d
H A Dtest_readdir_mb_names.phpt59 Active code page: 65001
78 Active code page: %d
/PHP-7.1/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.1/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.1/ext/gmp/
H A DREADME3 See also GNU MP home page at http://www.swox.com/gmp/.
/PHP-7.1/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);
1069 zend_ulong page; local
1073 ZEND_HASH_FOREACH_NUM_KEY(PHPDBG_G(watchlist_mem), page) {
1078 if ((char *) page < (char *) watch->addr.ptr + watch->size) {
1079 mprotect((void *) page, phpdbg_pagesize, PROT_READ);
1088 zend_ulong page; local
1102 ZEND_HASH_FOREACH_NUM_KEY(mem_list, page) {
1103 …phpdbg_btree_position pos = phpdbg_btree_find_between(&PHPDBG_G(watchpoint_tree), page, page + php…
[all …]
/PHP-7.1/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.1/ext/soap/interop/
H A Ddatabase_round2.sql4 # http://phpmyadmin.sourceforge.net/ (download page)
/PHP-7.1/ext/exif/
H A Dtest.txt90 error_log("exif test page - counting files: $cnt",0);
128 error_log("exif test page - counting files in $path");
130 error_log("exif test page - counting files: ".count($possible)." done.",0);
152 $title = "PHP module exif test page";
263 if ( !((++$num)%100)) error_log("exif test page - checking files: $num",0);
357 error_log("exif test page - checking files: ".count($possible)." done.",0);
/PHP-7.1/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…

Completed in 31 milliseconds

12345