Home
last modified time | relevance | path

Searched refs:first (Results 626 – 650 of 652) sorted by relevance

1...<<21222324252627

/PHP-7.1/ext/standard/tests/file/
H A Dfread_variation2.phpt10 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfread_variation1.phpt10 opening userspace stream) when 8192 bytes have been read whichever comes first.
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput1218 No first char
27 No first char
37 No first char
63 No first char
H A Dtestinput7182 the same character differ. The first went wrong with heap frame storage; the
H A Dtestoutput101989 *These match just the first codepoint (invalid sequence)
1991 0+ These match just the first codepoint (invalid sequence)
H A Dtestinput101059 *These match just the first codepoint (invalid sequence)
H A Dtestoutput61433 *These match just the first codepoint (invalid sequence)
1435 0+ These match just the first codepoint (invalid sequence)
H A Dtestinput6840 *These match just the first codepoint (invalid sequence)
H A Dtestinput23169 /-- These tests are here because Perl gets the first one wrong. --/
3539 /-- These are here because Perl doesn't return a mark, except for the first --/
H A Dtestoutput87212 No first char
7232 No first char
/PHP-7.1/
H A Dconfigure.in4 dnl include Zend specific macro definitions first
803 dnl remove "none" when introducing the first incompatible LTP version and
H A DREADME.REDIST.BINS177 the new terms are clearly indicated on the first page of each file where
H A Dacinclude.m42493 dnl Check libc first if no path is provided in --with-iconv
H A DNEWS2086 . assert() will throw a ParseError when evaluating a string given as the first
3103 for the first two statements). (einavitamar at gmail dot com, Anatol)
H A Dphp.ini-development651 ; first used (Just In Time) instead of when the script starts. If these
H A Dphp.ini-production651 ; first used (Just In Time) instead of when the script starts. If these
/PHP-7.1/ext/standard/tests/strings/
H A Dstrcspn_variation8.phpt29 first line of heredoc string
H A Dstrspn_variation8.phpt29 first line of heredoc string
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1147 int first = 1; in _extension_string() local
1152 if (first) { in _extension_string()
1154 first = 0; in _extension_string()
1159 if (!first) { in _extension_string()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c3371 int first = 1; in zend_infer_types_ex() local
3384 if (first) { in zend_infer_types_ex()
3387 first = 0; in zend_infer_types_ex()
/PHP-7.1/ext/soap/
H A Dsoap.c4693 int first = 0; local
4697 if (!first) {
4699 first = 0;
/PHP-7.1/Zend/tests/
H A D019.phpt163 //dump the resource first
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch2097 /* Only the first error is ok */
2698 * try looking at the first HOWMANY bytes
/PHP-7.1/build/
H A Dlibtool.m4470 # So, first we look for a working echo in the user's PATH.
1513 # FIXME: first we should search . and the directory the executable is in
2281 # If it is relative, then search for the first ld in PATH.
2599 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c31873 pNew->first = 0;
31887 elem = pH->first;
31888 pH->first = 0;
31941 if( pH->first ){ pH->first->prev = pNew; }
31982 for(elem=pH->first, pH->first=0; elem; elem = next_elem){
65225 u16 first;
168175 pNew->first = 0;
168189 elem = pH->first;
168190 pH->first = 0;
168292 if( pH->first ){ pH->first->prev = pNew; }
[all …]

Completed in 846 milliseconds

1...<<21222324252627