Searched refs:page (Results 1 – 25 of 98) sorted by relevance
1234
/PHP-7.3/ext/standard/tests/file/windows_mb_path/ |
H A D | test_cp874_0.phpt | 51 Active code page: %d 56 Active code page: %d 58 Active code page: %d 63 Active code page: %d 65 Active code page: %d 70 Active code page: %d 72 Active code page: %d 77 Active code page: %d 79 Active code page: %d 84 Active code page: %d [all …]
|
H A D | test_cp874_to_utf8_0.phpt | 48 Active code page: %d 53 Active code page: %d 55 Active code page: %d 60 Active code page: %d 62 Active code page: %d 67 Active code page: %d 69 Active code page: %d 74 Active code page: %d 76 Active code page: %d 81 Active code page: %d [all …]
|
H A D | bug61315.phpt | 49 Active code page: 65001 54 Active code page: %d 55 Active code page: 65001 60 Active code page: %d
|
H A D | test_cwd_mb_names.phpt | 42 Active code page: 65001 46 Active code page: %d
|
H A D | bug70903.phpt | 42 Active code page: 65001 47 Active code page: %d
|
H A D | test_cp1253_to_utf8_1.phpt | 44 Active code page: 65001 49 Active code page: %d
|
H A D | test_kartuli_utf8_1.phpt | 44 Active code page: 65001 49 Active code page: %d
|
H A D | test_cp1255_to_utf8_1.phpt | 44 Active code page: 65001 49 Active code page: %d
|
H A D | test_cp1256_to_utf8_1.phpt | 44 Active code page: 65001 49 Active code page: %d
|
H A D | test_big5_to_utf8_1.phpt | 44 Active code page: 65001 49 Active code page: %d
|
H A D | test_cp1251_1.phpt | 47 Active code page: 1251 52 Active code page: %d
|
H A D | test_cp1253_1.phpt | 47 Active code page: 1253 52 Active code page: %d
|
H A D | test_cp1255_1.phpt | 47 Active code page: 1255 52 Active code page: %d
|
H A D | test_eucjp_to_utf8_1.phpt | 44 Active code page: 65001 49 Active code page: %d
|
H A D | test_rename_mb_names.phpt | 60 Active code page: 65001 68 Active code page: %d
|
H A D | test_cp1251_to_utf8_1.phpt | 44 Active code page: 65001 49 Active code page: %d
|
H A D | test_cp1251_zend_multibyte_1.phpt | 47 Active code page: 65001 52 Active code page: %d
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | http_build_query_variation1.phpt | 15 public $page = 1; 22 $obj->page = 1; 29 name=homepage&page=1&sort=desc%2Cname 30 name=homepage&page=1
|
H A D | http_build_query_variation3.phpt | 13 "name" => "main page", 22 name=main+page&sort=desc%2Cadmin&equation=10+%2B+10+-+5 23 name=main%20page&sort=desc%2Cadmin&equation=10%20%2B%2010%20-%205
|
H A D | http_build_query_variation2.phpt | 21 "page" => 10, 38 0=20&5=13&9%5B1%5D=val1&9%5B3%5D=val2&9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&s… 39 …B1%5D=val1&prefix_9%5B3%5D=val2&prefix_9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc…
|
/PHP-7.3/scripts/ |
H A D | Makefile.frag | 44 @for page in $(man_PAGES); do \ 45 echo " page: $(program_prefix)$${page}$(program_suffix).1"; \ 46 …$(INSTALL_DATA) $(builddir)/man1/$${page}.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)$${page…
|
/PHP-7.3/ext/sqlite3/tests/ |
H A D | sqlite3_32_changes.phpt | 12 $db->exec('CREATE TABLE pageView(id INTEGER PRIMARY KEY, page CHAR(256), access INTEGER(10))'); 13 $db->exec('INSERT INTO pageView (page, access) VALUES (\'test\', \'000000\')');
|
/PHP-7.3/Zend/tests/ |
H A D | bug24635.phpt | 6 function __construct() { $this->page = new PageClass(); } 24 $site->page->Display();
|
/PHP-7.3/sapi/fpm/tests/ |
H A D | status.inc | 40 * 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.3/sapi/fpm/fpm/ |
H A D | fpm_trace_mach.c | 32 static int fpm_mach_vm_read_page(vm_offset_t page) /* {{{ */ in fpm_mach_vm_read_page() argument 36 kr = mach_vm_read(target, page, fpm_pagesize, &local_page, &local_size); in fpm_mach_vm_read_page()
|
Completed in 27 milliseconds
1234