Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/Zend/
H A Dzend_ini_scanner.l449 char *sc = NULL; variable
457 if (sc == NULL) {
458 sc = YYCURSOR;
478 } else if (sc) {
479 YYCURSOR = sc;
H A Dzend_ini_scanner.c1903 char *sc = NULL; in ini_lex() local
1911 if (sc == NULL) { in ini_lex()
1912 sc = YYCURSOR; in ini_lex()
1932 } else if (sc) { in ini_lex()
1933 YYCURSOR = sc; in ini_lex()
/PHP-5.5/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.5/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.5/build/
H A Dshtool1574 for var_lc in at ap ac st sp sc; do
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt1772 sc 0227B
/PHP-5.5/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.5/ext/fileinfo/tests/
H A Dmagic15637 # $File: sc,v 1.6 2009/09/19 16:28:12 christos Exp $
15638 # sc: file(1) magic for "sc" spreadsheet
15640 38 string Spreadsheet sc spreadsheet file
15641 !:mime application/x-sc

Completed in 255 milliseconds