Home
last modified time | relevance | path

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

123456

/PHP-7.4/
H A DNEWS1180 . Fixed bug #78929 (plus signs in cookie values are converted to spaces).
1354 . Fixed bug #78239 (Deprecation notice during string conversion converted to
H A Dphp.ini-development219 ; encoding will be transparently converted to the specified encoding.
1651 ; converted to internal encoding by setting this to On.
1662 ; substitute_character used when character cannot be converted
1706 ; With mbstring support this will automatically be converted into the encoding
H A Dphp.ini-production219 ; encoding will be transparently converted to the specified encoding.
1651 ; converted to internal encoding by setting this to On.
1662 ; substitute_character used when character cannot be converted
1706 ; With mbstring support this will automatically be converted into the encoding
H A DUPGRADING264 have been converted to Error exceptions.
/PHP-7.4/ext/pgsql/
H A Dpgsql.c6604 zval *val, converted; local
6615 ZVAL_UNDEF(&converted);
6626 array_init(&converted);
6627 …if (php_pgsql_convert(pg_link, table, var_array, &converted, (opt & PGSQL_CONV_OPTS)) == FAILURE) {
6630 var_array = &converted;
6705 zval_ptr_dtor(&converted);
/PHP-7.4/ext/pgsql/tests/
H A Dbug81720.phpt26 Object of class stdClass could not be converted to string
27 Object of class stdClass could not be converted to string
/PHP-7.4/Zend/
H A Dzend_operators.c977 int converted = 0; in add_function_slow() local
1000 converted = 1; in add_function_slow()
1049 int converted = 0; in sub_function_slow() local
1071 converted = 1; in sub_function_slow()
1100 int converted = 0; in mul_function() local
1145 converted = 1; in mul_function()
1161 int converted = 0; in pow_function() local
1262 converted = 1; in pow_function()
1281 int converted = 0; in div_function() local
1345 converted = 1; in div_function()
[all …]
/PHP-7.4/ext/gmp/tests/
H A Dgmp_export.phpt53 // Argument converted from int to GMP
/PHP-7.4/Zend/tests/
H A Dex_func_null_during_property_write.phpt16 Fatal error: Uncaught Error: Object of class a could not be converted to string in %s:%d
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug63208.phpt11 $converted = (string) $variant;
13 var_dump(bin2hex($converted));
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt216 Error: 8 - Object of class classWithToString could not be converted to int, %s(%d)
220 Error: 8 - Object of class classWithoutToString could not be converted to int, %s(%d)
/PHP-7.4/tests/basic/
H A Dbug78929.phpt2 Bug #78929 (plus signs in cookie values are converted to spaces)
/PHP-7.4/tests/lang/operators/
H A Doperator_gt_basic.phpt24 // boolean test will result in both sides being converted to boolean so !0 = true and true is not >…
25 // also note that a string of "0" is converted to false but a string of "0.0" is converted to true
H A Doperator_spaceship_basic.phpt24 // boolean test will result in both sides being converted to boolean so !0 = true and true is not >…
25 // also note that a string of "0" is converted to false but a string of "0.0" is converted to true
/PHP-7.4/tests/classes/
H A Dtostring_001.phpt84 Object of class test1 could not be converted to string
H A Dtostring_004.phpt56 Object of class stdClass could not be converted to string
60 Object of class stdClass could not be converted to string
H A Dimplicit_instantiation_001.phpt6 // These values get implicitly converted to objects
11 // These values do not get implicitly converted to objects
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt13 Returns string with all alphabetic characters converted to uppercase
H A Dstrtoupper1.phpt20 Returns string with all alphabetic characters converted to uppercase
H A Dstrval_error.phpt54 Object of class MyClass could not be converted to string
H A Dstrrchr_variation10.phpt216 Notice: Object of class sample could not be converted to int in %s on line %d
H A Dstrrchr_variation11.phpt167 Notice: Object of class sample could not be converted to int in %s on line %d
H A Dstrrpos_variation10.phpt170 Notice: Object of class sample could not be converted to int in %s on line %d
H A Dstrrpos_variation11.phpt221 Notice: Object of class sample could not be converted to int in %s on line %d
226 Notice: Object of class sample could not be converted to int in %s on line %d
H A Dstrstr.phpt74 converted to string" by default when an object is passed instead of string:

Completed in 95 milliseconds

123456