Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 25 of 137) sorted by last modified time

123456

/php-src/
H A DUPGRADING65 is converted to Unicode. This is significant because around 40 SJIS-Mac characters
H A DNEWS231 . Fixed bug #44383 (PHP DateTime not converted to xsd:datetime). (nielsdos)
H A Dphp.ini-development240 ; encoding will be transparently converted to the specified encoding.
1595 ; converted to internal encoding by setting this to On.
1606 ; substitute_character used when character cannot be converted
1636 ; With mbstring support this will automatically be converted into the encoding
H A Dphp.ini-production240 ; encoding will be transparently converted to the specified encoding.
1597 ; converted to internal encoding by setting this to On.
1608 ; substitute_character used when character cannot be converted
1638 ; With mbstring support this will automatically be converted into the encoding
/php-src/ext/pgsql/
H A Dpgsql.c5284 zval *val, converted; in php_pgsql_insert() local
5295 ZVAL_UNDEF(&converted); in php_pgsql_insert()
5306 array_init(&converted); in php_pgsql_insert()
5307 …if (php_pgsql_convert(pg_link, table, var_array, &converted, (opt & PGSQL_CONV_OPTS)) == FAILURE) { in php_pgsql_insert()
5310 var_array = &converted; in php_pgsql_insert()
5384 zval_ptr_dtor(&converted); in php_pgsql_insert()
/php-src/ext/mbstring/
H A Dmbstring.c3961 *converted++ = '&'; in html_numeric_entity_encode()
3962 *converted++ = '#'; in html_numeric_entity_encode()
3964 *converted++ = 'x'; in html_numeric_entity_encode()
3969 *converted++ = '0'; in html_numeric_entity_encode()
3988 *converted++ = ';'; in html_numeric_entity_encode()
3990 *converted++ = w; in html_numeric_entity_encode()
4135 converted += p2 - p; in html_numeric_entity_decode()
4150 converted++; in html_numeric_entity_decode()
4188 converted++; in html_numeric_entity_decode()
4203 *converted++ = '&'; in html_numeric_entity_decode()
[all …]
/php-src/ext/dom/
H A Dhtml_document.c1098 xmlChar *converted = xmlPathToURI((const xmlChar *) ZSTR_VAL(opened_path)); in PHP_METHOD() local
1099 if (UNEXPECTED(!converted)) { in PHP_METHOD()
1103 if (strncmp((const char *) converted, "file:/", sizeof("file:/") - 1) != 0) { in PHP_METHOD()
1106 xmlFree(converted); in PHP_METHOD()
1109 xmlChar *new_buffer = xmlStrcat(buffer, converted); in PHP_METHOD()
1112 xmlFree(converted); in PHP_METHOD()
1115 xmlFree(converted); in PHP_METHOD()
1119 converted = php_dom_libxml_fix_file_path(converted); in PHP_METHOD()
1121 lxml_doc->URL = converted; in PHP_METHOD()
/php-src/docs-old/
H A Dparameter-parsing-api.md34 cannot be auto-converted.
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c1179 pcre2_converted_pattern_free(PCRE2_UCHAR *converted) in pcre2_converted_pattern_free() argument
1181 if (converted != NULL) in pcre2_converted_pattern_free()
1184 (pcre2_memctl *)((char *)converted - sizeof(pcre2_memctl)); in pcre2_converted_pattern_free()
/php-src/ext/xsl/tests/
H A Dxslt_non_dom_node.phpt31 Only objects that are instances of DOMNode can be converted to an XPath expression
H A DXSLTProcessor_callables_errors.phpt63 Object of class Closure could not be converted to string
64 Object of class Closure could not be converted to string
/php-src/ext/dom/tests/
H A DDOMXPath_callables_errors.phpt64 Object of class Closure could not be converted to string
65 Object of class Closure could not be converted to string
/php-src/ext/pdo_mysql/tests/
H A Dbug_38546.phpt159 // Integers converted correctly
/php-src/ext/mbstring/tests/
H A Dutf_encodings.phpt735 $converted = mb_convert_encoding($string, $encoding, 'UTF-32BE');
736 if ($converted === false)
739 testValidString($converted, $string, $encoding, 'UTF-32BE');
H A Dmb_detect_encoding.phpt169 $converted = mb_convert_encoding($example, $encoding, 'UTF-8');
170 $detected = mb_detect_encoding($converted, $encodings);
174 echo "$encoding bytes: ", bin2hex($converted), "\n";
H A Dutf7imap_encoding.phpt31 echo "Null byte converted correctly\n";
244 Null byte converted correctly
/php-src/ext/pgsql/tests/
H A Dbug81720.phpt28 Object of class stdClass could not be converted to string
29 Object of class stdClass could not be converted to string
H A Dbug64609.phpt24 $converted = pg_convert($db, $table_name, $fields);
28 var_dump($converted);
H A D10pg_convert.phpt19 $converted = pg_convert($db, $table_name, $fields);
21 var_dump($converted);
H A D10pg_convert_9.phpt23 $converted = pg_convert($db, $table_name, $fields);
25 var_dump($converted);
29 $converted = pg_convert($db, $table_name, [5 => 'AAA']);
34 $converted = pg_convert($db, $table_name, ['AAA']);
39 $converted = pg_convert($db, $table_name, ['num' => []]);
44 $converted = pg_convert($db, $table_name, ['num' => new stdClass()]);
49 $converted = pg_convert($db, $table_name, ['num' => $db]);
50 var_dump($converted);
H A D10pg_convert_json_array.phpt24 $converted = pg_convert($db, $table_name_92, $fields);
25 var_dump($converted);
H A D12pg_insert_9.phpt31 $converted = pg_insert($db, $table_name, [5 => 'AAA']);
36 $converted = pg_insert($db, $table_name, ['AAA']);
41 $converted = pg_insert($db, $table_name, ['num' => []]);
46 $converted = pg_insert($db, $table_name, ['num' => new stdClass()]);
51 $converted = pg_insert($db, $table_name, ['num' => $db]);
52 var_dump($converted);
H A D13pg_select_9.phpt33 $converted = pg_select($db, $table_name, [5 => 'AAA']);
38 $converted = pg_select($db, $table_name, ['AAA']);
43 $converted = pg_select($db, $table_name, ['num' => []]);
48 $converted = pg_select($db, $table_name, ['num' => new stdClass()]);
53 $converted = pg_select($db, $table_name, ['num' => $db]);
54 var_dump($converted);
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c470 unsigned char *converted = buf + sizeof(buf); in mb_wchar_to_htmlent() local
472 *(--converted) = "0123456789"[w % 10]; in mb_wchar_to_htmlent()
475 while (converted < buf + sizeof(buf)) { in mb_wchar_to_htmlent()
476 out = mb_convert_buf_add(out, *converted++); in mb_wchar_to_htmlent()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます24687 >0 string must\ be\ converted\ with\ BinHex\ BinHex binary text, version
27621 # many compressed/converted COMs start with a copy loop instead of a jump

Completed in 176 milliseconds

123456