Home
last modified time | relevance | path

Searched refs:page (Results 1 – 25 of 52) sorted by relevance

123

/PHP-5.6/ext/standard/tests/strings/
H A Dhttp_build_query_variation1.phpt15 public $page = 1;
22 $obj->page = 1;
29 name=homepage&page=1&sort=desc%2Cname
30 name=homepage&page=1
H A Dhttp_build_query_variation3.phpt17 "name" => "main page",
26 name=main+page&sort=desc%2Cadmin&equation=10+%2B+10+-+5
27 name=main%20page&sort=desc%2Cadmin&equation=10%20%2B%2010%20-%205
H A Dhttp_build_query_variation2.phpt21 "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-5.6/scripts/
H A DMakefile.frag43 @for page in $(man_PAGES); do \
44 echo " page: $(program_prefix)$${page}$(program_suffix).1"; \
45 …$(INSTALL_DATA) $(builddir)/man1/$${page}.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)$${page
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_32_changes.phpt12 $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-5.6/Zend/tests/
H A Dbug24635.phpt8 function __construct() { $this->page = new PageClass(); }
26 $site->page->Display();
H A Dbug30346.phpt16 $id = 'page';
H A Dbug38047.phpt39 $page["name"] = A::A_ftk();
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_trace_mach.c34 static int fpm_mach_vm_read_page(vm_offset_t page) /* {{{ */ in fpm_mach_vm_read_page() argument
38 kr = mach_vm_read(target, page, fpm_pagesize, &local_page, &local_size); in fpm_mach_vm_read_page()
/PHP-5.6/Zend/
H A Dzend_execute.h187 …zend_vm_stack page = (zend_vm_stack)emalloc(ZEND_MM_ALIGNED_SIZE(sizeof(*page)) + sizeof(void*) * … in zend_vm_stack_new_page() local
189 page->top = ZEND_VM_STACK_ELEMETS(page); in zend_vm_stack_new_page()
190 page->end = page->top + count; in zend_vm_stack_new_page()
191 page->prev = NULL; in zend_vm_stack_new_page()
192 return page; in zend_vm_stack_new_page()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_watch.c35 void *page; member
508 void *page; local
525 page = phpdbg_get_page_boundary(watch->addr.ptr);
529 mprotect(page, size, PROT_READ | PROT_WRITE);
532 dump->page = page;
535 memcpy(&dump->data, page, size);
563 mprotect(dump->page, dump->size, PROT_READ);
588 …ee_find_between(&PHPDBG_G(watchpoint_tree), (zend_ulong)dump->page, (zend_ulong)dump->page + dump-…
597 void *oldPtr = (char *)&dump->data + ((size_t)watch->addr.ptr - (size_t)dump->page);
600 …f ((size_t)watch->addr.ptr < (size_t)dump->page || (size_t)watch->addr.ptr + watch->size > (size_t…
/PHP-5.6/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-5.6/ext/gmp/
H A DREADME3 See also GNU MP home page at http://www.swox.com/gmp/.
/PHP-5.6/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-5.6/ext/soap/interop/
H A Ddatabase_round2.sql4 # http://phpmyadmin.sourceforge.net/ (download page)
/PHP-5.6/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-5.6/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-5.6/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-5.6/sapi/fpm/tests/
H A D010.phpt2 FPM: Test status page
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in135 ; The URI to view the FPM status page. If this value is not set, no URI will be
136 ; recognized as a status page. It shows the following informations:
171 ; By default the status page output is formatted as text/plain. Passing either
179 ; By default the status page only outputs short status. Passing 'full' in the
225 ; Note: There is a real-time FPM status monitoring sample web page available
234 ; The ping URI to call the monitoring page of FPM. If this value is not set, no
235 ; URI will be recognized as a ping page. This could be used to test from outside
359 ; Note: on highloaded environement, this can cause some delay in the page
H A Dphp-fpm.conf.in269 ; The URI to view the FPM status page. If this value is not set, no URI will be
270 ; recognized as a status page. It shows the following informations:
305 ; By default the status page output is formatted as text/plain. Passing either
313 ; By default the status page only outputs short status. Passing 'full' in the
359 ; Note: There is a real-time FPM status monitoring sample web page available
368 ; The ping URI to call the monitoring page of FPM. If this value is not set, no
369 ; URI will be recognized as a ping page. This could be used to test from outside
489 ; Note: on highloaded environement, this can cause some delay in the page
/PHP-5.6/sapi/tux/
H A DREADME77 It should display the PHP credits page.
/PHP-5.6/ext/mbstring/libmbfl/
H A Dconfig.h.in72 /* Define to the home page for this package. */

Completed in 38 milliseconds

123