Searched refs:best (Results 1 – 25 of 25) sorted by relevance
/PHP-5.3/ext/zip/lib/ |
H A D | zip_open.c | 516 int a, best, buflen, i; in _zip_find_central_dir() local 542 best = -1; in _zip_find_central_dir() 557 if (best <= 0) in _zip_find_central_dir() 558 best = _zip_checkcons(fp, cdir, &zerr); in _zip_find_central_dir() 560 if (best < a) { in _zip_find_central_dir() 563 best = a; in _zip_find_central_dir() 571 best = _zip_checkcons(fp, cdir, &zerr); in _zip_find_central_dir() 573 best = 0; in _zip_find_central_dir() 580 if (best < 0) { in _zip_find_central_dir()
|
/PHP-5.3/scripts/dev/ |
H A D | phpextdist | 26 gzip --best $distname.tar
|
/PHP-5.3/ext/soap/ |
H A D | TODO.old | 18 when using wsdls and function names are similar find the best match
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_constants.phpt | 159 /* pretty dump test, but that is the best way to mimic mysql.c */
|
/PHP-5.3/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-5.3/sapi/nsapi/ |
H A D | nsapi-readme.txt | 9 environment for Netscape to find all the shared libs. This is best done
|
/PHP-5.3/ |
H A D | README.EXT_SKEL | 122 best suited for quickly generating a wrapper for c-library functions you
|
H A D | php.ini-development | 77 ; best practices at its core. But please be aware, these settings may break 477 ; those related to E_NOTICE and E_STRICT, which together cover best practices and 480 ; resources complaining about best practices and coding standards. That's what 498 ; to your code which will ensure the best interoperability 699 ; You should do your best to write your scripts so that they do not require
|
H A D | php.ini-production | 77 ; best practices at its core. But please be aware, these settings may break 477 ; those related to E_NOTICE and E_STRICT, which together cover best practices and 480 ; resources complaining about best practices and coding standards. That's what 498 ; to your code which will ensure the best interoperability 699 ; You should do your best to write your scripts so that they do not require
|
H A D | INSTALL | 673 environment for the server to find all the shared libs. This can best
|
H A D | NEWS | 4481 . guarantee of reasonable time for worst cases of best-fit free block
|
/PHP-5.3/Zend/ |
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-5.3/win32/build/ |
H A D | config.w32.phpize.in | 186 // Equivalent to Release_TSInline build -> best optimization
|
H A D | config.w32 | 193 // Equivalent to Release_TSInline build -> best optimization
|
/PHP-5.3/ext/mbstring/ |
H A D | README_PHP3-i18n-ja | 31 is the best place for this. 411 For best auto detection, add multibyte charactor at begining of
|
/PHP-5.3/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-5.3/win32/ |
H A D | install.txt | 123 installation is the best choice to have your system secure and 414 element manually yourself. If you would like to achieve the best 422 directive (read the installation on Apache 2 page), otherwise your best
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 109 The best way of guarding against this possibility is to use the 5399 In general, the \C escape sequence is best avoided. However, one way of 6565 unlimited nested parentheses. Without the use of recursion, the best 7224 \C one data unit, even in UTF mode (best avoided) 7847 tive code if JIT is not available. For programs that need the best pos- 8099 writing the same memory area). The best practice for multithreaded pro- 8170 for use where JIT is known to be available, and which need the best 8509 It is best to use PCRE_PARTIAL_HARD in this situation, because it does 8600 Because of these problems, it is best to use PCRE_PARTIAL_HARD when 8914 tain newlines, the best performance is obtained by setting PCRE_DOTALL,
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | README | 743 automatically re-generated. The best way to do this is to move
|
H A D | ChangeLog | 427 best practice nowadays, and helps with cross-compiling. (If the exec_prefix
|
/PHP-5.3/build/ |
H A D | libtool.m4 | 3070 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 5452 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 3791 >4 belong 0x090A0C0D best compression 8396 # (best; not yet implemented):
|
Completed in 287 milliseconds