/PHP-7.1/Zend/tests/ |
H A D | list_keyed.phpt | 28 7 => "the best PHP version", 62 string(20) "the best PHP version" 70 string(20) "the best PHP version"
|
H A D | list_keyed_undefined.phpt | 7 7 => "the best PHP version",
|
/PHP-7.1/scripts/dev/ |
H A D | phpextdist | 26 gzip --best $distname.tar
|
/PHP-7.1/ext/zip/lib/ |
H A D | zip_open.c | 567 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 D | php-fpm.service.in | 3 # the best way is to use the "systemctl edit" command.
|
/PHP-7.1/ext/pdo_dblib/ |
H A D | README | 23 it's best to use the DSN (rather than freetds.conf, etc.) to set the version.
|
/PHP-7.1/ext/soap/ |
H A D | TODO.old | 17 when using wsdls and function names are similar find the best match
|
/PHP-7.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native.phpt | 163 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 D | pdo_mysql_stmt_unbuffered_2050.phpt | 75 ---> MySQL does its best to recover the line and cancels the retrieval
|
H A D | pdo_mysql_prepare_emulated.phpt | 156 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 D | mysqli_constants.phpt | 182 /* pretty dump test, but that is the best way to mimic mysql.c */
|
/PHP-7.1/ |
H A D | CONTRIBUTING.md | 42 for additional notes on the best way to approach submitting an RFC.
|
H A D | README.EXT_SKEL | 145 best suited for quickly generating a wrapper for c-library functions you
|
H A D | UPGRADING | 482 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 D | php.ini-development | 77 ; 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 D | php.ini-production | 77 ; 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 D | zend_alloc.c | 911 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 D | OBJECTS2_HOWTO | 62 where the property is stored. If the aren't, the best way is to create
|
H A D | ZEND_CHANGES | 534 exception classes that don't inherit from Exception it is best to
|
/PHP-7.1/ext/opcache/ |
H A D | README | 43 We recommend the following configuration options for best performance
|
/PHP-7.1/ext/mbstring/ |
H A D | README_PHP3-i18n-ja | 31 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 D | Tutorial.txt | 204 marks are in noncanonical order will there be a problem. If the setting is On, then the best
|
/PHP-7.1/win32/ |
H A D | install.txt | 119 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 D | pcre.txt | 5062 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 D | README | 810 automatically re-generated. The best way to do this is to move
|