Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/main/
H A Dreentrancy.c267 int c, sc; in php_strtok_r() local
280 for (spanp = (char *)delim; (sc = *spanp++) != 0; ) in php_strtok_r()
282 if (c == sc) in php_strtok_r()
305 if ((sc = *spanp++) == c) in php_strtok_r()
320 while (sc != 0); in php_strtok_r()
/PHP-8.1/ext/soap/tests/
H A Dbug79357.phpt8 $sc = new SoapClient(__DIR__ . '/bug79357.wsdl');
9 $res = $sc->Add(['intA'=>1]);
/PHP-8.1/Zend/
H A Dzend_ini_scanner.l496 unsigned char *sc = NULL; variable
505 if (sc == NULL) {
506 sc = YYCURSOR;
512 sc = NULL;
522 if (sc) {
523 yyleng = sc - SCNG(yy_text);
/PHP-8.1/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-8.1/win32/
H A Dglob.c658 register u_char *sc; local
665 sc = (u_char *) dp->d_name;
666 while (dc < pathend_last && (*dc++ = *sc++) != EOS)
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_convert.c154 uint32_t c, sc; in convert_posix() local
175 sc = nextisliteral? 0 : c; in convert_posix()
226 else switch(sc) in convert_posix()
/PHP-8.1/build/
H A Dshtool1574 for var_lc in at ap ac st sp sc; do
/PHP-8.1/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-8.1/ext/standard/html_tables/
H A Dents_html5.txt1772 sc 0227B
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic25656 # reference: https://www.openoffice.org/sc/compdocfileformat.pdf
29872 # $File: sc,v 1.6 2009/09/19 16:28:12 christos Exp $
29873 # sc: file(1) magic for "sc" spreadsheet
29875 38 string Spreadsheet sc spreadsheet file
29876 !:mime application/x-sc
H A Dmagic私はガラスを食べられます25656 # reference: https://www.openoffice.org/sc/compdocfileformat.pdf
29872 # $File: sc,v 1.6 2009/09/19 16:28:12 christos Exp $
29873 # sc: file(1) magic for "sc" spreadsheet
29875 38 string Spreadsheet sc spreadsheet file
29876 !:mime application/x-sc

Completed in 183 milliseconds