Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 757) sorted by last modified time

12345678910>>...31

/PHP-5.5/win32/
H A Dinstall.txt81 need the command line executable. For more information, read the
88 within them. For more information about PHP-GTK, please visit the site
248 more stable and can be faster than the ISAPI module with IIS.
274 Read more about how to add your PHP directory to PATH in the
396 system directory. For more details, see the FAQ on Setting the
500 It is worth noting here that now the SAPI module has been made more
502 it is more transparent and secure.
1212 Some problems are more common than others. The most common ones are
1390 ini_set() page for more information.
1474 more complex by not having completely separate execution threads,
/PHP-5.5/tests/output/
H A Dob_implicit_flush_error_001.phpt14 //Test ob_implicit_flush with one more than the expected number of arguments
15 echo "\n-- Testing ob_implicit_flush() function with more than expected no. of arguments --\n";
25 -- Testing ob_implicit_flush() function with more than expected no. of arguments --
/PHP-5.5/tests/security/
H A Dopen_basedir.inc17 // See http://www.php.net/features.safe-mode for more information
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt19 $more = $this->num < $this->obj->max;
20 echo __METHOD__ . ' = ' .($more ? 'true' : 'false') . "\n";
21 return $more;
/PHP-5.5/tests/func/
H A D004.phpt19 echo "This is some other function, to ensure more than just one function works fine...\n";
65 This is some other function, to ensure more than just one function works fine...
/PHP-5.5/tests/classes/
H A Diterators_001.phpt20 $more = $this->num < $this->obj->max;
21 echo __METHOD__ . ' = ' .($more ? 'true' : 'false') . "\n";
22 return $more;
H A Diterators_002.phpt21 $more = $this->num < $this->obj->max;
22 echo __METHOD__ . ' = ' .($more ? 'true' : 'false') . "\n";
23 return $more;
H A Diterators_003.phpt20 $more = $this->num < $this->obj->max;
21 echo __METHOD__ . ' = ' .($more ? 'true' : 'false') . "\n";
22 return $more;
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1682 …$this->testCase[] = "Test function ".$this->subject->getName()."() by calling it more than or less…
1845 …ct->getClassName()." method ".$this->subject->getName()."() by calling it more than or less than i…
/PHP-5.5/sapi/roxen/
H A DTODO6 - Rewriting header handling so that more than one header with the same
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch834 ** each vhost would make more sense.
1862 /* Is there room in our buffer to read more bytes? */
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt53 * Make more options configurable: number of threads, iterations, etc.
54 * Improve stdout output to make it more useful
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in9 ; Include one or more files. If glob(3) exists, it is used to include a bunch of
276 ; when pm tries to start more children (works only for
/PHP-5.5/sapi/cli/
H A DREADME19 * Other more sophisticated command line switches (see: man php)
/PHP-5.5/sapi/caudium/
H A DREADME13 (neotron@php.net or neotron@caudium.net). For more information on
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI63 like persistent database connections are used more efficiently.
89 (see mod_fastcgi docs for more configuration information):
142 On the other hand, having more processes running will use more RAM, and letting
/PHP-5.5/
H A Dphp.ini-development19 ; See the PHP docs for more specific information.
82 ; much more verbose when it comes to errors. We recommending using the
93 ; Please see the actual settings later in the document for more details as to why
750 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
1372 ; a more efficient layout for servers that handle lots of sessions.
1458 ; this is a more efficient approach.
1820 ; For more information about mcrypt settings see http://php.net/mcrypt-module-open
H A Dphp.ini-production19 ; See the PHP docs for more specific information.
82 ; much more verbose when it comes to errors. We recommending using the
93 ; Please see the actual settings later in the document for more details as to why
750 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
1372 ; a more efficient layout for servers that handle lots of sessions.
1458 ; this is a more efficient approach.
1820 ; For more information about mcrypt settings see http://php.net/mcrypt-module-open
H A Dltmain.sh6382 $echo "more information, such as the ld(1) and ld.so(8) manual pages."
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_error.phpt2 Test function readgzfile() by calling it more than or less than its expected arguments
H A Dgzgetc_error.phpt2 Test function gzgetc() by calling it more than or less than its expected arguments
H A Dgzgets_error.phpt2 Test function gzgets() by calling it more than or less than its expected arguments
H A Dgzinflate_error1.phpt24 echo "\n-- Testing gzcompress() function with more than expected no. of arguments --\n";
58 -- Testing gzcompress() function with more than expected no. of arguments --
H A Dgzopen_error.phpt20 //Test gzopen with one more than the expected number of arguments
21 echo "\n-- Testing gzopen() function with more than expected no. of arguments --\n";
38 -- Testing gzopen() function with more than expected no. of arguments --
H A Dgzpassthru_error.phpt2 Test function gzpassthru() by calling it more than or less than its expected arguments

Completed in 71 milliseconds

12345678910>>...31