Home
last modified time | relevance | path

Searched refs:wc (Results 1 – 9 of 9) sorted by relevance

/PHP-7.2/ext/pcre/
H A Dconfig0.m439 pcre_minor_length=`echo "$pcre_minor" | wc -c | sed -e 's/[^0-9]//g'`
/PHP-7.2/build/
H A Dshtool483 bytes=`echo '\1' | wc -c | awk '{ printf("%s", $1); }'`
485 bytes=`echo -E '\1' | wc -c | awk '{ printf("%s", $1); }'`
493 bytes=`echo -n 123 2>/dev/null | wc -c | awk '{ printf("%s", $1); }'`
/PHP-7.2/Zend/
H A Dzend_strtod.c856 int k, wa, wb, wc; local
876 wc = wa + wb;
877 if (wc > a->maxwds)
880 for(x = c->x, xa = x + wc; x < xa; x++)
952 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
953 c->wds = wc;
/PHP-7.2/ext/hash/tests/
H A Dfnv1a32.phpt196 array( '\\/:wc\\jC04@q_. jZA7xd9jD}zw>vwwS\'3Lko8', '924bf023' ),
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput82538 /(?=a(?i)b)\w\wc/
H A Dtestinput12113 /(?=a(?i)b)\w\wc/
H A Dtestoutput83987 /(?=a(?i)b)\w\wc/
H A Dtestoutput13309 /(?=a(?i)b)\w\wc/
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c138032 pOrWc = &pTerm->u.pOrInfo->wc;
138457 sqlite3WhereClauseClear(&p->wc);
138465 sqlite3WhereClauseClear(&p->wc);
138663 while( (c=z[cnt])!=0 && c!=wc[0] && c!=wc[1] && c!=wc[2] ){
138665 if( c==wc[3] && z[cnt]!=0 ) cnt++;
138680 *pisComplete = c==wc[0] && z[cnt+1]==0;
138689 if( zNew[iFrom]==wc[3] ) iFrom++;
138905 if( N<pTerm->u.pAndInfo->wc.nTerm ){
138906 return &pTerm->u.pAndInfo->wc.a[N];
139084 pOrWc = &pOrInfo->wc;
[all …]

Completed in 589 milliseconds