/PHP-7.3/ext/mysqli/tests/ |
H A D | bug37090.phpt | 17 $cs = array(); 18 $cs[] = $mysql->set_charset("latin1"); 19 $cs[] = $mysql->character_set_name(); 21 $cs[] = $mysql->set_charset("utf8"); 22 $cs[] = $mysql->character_set_name(); 24 $cs[] = $mysql->set_charset("notdefined"); 25 $cs[] = $mysql->character_set_name(); 27 var_dump($cs);
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_gd2.c | 111 if ((*cs < GD2_CHUNKSIZE_MIN) || (*cs > GD2_CHUNKSIZE_MAX)) { in _gd2GetHeader() 305 chunkMax = cs * bytesPerPixel * cs; in gdImageCreateFromGd2Ctx() 498 chunkMax = cs * cs * 4; in gdImageCreateFromGd2PartCtx() 500 chunkMax = cs * cs; in gdImageCreateFromGd2PartCtx() 556 dpos = cy * (cs * fsx) + cx * cs * (yhi - ylo) + dstart; in gdImageCreateFromGd2PartCtx() 692 if (cs == 0) { in _gdImageGd2() 701 ncx = (im->sx + cs - 1) / cs; in _gdImageGd2() 702 ncy = (im->sy + cs - 1) / cs; in _gdImageGd2() 715 compMax = (int)(cs * bytesPerPixel * cs * 1.02f) + 12; in _gdImageGd2() 718 chunkData = safe_emalloc(cs * bytesPerPixel, cs, 0); in _gdImageGd2() [all …]
|
H A D | pngtogd2.c | 16 int cs, fmt; in main() local 45 cs = atoi (argv[3]); in main() 47 gdImageGd2 (im, out, cs, fmt); in main()
|
H A D | gd.h | 646 void gdImageGd2(gdImagePtr im, FILE *out, int cs, int fmt); 656 void* gdImageGd2Ptr(gdImagePtr im, int cs, int fmt, int *size);
|
/PHP-7.3/tests/output/ |
H A D | ob_start_basic_004.phpt | 19 for ($cs=-1; $cs<10; $cs++) { 20 echo "\n----( chunk_size: $cs, output append size: 1 )----\n"; 22 ob_start('callback', $cs); 27 for ($cs=-1; $cs<10; $cs++) { 28 echo "\n----( chunk_size: $cs, output append size: 4 )----\n"; 30 ob_start('callback', $cs);
|
/PHP-7.3/ext/bcmath/libbcmath/ |
H A D | ChangeLog | 1 Wed Jun 7 09:39:02 2000 Phil Nelson <phil@cs.wwu.edu> 7 2000-05-21 Phil Nelson <phil@cs.wwu.edu>
|
/PHP-7.3/ext/simplexml/tests/ |
H A D | bug67116.phpt | 16 <cs><c>b</c></cs> 36 [cs] => SimpleXMLElement Object
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 136 PCRE2_UCHAR *cs, *ce; in find_minlength() local 151 cs = cc + GET(cc, 1); in find_minlength() 152 if (*cs != OP_ALT) in find_minlength() 154 cc = cs + 1 + LINK_SIZE; in find_minlength() 482 if (cs == NULL) return -2; in find_minlength() 493 if (r->group == cs) break; in find_minlength() 502 this_recurse.group = cs; in find_minlength() 538 if (cs == NULL) return -2; in find_minlength() 557 this_recurse.group = cs; in find_minlength() 622 recno = GET2(cs, 1+LINK_SIZE); in find_minlength() [all …]
|
/PHP-7.3/ext/standard/tests/serialize/ |
H A D | bug69210.phpt | 25 $cs = new testString(); 28 $ss = @serialize($cs);
|
/PHP-7.3/ext/openssl/tests/ |
H A D | sni_server.phpt | 15 "cs.php.net" => __DIR__ . "/sni_server_cs.pem", 38 $ctxArr['peer_name'] = 'cs.php.net'; 61 string(%d) "cs.php.net"
|
H A D | sni_server_key_cert.phpt | 15 "cs.php.net" => [ 47 $ctxArr['peer_name'] = 'cs.php.net'; 70 string(%d) "cs.php.net"
|
/PHP-7.3/ext/mysqli/ |
H A D | mysqli_nonapi.c | 1033 MY_CHARSET_INFO cs; local 1048 dir = (char *)cs.dir; 1049 minlength = cs.mbminlen; 1050 maxlength = cs.mbmaxlen; 1051 number = cs.number; 1052 state = cs.state; 1053 comment = cs.comment; 1056 if (!cs) { 1060 name = cs->name; 1064 number = cs->nr; [all …]
|
/PHP-7.3/ext/zip/lib/ |
H A D | zip_extra_field_api.c | 231 zip_uint16_t ls, cs; in zip_file_extra_field_set() local 284 cs = _zip_ef_size(de->extra_fields, ZIP_EF_CENTRAL); in zip_file_extra_field_set() 286 cs = 0; in zip_file_extra_field_set() 288 new_len = ls > cs ? ls : cs; in zip_file_extra_field_set()
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | unicode.c | 341 OnigCodePoint cs[3][4]; in onigenc_unicode_get_case_fold_codes_by_str() local 358 cs[fn][0] = FOLDS2_FOLD(buk->index)[fn]; in onigenc_unicode_get_case_fold_codes_by_str() 360 index = onigenc_unicode_fold1_key(&cs[fn][0]); in onigenc_unicode_get_case_fold_codes_by_str() 364 cs[fn][i+1] = FOLDS1_UNFOLDS(index)[i]; in onigenc_unicode_get_case_fold_codes_by_str() 374 items[n].code[0] = cs[0][i]; in onigenc_unicode_get_case_fold_codes_by_str() 375 items[n].code[1] = cs[1][j]; in onigenc_unicode_get_case_fold_codes_by_str() 394 cs[fn][0] = FOLDS3_FOLD(buk->index)[fn]; in onigenc_unicode_get_case_fold_codes_by_str() 400 cs[fn][i+1] = FOLDS1_UNFOLDS(index)[i]; in onigenc_unicode_get_case_fold_codes_by_str() 411 items[n].code[0] = cs[0][i]; in onigenc_unicode_get_case_fold_codes_by_str() 412 items[n].code[1] = cs[1][j]; in onigenc_unicode_get_case_fold_codes_by_str() [all …]
|
/PHP-7.3/ext/standard/tests/misc/ |
H A D | browsernames.inc | 41 "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9) Gecko/2008052906",
|
H A D | browscap.ini | 1495 [http://www.almaden.ibm.com/cs/crawler*] 4488 [UofTDB_experiment* (leehyun@cs.toronto.edu)]
|
/PHP-7.3/ext/com_dotnet/ |
H A D | com_com.c | 829 zend_bool cs = TRUE; in PHP_FUNCTION() local 833 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &name, &namelen, &cs)) { in PHP_FUNCTION() 842 if (php_com_import_typelib(pTL, cs ? CONST_CS : 0, codepage) == SUCCESS) { in PHP_FUNCTION()
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd.h | 209 #define mysqlnd_set_character_set(conn, cs) ((conn)->data)->m->set_charset((conn)->data, (cs)) argument
|
/PHP-7.3/ext/opcache/Optimizer/ |
H A D | block_pass.c | 1209 zend_block_source *cs = block->op1_to->sources; in zend_jmp_optimization() 1212 while(cs) { in zend_jmp_optimization() 1213 if (cs->from->follow_to == block->op1_to) { in zend_jmp_optimization() 1217 cs = cs->next; in zend_jmp_optimization()
|
/PHP-7.3/ext/standard/ |
H A D | html_tables.h | 34 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1) argument 35 #define CHARSET_SINGLE_BYTE(cs) ((cs) > cs_utf_8 && (cs) < cs_big5) argument 36 #define CHARSET_PARTIAL_SUPPORT(cs) ((cs) >= cs_big5) argument
|
H A D | string.c | 6229 zend_bool cs=0; local 6238 Z_PARAM_BOOL(cs) 6262 if (!cs) {
|
/PHP-7.3/ |
H A D | README.REDIST.BINS | 490 <panos@alumni.cs.colorado.edu> for xinetd.
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 314 # From ignatios@cs.uni-bonn.de (Ignatios Souvatzis) 2976 # HPACK archiver (Peter Gutmann, pgut1@cs.aukuni.ac.nz) 3439 # Alternate ZIP string (amc@arwen.cs.berkeley.edu) 5928 # by Julian Seward <sewardj@cs.man.ac.uk> and others 11711 # libGrx graphics lib fonts, from Albert Cahalan (acahalan@cs.uml.edu) 11717 # Misc. DOS VGA fonts, from Albert Cahalan (acahalan@cs.uml.edu) 14617 # (Albert Cahalan, acahalan@cs.uml.edu) 14824 # image file format (Robert Potter, potter@cs.rochester.edu) 16589 # Linux kernel boot images, from Albert Cahalan <acahalan@cs.uml.edu> 21448 # Brian Lalor <blalor@hcirisc.cs.binghamton.edu> [all …]
|
H A D | magic私はガラスを食べられます | 314 # From ignatios@cs.uni-bonn.de (Ignatios Souvatzis) 2976 # HPACK archiver (Peter Gutmann, pgut1@cs.aukuni.ac.nz) 3439 # Alternate ZIP string (amc@arwen.cs.berkeley.edu) 5928 # by Julian Seward <sewardj@cs.man.ac.uk> and others 11711 # libGrx graphics lib fonts, from Albert Cahalan (acahalan@cs.uml.edu) 11717 # Misc. DOS VGA fonts, from Albert Cahalan (acahalan@cs.uml.edu) 14617 # (Albert Cahalan, acahalan@cs.uml.edu) 14824 # image file format (Robert Potter, potter@cs.rochester.edu) 16589 # Linux kernel boot images, from Albert Cahalan <acahalan@cs.uml.edu> 21448 # Brian Lalor <blalor@hcirisc.cs.binghamton.edu> [all …]
|