Home
last modified time | relevance | path

Searched refs:mid (Results 1 – 24 of 24) sorted by relevance

/PHP-7.4/scripts/dev/
H A Dcheck_parameters.php79 $mid = intval(($left + $right)/2);
80 $val = $lines_offset[$mid];
83 if (++$mid > $count || $lines_offset[$mid] > $offset) {
84 $line = $mid;
87 $left = $mid;
90 if ($lines_offset[--$mid] < $offset) {
91 $line = $mid+1;
94 $right = $mid;
97 $line = $mid+1;
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_script_run.c405 int mid; in PRIV() local
415 mid = (top + bot) / 2; in PRIV()
416 if (c <= PRIV(ucd_digit_sets)[mid]) top = mid; else bot = mid; in PRIV()
H A Dpcre2_substring.c490 uint16_t mid = (top + bot) / 2; in pcre2_substring_nametable_scan() local
491 PCRE2_SPTR entry = nametable + entrysize*mid; in pcre2_substring_nametable_scan()
516 if (c > 0) bot = mid + 1; else top = mid; in pcre2_substring_nametable_scan()
/PHP-7.4/Zend/tests/
H A Dns_trailing_comma_error_05.phpt2 Group use declarations mustn't contain two commas mid-list
H A Dns_trailing_comma_error_08.phpt2 Unmixed group use declarations mustn't contain two commas mid-list
/PHP-7.4/ext/dom/tests/
H A DDOMCharacterData_substringData_basic_001.phpt2 __DOMCharacterData::substringData pull mid section of string
/PHP-7.4/ext/standard/tests/url/
H A Dbug47174.phpt2 Bug #47174 (base64_decode() interprets pad char in mid string as terminator)
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dqueue.c851 int low, mid, hi, val; in Q_BSearch() local
857 mid = (low + hi) / 2; in Q_BSearch()
858 val = Comp(key, queue_index[ mid ]); in Q_BSearch()
861 hi = mid - 1; in Q_BSearch()
864 low = mid + 1; in Q_BSearch()
867 return mid; in Q_BSearch()
/PHP-7.4/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt2 finally is run even if a generator is closed mid-execution
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c424 int mid = ((unsigned)left + right) >> 1; in seek_to_tz_position() local
425 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()
428 right = mid - 1; in seek_to_tz_position()
430 left = mid + 1; in seek_to_tz_position()
432 (*tzf) = &(tzdb->data[tzdb->index[mid].pos]); in seek_to_tz_position()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c424 cdf_secid_t *msa, mid, sec; in cdf_read_sat() local
425 size_t nsatpersec = (ss / sizeof(mid)) - 1; in cdf_read_sat()
461 mid = h->h_secid_first_sector_in_master_sat; in cdf_read_sat()
463 if (mid < 0) in cdf_read_sat()
469 if (cdf_read_sector(info, msa, 0, ss, h, mid) != in cdf_read_sat()
471 DPRINTF(("Reading master sector %d", mid)); in cdf_read_sat()
491 mid = CDF_TOLE4(CAST(uint32_t, msa[nsatpersec])); in cdf_read_sat()
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt78 'mid' => 'audio/midi',
372 'mid' => 'audio/midi',
674 'mid' => 'audio/midi',
H A Dphar_setdefaultstub.phpt98 'mid' => 'audio/midi',
393 'mid' => 'audio/midi',
688 'mid' => 'audio/midi',
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar42 'mid' => 'audio/midi',
H A Dopenssl.phar42 'mid' => 'audio/midi',
/PHP-7.4/ext/phar/tests/files/
H A Dinclude_path2.phar42 'mid' => 'audio/midi',
H A Dnophar.phar42 'mid' => 'audio/midi',
H A Dopenssl.phar42 'mid' => 'audio/midi',
/PHP-7.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt1038 [∣] => &mid;
H A Dhtml_entity_decode_html5.phpt1360 "&mid;",
3494 &mid; => ∣ e288a3
H A Dhtmlentities_html5.phpt735 &mid; U+02223
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt1355 mid 02223
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4582 >16 byte x mid-side
H A Dmagic4582 >16 byte x mid-side

Completed in 188 milliseconds