Searched refs:strategy (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | msgfmt_format_error6.phpt | 17 Warning: MessageFormatter::format(): No strategy to convert the value given for the argument with k…
|
/php-src/Zend/tests/multibyte/ |
H A D | multibyte_encoding_006.phpt | 2 Scripts with flex-incompatible encoding without suitable conversion strategy
|
/php-src/ext/standard/tests/strings/ |
H A D | htmlentities19.phpt | 7 "\xE3\x80\x22", // Unicode TR #36, 3.6.1; use strategy #2
|
/php-src/.github/workflows/ |
H A D | root.yml | 44 strategy:
|
H A D | push.yml | 70 strategy: 187 strategy:
|
H A D | nightly.yml | 111 strategy: 221 strategy: 297 strategy: 424 strategy: 948 strategy:
|
/php-src/ext/zlib/ |
H A D | zlib.c | 1080 zend_long encoding, level = -1, memory = 8, window = 15, strategy = Z_DEFAULT_STRATEGY; in PHP_FUNCTION() local 1115 strategy = zval_get_long(option_buffer); in PHP_FUNCTION() 1117 switch (strategy) { in PHP_FUNCTION() 1155 if (deflateInit2(&ctx->Z, level, Z_DEFLATED, encoding, memory, strategy) != Z_OK) { in PHP_FUNCTION()
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 5032 int strategy, bool is_reset) in reflection_class_new_lazy() argument 5041 ZEND_ASSERT(strategy == ZEND_LAZY_OBJECT_STRATEGY_GHOST in reflection_class_new_lazy() 5042 || strategy == ZEND_LAZY_OBJECT_STRATEGY_PROXY); in reflection_class_new_lazy() 5092 strategy | options); in reflection_class_new_lazy()
|
/php-src/ext/mbstring/libmbfl/ |
H A D | LICENSE | 25 strategy to use in any particular case, based on the explanations below.
|
/php-src/ext/bcmath/libbcmath/ |
H A D | LICENSE | 25 strategy to use in any particular case, based on the explanations
|
Completed in 67 milliseconds