Home
last modified time | relevance | path

Searched refs:first (Results 101 – 125 of 501) sorted by path

12345678910>>...21

/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2320 /* Only the first error is ok */
2981 * try looking at the first ms->bytes_max bytes
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic2153 # descBlock first block of driver
6449 # or first section header
8826 # look for first keyword
12930 # Check that the first 100 lines start with C or whitespace first.
17528 # Jump to the first segment
23570 # check the first line
24238 # look after first key
24684 # the first byte of which is never 0, while the first byte of the Git pack
24942 # skip past first (video) LIST
27106 # check the first line
[all …]
H A Dmagic私はガラスを食べられます2153 # descBlock first block of driver
6449 # or first section header
8826 # look for first keyword
12930 # Check that the first 100 lines start with C or whitespace first.
17528 # Jump to the first segment
23570 # check the first line
24238 # look after first key
24684 # the first byte of which is never 0, while the first byte of the Git pack
24942 # skip past first (video) LIST
27106 # check the first line
[all …]
/PHP-7.4/ext/filter/
H A Dlogical_filters.c353 int first, n; in php_filter_float() local
392 first = 1; in php_filter_float()
400 if (!first && n != 3) { in php_filter_float()
422 if (first?(n < 1 || n > 3):(n != 3)) { in php_filter_float()
425 first = 0; in php_filter_float()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c311 int first = 1; in gdImageColorClosestAlpha() local
328 if (first || (dist < mindist)) { in gdImageColorClosestAlpha()
331 first = 0; in gdImageColorClosestAlpha()
477 int first = 1; in gdImageColorClosestHWB() local
488 if (first || (dist < mindist)) { in gdImageColorClosestHWB()
491 first = 0; in gdImageColorClosestHWB()
/PHP-7.4/ext/gd/tests/
H A Dbug67447.phpt22 imagecolorallocate($image, 0, 0, 255); // first palette color = background
H A Dimageloadfont_error2.phpt2 Testing that imageloadfont() breaks on invalid file passed as first argument
H A Dimagesetthickness_error1.phpt2 Testing imagetruecolortopalette(): wrong types for first parameter
/PHP-7.4/ext/gettext/tests/
H A Dgettext_bindtextdomain-emptydomain.phpt13 Warning: The first parameter of bindtextdomain must not be empty in %s on line %d
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
165 /* processing full blocks first */
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
165 /* processing full blocks first */
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-7.4/ext/iconv/tests/
H A Diconv_strpos_basic.phpt13 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_error2.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation5.phpt13 * Description: Find position of first occurrence of a string within another
/PHP-7.4/ext/imap/
H A Dphp_imap.c3589 int first; in PHP_FUNCTION() local
3681 first = 1; in PHP_FUNCTION()
3683 if (first) { in PHP_FUNCTION()
3684 first = 0; in PHP_FUNCTION()
3926 if (first) { in PHP_FUNCTION()
/PHP-7.4/ext/imap/tests/
H A Dbug80710_2.phpt13 …il"] = "X-INJECTED-REMAIL: X-INJECTED\nFrom: X-INJECTED-REMAIL-FROM"; //<--- Injected as first hdr
H A Dimap_fetch_overview_basic.phpt36 //first object in array
H A Dimap_fetchbody_variation4.phpt29 //Note: the first four values are valid as they will all be cast to 1L.
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md34 and by passing `NULL` as the first parameter. The last function is a combination
35 of the first two. If the message is not a static buffer, `copyMsg` should be 1.
62 by passing a pointer to the object's `intl_error` structed as the first parameter.
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp269 PHP_ME_MAPPING(first, breakiter_first, ainfo_biter_void, ZEND_ACC_PUBLIC)
H A Dbreakiterator_iterators.cpp79 int32_t pos = biter->first(); in _breakiterator_rewind()
192 bio->biter->first(); in _breakiterator_parts_rewind()
H A Dbreakiterator_methods.cpp240 &BreakIterator::first, in PHP_FUNCTION()
H A Dcodepointiterator_internal.cpp149 int32_t CodePointBreakIterator::first(void) in first() function in CodePointBreakIterator
H A Dcodepointiterator_internal.h62 virtual int32_t first(void);
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c218 zval *first; in collator_compare_func() local
224 first = &f->val; in collator_compare_func()
227 if( INTL_G(compare_func)( &result, first, second) == FAILURE ) in collator_compare_func()

Completed in 158 milliseconds

12345678910>>...21