Home
last modified time | relevance | path

Searched refs:converted (Results 101 – 125 of 137) sorted by relevance

123456

/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt240 2: Object of class point could not be converted to int
299 2: Object of class point could not be converted to int
358 2: Object of class point could not be converted to float
417 2: Object of class point could not be converted to float
H A Dgettype_settype_variation1.phpt158 // dump the converted data
H A Dgettype_settype_variation8.phpt158 // dump the converted data
H A Dgettype_settype_variation6.phpt159 // dump the converted data
H A Dgettype_settype_variation5.phpt151 // dump the converted data
H A Dgettype_settype_variation7.phpt158 // dump the converted data
/php-src/Zend/tests/in-de-crement/
H A Dstring_increment_various.phpt49 // Will get converted to float on the second increment as it gets changed to a
/php-src/ext/standard/tests/strings/
H A Ducfirst.phpt52 /* we get "Recoverable fatal error: saying Object of class could not be converted
H A Dlcfirst.phpt81 /* we get "Recoverable fatal error: saying Object of class could not be converted
H A Dstr_replace_variation3.phpt32 /* we get "Recoverable fatal error: saying Object of class could not be converted
H A Dstrlen.phpt61 /* we get "Recoverable fatal error: saying Object of class could not be converted
H A Dstrstr.phpt68 converted to string" by default when an object is passed instead of string:
H A Dstrpos.phpt96 converted to string" by default when an object is passed instead of string:
/php-src/ext/mbstring/tests/
H A Dmb_convert_kana.phpt137 $converted = mb_convert_kana("\xb9\xde\xde", 'HV', 'JIS');
138 if ($converted !== "\x1b\$B\$2!+\x1b(B")
139 echo "Failed! Expected " . bin2hex("\x1b\$B\$2!+\x1b(B") . ", got: " . bin2hex($converted) . "\n";
H A Dmb_convert_case_various_mode.phpt52 * When converting a codepoint, if we overwrite it with the converted version before
H A Dutf7imap_encoding.phpt31 echo "Null byte converted correctly\n";
244 Null byte converted correctly
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 Dutf_encodings.phpt735 $converted = mb_convert_encoding($string, $encoding, 'UTF-32BE');
736 if ($converted === false)
739 testValidString($converted, $string, $encoding, 'UTF-32BE');
/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/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt119 Error: Object of class mysqli could not be converted to string
/php-src/ext/pdo_mysql/tests/
H A Dbug_38546.phpt159 // Integers converted correctly
/php-src/ext/phar/tests/
H A Dphar_convert_again.phpt174 Unable to add newly converted phar "%sphar_convert_again.phar" to the list of phars, a phar with th…
/php-src/docs-old/
H A Dparameter-parsing-api.md34 cannot be auto-converted.
/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/
H A DNEWS231 . Fixed bug #44383 (PHP DateTime not converted to xsd:datetime). (nielsdos)

Completed in 112 milliseconds

123456