Home
last modified time | relevance | path

Searched refs:sc (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dstrcasestr.c69 char c, sc; in strcasestr() local
77 if ((sc = *s++) == 0) in strcasestr()
79 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
/php-src/main/
H A Dreentrancy.c266 int c, sc; in php_strtok_r() local
279 for (spanp = (char *)delim; (sc = *spanp++) != 0; ) in php_strtok_r()
281 if (c == sc) in php_strtok_r()
304 if ((sc = *spanp++) == c) in php_strtok_r()
319 while (sc != 0); in php_strtok_r()
/php-src/ext/soap/tests/
H A Dbug79357.phpt8 $sc = new SoapClient(__DIR__ . '/bug79357.wsdl');
9 $res = $sc->Add(['intA'=>1]);
/php-src/Zend/
H A Dzend_ini_scanner.l523 const unsigned char *sc = NULL; variable
532 if (sc == NULL) {
533 sc = YYCURSOR;
539 sc = NULL;
549 if (sc) {
550 yyleng = sc - SCNG(yy_text);
/php-src/ext/standard/tests/strings/
H A Dstrval_variation2.phpt19 $sc = "\xc0\xc1\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xcb\xcc\xcd\xce\xcf";
48 echo bin2hex(strval($sc));
H A Dhtml_entity_decode_html5.phpt1777 "≻",
3911 ≻ => ≻ e289bb
/php-src/win32/
H A Dglob.c628 register uint8_t *sc; in glob3() local
635 sc = (uint8_t *) dp->d_name; in glob3()
636 while (dc < pathend_last && (*dc++ = *sc++) != EOS) in glob3()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c153 uint32_t c, sc; in convert_posix() local
174 sc = nextisliteral? 0 : c; in convert_posix()
225 else switch(sc) in convert_posix()
H A Dpcre2_printint.c306 const char *sc = (code[1] == PT_SC)? "script:" : ""; in print_prop() local
308 fprintf(f, "%s%s %s%c%s%s", before, OP_names[*code], sc, toupper(s[0]), s+1, after); in print_prop()
/php-src/build/
H A Dshtool1574 for var_lc in at ap ac st sp sc; do
/php-src/ext/hash/tests/
H A Dfnv1a64.phpt299 array( 'E6@%NDdhtceH%@#5A6VF"P]K+yMq.D}TZ?Z*c?rX#Y"(z%==;sc>EBjP=9C', 'a93c088a44fbfc35' ),
/php-src/ext/standard/html_tables/
H A Dents_html5.txt1772 sc 0227B
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます29976 # reference: https://www.openoffice.org/sc/compdocfileformat.pdf
34698 # $File: sc,v 1.6 2009/09/19 16:28:12 christos Exp $
34699 # sc: file(1) magic for "sc" spreadsheet
34701 38 string Spreadsheet sc spreadsheet file
34702 !:mime application/x-sc
H A Dmagic29976 # reference: https://www.openoffice.org/sc/compdocfileformat.pdf
34698 # $File: sc,v 1.6 2009/09/19 16:28:12 christos Exp $
34699 # sc: file(1) magic for "sc" spreadsheet
34701 38 string Spreadsheet sc spreadsheet file
34702 !:mime application/x-sc

Completed in 223 milliseconds