Home
last modified time | relevance | path

Searched refs:best (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.1/Zend/tests/
H A Dlist_keyed.phpt28 7 => "the best PHP version",
62 string(20) "the best PHP version"
70 string(20) "the best PHP version"
H A Dlist_keyed_undefined.phpt7 7 => "the best PHP version",
/PHP-7.1/scripts/dev/
H A Dphpextdist26 gzip --best $distname.tar
/PHP-7.1/ext/zip/lib/
H A Dzip_open.c567 zip_int64_t best; in _zip_find_central_dir() local
594 best = -1; in _zip_find_central_dir()
607 if (best <= 0) { in _zip_find_central_dir()
608 best = _zip_checkcons(za, cdir, &error); in _zip_find_central_dir()
612 if (best < a) { in _zip_find_central_dir()
615 best = a; in _zip_find_central_dir()
624 best = _zip_checkcons(za, cdir, &error); in _zip_find_central_dir()
626 best = 0; in _zip_find_central_dir()
638 if (best < 0) { in _zip_find_central_dir()
/PHP-7.1/sapi/fpm/
H A Dphp-fpm.service.in3 # the best way is to use the "systemctl edit" command.
/PHP-7.1/ext/pdo_dblib/
H A DREADME23 it's best to use the DSN (rather than freetds.conf, etc.) to set the version.
/PHP-7.1/ext/soap/
H A DTODO.old17 when using wsdls and function names are similar find the best match
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt163 array(':placeholder' => 'MySQL is the best database in the world!'));
178 if ($tmp[0]['label'] !== 'MySQL is the best database in the world!') {
274 array('MySQL is the best database in the world!'));
H A Dpdo_mysql_stmt_unbuffered_2050.phpt75 ---> MySQL does its best to recover the line and cancels the retrieval
H A Dpdo_mysql_prepare_emulated.phpt156 array(':placeholder' => 'MySQL is the best database in the world!'));
261 array('MySQL is the best database in the world!'));
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_constants.phpt182 /* pretty dump test, but that is the best way to mimic mysql.c */
/PHP-7.1/
H A DCONTRIBUTING.md42 for additional notes on the best way to approach submitting an RFC.
H A DREADME.EXT_SKEL145 best suited for quickly generating a wrapper for c-library functions you
H A DUPGRADING482 best way to achieve it is by setting the default or internal encoding to
508 For the best portability, it is strongely recommended to handle filenames,
H A Dphp.ini-development77 ; best practices at its core. But please be aware, these settings may break
301 ; If -1 is used, then dtoa mode 0 is used which automatically select the best
416 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
419 ; resources complaining about best practices and coding standards. That's what
437 ; to your code which will ensure the best interoperability
H A Dphp.ini-production77 ; best practices at its core. But please be aware, these settings may break
301 ; If -1 is used, then dtoa mode 0 is used which automatically select the best
416 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
419 ; resources complaining about best practices and coding standards. That's what
437 ; to your code which will ensure the best interoperability
/PHP-7.1/Zend/
H A Dzend_alloc.c911 int best = -1; local
923 if (best > 0) {
924 page_num = best;
947 if (best > 0) {
948 page_num = best;
964 best = page_num;
H A DOBJECTS2_HOWTO62 where the property is stored. If the aren't, the best way is to create
H A DZEND_CHANGES534 exception classes that don't inherit from Exception it is best to
/PHP-7.1/ext/opcache/
H A DREADME43 We recommend the following configuration options for best performance
/PHP-7.1/ext/mbstring/
H A DREADME_PHP3-i18n-ja31 is the best place for this.
411 For best auto detection, add multibyte character at beginning of
/PHP-7.1/ext/intl/doc/
H A DTutorial.txt204 marks are in noncanonical order will there be a problem. If the setting is On, then the best
/PHP-7.1/win32/
H A Dinstall.txt119 installation is the best choice to have your system secure and
277 element manually yourself. If you would like to achieve the best
285 directive (read the installation on Apache 2 page), otherwise your best
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt5062 For greater clarity and unambiguity, it is best to avoid following \ by
5729 In general, the \C escape sequence is best avoided. However, one way of
5956 from other environments, and is best not used in any new patterns. Note
6953 unlimited nested parentheses. Without the use of recursion, the best
7720 \C one data unit, even in UTF mode (best avoided)
8357 tive code if JIT is not available. For programs that need the best pos-
8603 writing the same memory area). The best practice for multithreaded pro-
8674 for use where JIT is known to be available, and which need the best
9027 It is best to use PCRE_PARTIAL_HARD in this situation, because it does
9138 Because of these problems, it is best to use PCRE_PARTIAL_HARD when
[all …]
/PHP-7.1/ext/pcre/pcrelib/
H A DREADME810 automatically re-generated. The best way to do this is to move

Completed in 96 milliseconds

12