Home
last modified time | relevance | path

Searched refs:range (Results 201 – 225 of 232) sorted by relevance

12345678910

/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php253 $a = range(0, $maxencnum);
H A Dents_html5.txt1679 range 029A5
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_seek.phpt74 /* intentionally out of range! */
H A Dmysqli_get_warnings.phpt125 /* out of range, three warnings */
H A Dmysqli_stmt_big_prepare.phpt24 $cleanupIds = range(1000, 3007);
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt54 echo hash('crc32c', "If the enemy is within range, then so are you."), "\n";
/PHP-7.4/Zend/
H A Dbench.php322 $flags = range (0,8192);
H A Dzend_execute.c3943 const zend_live_range *range = &op_array->live_range[i]; in find_live_range() local
3944 if (op_num >= range->start && op_num < range->end in find_live_range()
3945 && var_num == (range->var & ~ZEND_LIVE_MASK)) { in find_live_range()
3946 return range; in find_live_range()
3958 const zend_live_range *range = &EX(func)->op_array.live_range[i]; in cleanup_live_vars() local
3959 if (range->start > op_num) { in cleanup_live_vars()
3962 } else if (op_num < range->end) { in cleanup_live_vars()
3963 if (!catch_op_num || catch_op_num >= range->end) { in cleanup_live_vars()
3964 uint32_t kind = range->var & ZEND_LIVE_MASK; in cleanup_live_vars()
3965 uint32_t var_num = range->var & ~ZEND_LIVE_MASK; in cleanup_live_vars()
/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c143 ADD_STRING(range); in PHP_FUNCTION()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c2200 && !info->range.overflow && !info->range.underflow in value_from_type_and_range()
2201 && info->range.min == info->range.max) { in value_from_type_and_range()
2202 ZVAL_LONG(tmp, info->range.min); in value_from_type_and_range()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_stripos.phpt68 // Out of range - should return false
H A Dmb_strpos.phpt68 // Out of range - should return false
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4699 struct range
714 range r {};
/PHP-7.4/ext/standard/tests/strings/
H A Dbug49785.phpt57 foreach (array_map('chr', range(0xa0, 0xdf)) as $c) {
66 foreach (array_map('chr', array_merge(range(0x81, 0x9f), range(0xe0, 0xfc))) as $c) {
81 foreach (array_map('chr', array_merge(range(0x80, 0x8d), range(0x90, 0x9f))) as $c) {
96 foreach (array_map('chr', array_merge(range(0xa1, 0xfe))) as $c) {
127 foreach (array_map('chr', range(0x81, 0xfe)) as $c) {
H A Dget_html_translation_table_basic5.phpt1261 [⦥] => &range;
H A Dhtml_entity_decode_html5.phpt1684 "&range;",
3818 &range; => ⦥ e2a6a5
H A Dhtmlentities_html5.phpt1196 &range; U+029A5
/PHP-7.4/ext/com_dotnet/tests/
H A Dvariants.phpt620 exception Out of present range.
H A Dvariants_x64.phpt623 exception Out of present range.
/PHP-7.4/docs/
H A Dparameter-parsing-api.md78 L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (zend_long, ZEND_LONG_MAX/ZEND_LONG_MIN)
H A Dstreams.md71 streams there are a range of functions to do this defined in `php_streams.h`. A
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re422 php_error_docref(NULL, E_WARNING, "Numerical result out of range");
993 /* use iv() not uiv() in order to check data range */
/PHP-7.4/ext/mbstring/
H A Dmbstring.c70 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
71 onig_search(reg, str, end, start, range, region, option)
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE396 generous contributions to the wide range of software distributed
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE400 generous contributions to the wide range of software distributed

Completed in 79 milliseconds

12345678910