Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/tests/lang/
H A Dscript_tag.phpt7 texto <sc <s <script> <script language> <script language=>
16 texto <sc <s <script> <script language> <script language=>
/PHP-5.6/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-5.6/Zend/
H A Dzend_ini_scanner.l500 char *sc = NULL; variable
508 if (sc == NULL) {
509 sc = YYCURSOR;
529 } else if (sc) {
530 YYCURSOR = sc;
H A Dzend_ini_scanner.c2007 char *sc = NULL; in ini_lex() local
2015 if (sc == NULL) { in ini_lex()
2016 sc = YYCURSOR; in ini_lex()
2036 } else if (sc) { in ini_lex()
2037 YYCURSOR = sc; in ini_lex()
/PHP-5.6/win32/
H A Dsendmail.c76 SOCKET sc; variable
339 shutdown(sc, 0); in TSMClose()
340 closesocket(sc); in TSMClose()
779 if ((sc = socket(PF_INET, SOCK_STREAM, 0)) == INVALID_SOCKET) { in MailConnect()
835 if (connect(sc, (LPSOCKADDR) & sock_in, sizeof(sock_in))) { in MailConnect()
860 if ((slen = send(sc, msg + index, len, 0)) < 1) in Post()
889 if ((rlen = recv(sc, buf + Index, ((MAIL_BUFFER_SIZE) - 1) - Received, 0)) < 1) { in Ack()
H A Dglob.c666 register u_char *sc; local
673 sc = (u_char *) dp->d_name;
674 while (dc < pathend_last && (*dc++ = *sc++) != EOS)
/PHP-5.6/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 "&sc;",
3911 &sc; => ≻ e289bb
/PHP-5.6/build/
H A Dshtool1574 for var_lc in at ap ac st sp sc; do
/PHP-5.6/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-5.6/ext/standard/html_tables/
H A Dents_html5.txt1772 sc 0227B
/PHP-5.6/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-5.6/ext/fileinfo/tests/
H A Dmagic16707 # $File: sc,v 1.6 2009/09/19 16:28:12 christos Exp $
16708 # sc: file(1) magic for "sc" spreadsheet
16710 38 string Spreadsheet sc spreadsheet file
16711 !:mime application/x-sc

Completed in 107 milliseconds