Home
last modified time | relevance | path

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

12

/php-src/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-src/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-src/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-src/ext/sockets/tests/
H A Dbug76839.phpt16 // best way I could manage to reproduce this problem without modifying php itself :-/
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_myisam.phpt108 array(':placeholder' => 'MySQL is the best database in the world!'));
123 if ($tmp[0]['label'] !== '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_native_myisam_index.phpt107 array('MySQL is the best database in the world!'));
H A Dpdo_mysql_prepare_emulated_myisam.phpt98 array(':placeholder' => 'MySQL is the best database in the world!'));
H A Dpdo_mysql_prepare_emulated_myisam_index.phpt101 array('MySQL is the best database in the world!'));
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt175 array('MySQL is the best database in the world!'));
/php-src/docs/source/
H A Dindex.rst41 are not easy to grasp by reading code alone. It describes best practices, and will frequently omit
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c1525 uint32_t best = 0; in ir_schedule_blocks_bottom_up() local
1531 best = next; in ir_schedule_blocks_bottom_up()
1533 } else if (!best || bb_freq[next] < bb_freq[best]) { in ir_schedule_blocks_bottom_up()
1535 best = next; in ir_schedule_blocks_bottom_up()
1541 if (best) { in ir_schedule_blocks_bottom_up()
1543 chains[src].head = best; in ir_schedule_blocks_bottom_up()
1544 chains[best].head = best; in ir_schedule_blocks_bottom_up()
H A Dir_gcm.c81 uint32_t flags, best, b; in ir_gcm_select_best_block() local
109 best = b = lca; in ir_gcm_select_best_block()
115 best = b; in ir_gcm_select_best_block()
124 best = b; in ir_gcm_select_best_block()
128 return best; in ir_gcm_select_best_block()
/php-src/ext/mysqli/tests/
H A Dmysqli_constants.phpt148 /* pretty dump test, but that is the best way to mimic mysql.c */
/php-src/sapi/fpm/
H A Dphp-fpm.service.in3 # the best way is to use the "systemctl edit" command.
/php-src/win32/build/
H A Dconfig.w32.phpize.in141 SSE and SSE2 are enabled by default. The best optimization specified will \
H A Dconfig.w32397 SSE and SSE2 are enabled by default. The best instruction set specified will \
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc53 // read() would be the best place for locking for most save handlers.
/php-src/Zend/
H A Dzend_alloc.c940 int best = -1; local
952 if (best > 0) {
953 page_num = best;
976 if (best > 0) {
977 page_num = best;
993 best = page_num;
/php-src/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")
/php-src/
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 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
/php-src/ext/mbstring/
H A Dmbstring.c3375 unsigned int best = 0; in mb_guess_encoding_for_strings() local
3377 if (array[i].demerits < array[best].demerits) { in mb_guess_encoding_for_strings()
3378 best = i; in mb_guess_encoding_for_strings()
3381 return array[best].enc; in mb_guess_encoding_for_strings()

Completed in 93 milliseconds

12