Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/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.c1904 char *sc = NULL; in ini_lex() local
1912 if (sc == NULL) { in ini_lex()
1913 sc = YYCURSOR; in ini_lex()
1933 } else if (sc) { in ini_lex()
1934 YYCURSOR = sc; in ini_lex()
/PHP-5.3/win32/
H A Dsendmail.c75 SOCKET sc; variable
338 shutdown(sc, 0); in TSMClose()
339 closesocket(sc); in TSMClose()
778 if ((sc = socket(PF_INET, SOCK_STREAM, 0)) == INVALID_SOCKET) { in MailConnect()
834 if (connect(sc, (LPSOCKADDR) & sock_in, sizeof(sock_in))) { in MailConnect()
859 if ((slen = send(sc, msg + index, len, 0)) < 1) in Post()
888 if ((rlen = recv(sc, buf + Index, ((MAIL_BUFFER_SIZE) - 1) - Received, 0)) < 1) { in Ack()
H A Dglob.c657 register u_char *sc; local
664 sc = (u_char *) dp->d_name;
665 while (dc < pathend_last && (*dc++ = *sc++) != EOS)
/PHP-5.3/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));
/PHP-5.3/build/
H A Dshtool1567 for var_lc in at ap ac st sp sc; do
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput8798 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x
804 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
H A Dtestinput1293 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x
299 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
H A Dtestoutput1581 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x
591 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
H A Dtestoutput81533 / ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/x
1543 /(?x) ^ a (?# begins with a) b\sc (?# then b c) $ (?# then end)/
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic13263 # $File: sc,v 1.6 2009/09/19 16:28:12 christos Exp $
13264 # sc: file(1) magic for "sc" spreadsheet
13266 38 string Spreadsheet sc spreadsheet file
13267 !:mime application/x-sc

Completed in 106 milliseconds