Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/libmagic/
H A Dstrcasestr.c71 char c, sc; in strcasestr() local
79 if ((sc = *s++) == 0) in strcasestr()
81 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
/PHP-7.2/main/
H A Dreentrancy.c383 int c, sc; in php_strtok_r() local
396 for (spanp = (char *)delim; (sc = *spanp++) != 0; ) in php_strtok_r()
398 if (c == sc) in php_strtok_r()
421 if ((sc = *spanp++) == c) in php_strtok_r()
436 while (sc != 0); in php_strtok_r()
/PHP-7.2/Zend/
H A Dzend_ini_scanner.l504 unsigned char *sc = NULL; variable
513 if (sc == NULL) {
514 sc = YYCURSOR;
520 sc = NULL;
530 if (sc) {
531 yyleng = sc - SCNG(yy_text);
H A Dzend_ini_scanner.c1644 unsigned char *sc = NULL; in ini_lex() local
1653 if (sc == NULL) { in ini_lex()
1654 sc = YYCURSOR; in ini_lex()
1660 sc = NULL; in ini_lex()
1670 if (sc) { in ini_lex()
1671 yyleng = sc - SCNG(yy_text); in ini_lex()
/PHP-7.2/ext/standard/tests/strings/
H A Dstrval_variation2.phpt24 $sc = "\xc0\xc1\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xcb\xcc\xcd\xce\xcf";
53 echo bin2hex(strval($sc));
H A Dhtml_entity_decode_html5.phpt1777 "≻",
3911 ≻ => ≻ e289bb
/PHP-7.2/win32/
H A Dglob.c660 register u_char *sc; local
667 sc = (u_char *) dp->d_name;
668 while (dc < pathend_last && (*dc++ = *sc++) != EOS)
/PHP-7.2/build/
H A Dshtool1574 for var_lc in at ap ac st sp sc; do
/PHP-7.2/ext/hash/tests/
H A Dfnv1a64.phpt301 array( 'E6@%NDdhtceH%@#5A6VF"P]K+yMq.D}TZ?Z*c?rX#Y"(z%==;sc>EBjP=9C', 'a93c088a44fbfc35' ),
/PHP-7.2/ext/standard/html_tables/
H A Dents_html5.txt1772 sc 0227B
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput8801 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x
807 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
H A Dtestoutput72296 0: sc
H A Dtestinput1295 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x
301 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
H A Dtestoutput81508 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x
1518 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
H A Dtestoutput62462 0: sc
H A Dtestoutput1583 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x
593 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic21654 # $File: sc,v 1.6 2009/09/19 16:28:12 christos Exp $
21655 # sc: file(1) magic for "sc" spreadsheet
21657 38 string Spreadsheet sc spreadsheet file
21658 !:mime application/x-sc
H A Dmagic私はガラスを食べられます21654 # $File: sc,v 1.6 2009/09/19 16:28:12 christos Exp $
21655 # sc: file(1) magic for "sc" spreadsheet
21657 38 string Spreadsheet sc spreadsheet file
21658 !:mime application/x-sc

Completed in 191 milliseconds