Home
last modified time | relevance | path

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

/PHP-7.2/scripts/dev/
H A Dcheck_parameters.php81 $mid = intval(($left + $right)/2);
82 $val = $lines_offset[$mid];
85 if (++$mid > $count || $lines_offset[$mid] > $offset) {
86 $line = $mid;
89 $left = $mid;
92 if ($lines_offset[--$mid] < $offset) {
93 $line = $mid+1;
96 $right = $mid;
99 $line = $mid+1;
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_get.c118 int mid = (top + bot) / 2; in pcre_get_stringnumber() local
119 pcre_uchar *entry = nametable + entrysize*mid; in pcre_get_stringnumber()
123 if (c > 0) bot = mid + 1; else top = mid; in pcre_get_stringnumber()
202 int mid = (top + bot) / 2; in pcre_get_stringtable_entries() local
203 pcre_uchar *entry = nametable + entrysize*mid; in pcre_get_stringtable_entries()
234 if (c > 0) bot = mid + 1; else top = mid; in pcre_get_stringtable_entries()
/PHP-7.2/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.2/ext/xmlrpc/libxmlrpc/
H A Dqueue.c853 int low, mid, hi, val; in Q_BSearch() local
859 mid = (low + hi) / 2; in Q_BSearch()
860 val = Comp(key, queue_index[ mid ]); in Q_BSearch()
863 hi = mid - 1; in Q_BSearch()
866 low = mid + 1; in Q_BSearch()
869 return mid; in Q_BSearch()
/PHP-7.2/ext/dom/tests/
H A DDOMCharacterData_substringData_basic_001.phpt2 __DOMCharacterData::substringData pull mid section of string
/PHP-7.2/ext/standard/tests/url/
H A Dbug47174.phpt2 Bug #47174 (base64_decode() interprets pad char in mid string as terminator)
/PHP-7.2/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt2 finally is run even if a generator is closed mid-execution
/PHP-7.2/ext/date/lib/
H A Dparse_tz.c386 int mid = ((unsigned)left + right) >> 1; in seek_to_tz_position() local
387 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()
390 right = mid - 1; in seek_to_tz_position()
392 left = mid + 1; in seek_to_tz_position()
394 (*tzf) = &(tzdb->data[tzdb->index[mid].pos]); in seek_to_tz_position()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf.c443 cdf_secid_t *msa, mid, sec; in cdf_read_sat() local
444 size_t nsatpersec = (ss / sizeof(mid)) - 1; in cdf_read_sat()
480 mid = h->h_secid_first_sector_in_master_sat; in cdf_read_sat()
482 if (mid < 0) in cdf_read_sat()
488 if (cdf_read_sector(info, msa, 0, ss, h, mid) != (ssize_t)ss) { in cdf_read_sat()
489 DPRINTF(("Reading master sector %d", mid)); in cdf_read_sat()
508 mid = CDF_TOLE4((uint32_t)msa[nsatpersec]); in cdf_read_sat()
/PHP-7.2/
H A DCONTRIBUTING.md17 For example, at the time of writing in mid-2017, the lowest supported version is
/PHP-7.2/ext/phar/tests/
H A Dphar_setdefaultstub.phpt98 'mid' => 'audio/midi',
393 'mid' => 'audio/midi',
688 'mid' => 'audio/midi',
H A Dphar_createdefaultstub.phpt78 'mid' => 'audio/midi',
372 'mid' => 'audio/midi',
674 'mid' => 'audio/midi',
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dnophar.phar42 'mid' => 'audio/midi',
H A Dopenssl.phar42 'mid' => 'audio/midi',
/PHP-7.2/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.2/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.2/ext/standard/html_tables/
H A Dents_html5.txt1355 mid 02223
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c121473 int upr, lwr, mid = 0, rc;
121477 mid = (lwr+upr)/2;
121478 rc = sqlite3_stricmp(zName, aPragmaName[mid].zName);
121481 upr = mid - 1;
121483 lwr = mid + 1;
121486 return lwr>upr ? 0 : &aPragmaName[mid];
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic3921 >16 byte x mid-side
H A Dmagic私はガラスを食べられます3921 >16 byte x mid-side

Completed in 640 milliseconds