Home
last modified time | relevance | path

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

12

/PHP-8.3/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-8.3/sapi/fpm/tests/
H A Dbug72185-fcgi-empty-frame.phpt28 error_log('PHP is the best programming language');
38 $tester->expectLogNotice("PHP message: PHP is the best programming language");
/PHP-8.3/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt15 // constructor invocation. Overall, the best way to address this is not clear right now.
/PHP-8.3/ext/sockets/tests/
H A Dbug76839.phpt15 // best way I could manage to reproduce this problem without modifying php itself :-/
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_constants.phpt148 /* pretty dump test, but that is the best way to mimic mysql.c */
/PHP-8.3/sapi/fpm/
H A Dphp-fpm.service.in3 # the best way is to use the "systemctl edit" command.
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt166 array(':placeholder' => 'MySQL is the best database in the world!'));
181 if ($tmp[0]['label'] !== 'MySQL is the best database in the world!') {
277 array('MySQL is the best database in the world!'));
H A Dpdo_mysql_stmt_unbuffered_2050.phpt76 ---> MySQL does its best to recover the line and cancels the retrieval
H A Dpdo_mysql_prepare_emulated.phpt160 array(':placeholder' => 'MySQL is the best database in the world!'));
265 array('MySQL is the best database in the world!'));
/PHP-8.3/win32/build/
H A Dconfig.w32.phpize.in141 SSE and SSE2 are enabled by default. The best optimization specified will \
H A Dconfig.w32405 SSE and SSE2 are enabled by default. The best instruction set specified will \
/PHP-8.3/ext/session/tests/user_session_module/
H A Dsave_handler.inc53 // read() would be the best place for locking for most save handlers.
/PHP-8.3/Zend/
H A Dzend_alloc.c938 int best = -1; local
950 if (best > 0) {
951 page_num = best;
974 if (best > 0) {
975 page_num = best;
991 best = page_num;
/PHP-8.3/ext/mbstring/tests/data/
H A DJISX0201.txt17 # same as those used by actual products, nor may they be the best suited
H A DEmojiSources.txt12 # symbols or sequences. This file does not include best-fit ("fallback")
H A DJISX0212.txt17 # same as those used by actual products, nor may they be the best suited
H A DSHIFTJIS.txt17 # same as those used by actual products, nor may they be the best suited
H A DJISX0208.txt17 # same as those used by actual products, nor may they be the best suited
H A DBIG5.txt17 # same as those used by actual products, nor may they be the best suited
/PHP-8.3/
H A Dphp.ini-production77 ; best practices at its core. But please be aware, these settings may break
319 ; If -1 is used, then dtoa mode 0 is used which automatically select the best
457 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
460 ; resources complaining about best practices and coding standards. That's what
478 ; to your code which will ensure the best interoperability
H A Dphp.ini-development77 ; best practices at its core. But please be aware, these settings may break
319 ; If -1 is used, then dtoa mode 0 is used which automatically select the best
455 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
458 ; resources complaining about best practices and coding standards. That's what
476 ; to your code which will ensure the best interoperability
H A DCONTRIBUTING.md87 for additional notes on the best way to approach submitting an RFC.
/PHP-8.3/ext/mbstring/
H A Dmbstring.c3124 unsigned int best = 0; in mb_guess_encoding_for_strings() local
3126 if (array[i].demerits < array[best].demerits) { in mb_guess_encoding_for_strings()
3127 best = i; in mb_guess_encoding_for_strings()
3130 return array[best].enc; in mb_guess_encoding_for_strings()
/PHP-8.3/build/
H A Dlibtool.m43078 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5460 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc

Completed in 119 milliseconds

12