Home
last modified time | relevance | path

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

12

/PHP-5.3/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.3/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.3/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();
H A Dbug47596.phpt2 Bug #47596 (Bus error on parsing file, when file size is equal to page size)
/PHP-5.3/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.3/Zend/
H A Dzend_execute.h163 …zend_vm_stack page = (zend_vm_stack)emalloc(ZEND_MM_ALIGNED_SIZE(sizeof(*page)) + sizeof(void*) * … in zend_vm_stack_new_page() local
165 page->top = ZEND_VM_STACK_ELEMETS(page); in zend_vm_stack_new_page()
166 page->end = page->top + count; in zend_vm_stack_new_page()
167 page->prev = NULL; in zend_vm_stack_new_page()
168 return page; in zend_vm_stack_new_page()
/PHP-5.3/ext/gmp/
H A DREADME3 See also GNU MP home page at http://www.swox.com/gmp/.
/PHP-5.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-5.3/ext/soap/interop/
H A Ddatabase_round2.sql4 # http://phpmyadmin.sourceforge.net/ (download page)
/PHP-5.3/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.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-5.3/sapi/fpm/
H A Dphp-fpm.conf.in245 ; The URI to view the FPM status page. If this value is not set, no URI will be
246 ; recognized as a status page. It shows the following informations:
281 ; By default the status page output is formatted as text/plain. Passing either
289 ; By default the status page only outputs short status. Passing 'full' in the
335 ; Note: There is a real-time FPM status monitoring sample web page available
344 ; The ping URI to call the monitoring page of FPM. If this value is not set, no
345 ; URI will be recognized as a ping page. This could be used to test from outside
465 ; Note: on highloaded environement, this can cause some delay in the page
/PHP-5.3/sapi/tux/
H A DREADME77 It should display the PHP credits page.
/PHP-5.3/ext/pcre/pcrelib/
H A DREADME176 library. They are also documented in the pcrebuild man page.
271 pcreapi man page.
281 sizes in the pcrestack man page.
304 discussion about stack sizes in the pcrestack man page.
479 pcretest.txt the pcretest man page
480 pcregrep.txt the pcregrep man page
481 pcre-config.txt the pcre-config man page
593 There is a web page that tells you how to do this:
877 doc/*.3 man page sources for PCRE
878 doc/*.1 man page sources for pcregrep and pcretest
[all …]
H A DNEWS392 better for partial matching. The pcrematching man page discusses the
399 automatically if a C++ compiler is found. The pcrecpp man page discusses this
524 8. The single man page has been split into a number of separate man pages.
526 directory. There is an index.html page that lists them all. Some hyperlinking
540 relinked by libtool. The documentation has been turned into a man page, so
555 likewise updated the man page.
586 The new man page has details. This change was necessary in order to support
603 page has the details, but you just want to convert existing programs, all
/PHP-5.3/ext/mbstring/libmbfl/
H A Dconfig.h.in72 /* Define to the home page for this package. */
/PHP-5.3/sapi/nsapi/
H A Dnsapi-readme.txt104 every error page you want to overwrite:
110 If you want to place a page for all errors that could exist, leave
/PHP-5.3/ext/spl/
H A Ddoxygen.cfg147 # configuration options related to the man page output
/PHP-5.3/sapi/cgi/
H A DREADME.FastCGI133 page request at a time. Value 0 means that PHP willnot start additional
138 their death. So by default, you will be able to handle 1 concurrent PHP page
/PHP-5.3/sapi/apache2filter/
H A Dconfig.m431 AC_MSG_RESULT([3. Apache was not built using --enable-so (the apxs usage page is displayed)])
/PHP-5.3/sapi/apache2handler/
H A Dconfig.m430 AC_MSG_RESULT([3. Apache was not built using --enable-so (the apxs usage page is displayed)])
/PHP-5.3/
H A DREADME.MAILINGLIST_RULES33 the descriptions on the mailinglist overview page
H A DREADME.SUBMITTING_PATCH30 If your change is large then create a Request For Comment (RFC) page
85 If your change is large then create a Request For Comment (RFC) page

Completed in 39 milliseconds

12