Home
last modified time | relevance | path

Searched refs:enc (Results 1 – 25 of 115) sorted by last modified time

12345

/PHP-5.5/ext/zlib/
H A Dzlib.c82 zval **enc; in php_zlib_output_encoding() local
86 …als)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING", sizeof("HTTP_ACCEPT_ENCODING"), (void *) &enc)) { in php_zlib_output_encoding()
87 convert_to_string(*enc); in php_zlib_output_encoding()
88 if (strstr(Z_STRVAL_PP(enc), "gzip")) { in php_zlib_output_encoding()
90 } else if (strstr(Z_STRVAL_PP(enc), "deflate")) { in php_zlib_output_encoding()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c1385 char *version = NULL, *enc = NULL, *alone = NULL; in PHP_FUNCTION() local
1392 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!", &version, &version_len, &enc, &enc… in PHP_FUNCTION()
1399 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!s!s!", &pind, &version, &version_len, &enc, &enc_len, &alone, … in PHP_FUNCTION()
1408 retval = xmlTextWriterStartDocument(ptr, version, enc, alone); in PHP_FUNCTION()
/PHP-5.5/ext/xml/
H A Dxml.c597 xml_encoding *enc = &xml_encodings[0]; in xml_get_encoding() local
599 while (enc && enc->name) { in xml_get_encoding()
601 return enc; in xml_get_encoding()
603 enc++; in xml_get_encoding()
619 if (enc) { in xml_utf8_encode()
620 encoder = enc->encoding_function; in xml_utf8_encode()
673 if (enc) { in xml_utf8_decode()
674 decoder = enc->decoding_function; in xml_utf8_decode()
1641 xml_encoding *enc; in PHP_FUNCTION() local
1644 if (enc == NULL) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/xml/tests/
H A Dbug32001.phpt17 function testcase($enc, $chunk_size = 0, $bom = 0, $omit_prologue = 0) {
18 $this->encoding = $enc;
H A Dbug32001b.phpt20 function testcase($enc, $chunk_size = 0, $bom = 0, $omit_prologue = 0) {
21 $this->encoding = $enc;
/PHP-5.5/ext/tidy/
H A Dtidy.c555 char *data=NULL, *arg1, *enc = NULL; in php_tidy_quick_repair() local
598 if (tidySetCharEncoding(doc, enc) < 0) { in php_tidy_quick_repair()
1046 if(enc) { in php_tidy_parse_string()
1047 if (tidySetCharEncoding(obj->ptdoc->doc, enc) < 0) { in php_tidy_parse_string()
1218 char *input, *enc = NULL; in PHP_FUNCTION() local
1273 char *inputfile, *enc = NULL; in PHP_FUNCTION() local
1282 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
1586 char *inputfile = NULL, *enc = NULL; in TIDY_DOC_METHOD() local
1596 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1618 char *inputfile, *enc = NULL; in TIDY_DOC_METHOD() local
[all …]
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt19 $enc = base64_encode($str);
20 printf("0x%X: %s\n", $i, $enc);
H A Dbase64_encode_basic_002.phpt31 $enc = base64_encode($str);
32 $dec = base64_decode($enc);
/PHP-5.5/ext/standard/tests/strings/
H A Duuencode.phpt11 var_dump($enc = convert_uuencode("~!@#$%^&*()_}{POIUYTREWQQSDFGHJKL:<MNBVCXZ"));
13 var_dump(convert_uudecode($enc));
14 var_dump($enc = convert_uuencode("not very sophisticated"));
15 var_dump(convert_uudecode($enc));
16 var_dump(convert_uudecode(substr($enc, 0, -10)));
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation31.phpt75 $enc = 'z';
76 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enc ) ); // with length, delimiter
H A Dfgetcsv_variation8.phpt81 $enc = "%";
82 var_dump( fgetcsv($file_handle, 1024, $del, $enc) );
H A Dfgetcsv_variation11.phpt78 $enc = "+";
79 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enc) );
H A Dfgetcsv_variation12.phpt76 $enc = "%%";
77 var_dump( fgetcsv($file_handle, 1024, $del, $enc) );
H A Dfgetcsv_variation24.phpt78 $enc = "%%";
79 var_dump( fgetcsv($file_handle, 1024, $del, $enc) );
/PHP-5.5/ext/standard/
H A Dstring.c4889 char *str, delim = ',', enc = '"', esc = '\\'; local
4899 enc = enc_len ? enc_str[0] : enc;
4902 php_fgetcsv(NULL, delim, enc, esc, str_len, str, return_value TSRMLS_CC);
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c23740 assert( enc==SQLITE_UTF8 || enc==SQLITE_UTF16LE || enc==SQLITE_UTF16BE );
23951 assert( enc==SQLITE_UTF8 || enc==SQLITE_UTF16LE || enc==SQLITE_UTF16BE );
64005 pMem->enc = (enc==0 ? SQLITE_UTF8 : enc);
68025 pMem->enc = pKeyInfo->enc;
68065 mem1.enc = pKeyInfo->enc;
68189 if( pMem1->enc==pColl->enc ){
68293 assert( pMem1->enc==pMem2->enc );
68488 mem1.enc = pKeyInfo->enc;
70988 u8 enc = pRec->enc;
71069 u8 enc
[all …]
/PHP-5.5/ext/soap/tests/
H A Dtypemap001.phpt14 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap002.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap005.phpt14 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap006.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap009.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap010.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
H A Dtypemap013.phpt13 xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\"
/PHP-5.5/ext/soap/tests/soap12/
H A DT56.phpt12 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
16 <test:Data enc:id="data-1" xsi:type="xsd:string">
24 <inputString enc:ref="#data-2" xsi:type="xsd:string" />
H A DT58.phpt15 <inputIntegerArray enc:itemType="xsd:int" enc:arraySize="1"
16 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">

Completed in 495 milliseconds

12345