Home
last modified time | relevance | path

Searched refs:converted (Results 51 – 75 of 133) sorted by relevance

123456

/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
H A Dclass_properties_const.phpt25 Fatal error: Uncaught Error: Object of class Closure could not be converted to string in %s:%d
H A Doffset_string.phpt60 Notice: Object of class stdClass could not be converted to int in %s on line %d
/PHP-7.4/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation3.phpt19 //greek in UTF-8 to be converted to iso-8859-7
H A Dbug49528.phpt2 Bug #49528 (UTF-16 strings prefixed by BOM wrongly converted)
H A Dmb_strtolower_variation3.phpt17 * to check correct conversion is occurring (Japanese characters should not be converted).
H A Dmb_strtoupper_variation3.phpt17 * to check correct conversion is occurring (Japanese characters should not be converted).
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/ext/openssl/tests/
H A Dbug38261.phpt37 Object of class stdClass could not be converted to string
H A Dopenssl_pkcs7_decrypt_error.phpt33 Object of class stdClass could not be converted to string
/PHP-7.4/ext/gmp/tests/
H A Dgmp_intval.phpt38 Notice: Object of class stdClass could not be converted to int in %s on line %d
/PHP-7.4/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt191 Error: 8 - Object of class classWithToString could not be converted to int, %s(%d)
195 Error: 8 - Object of class classWithoutToString could not be converted to int, %s(%d)
H A Dtype.phpt115 string(54) "Object of class stdClass could not be converted to int"
138 string(56) "Object of class stdClass could not be converted to float"
351 Error: Object of class stdClass could not be converted to string
H A Dgettype_settype_variation2.phpt181 // dump the converted $var
575 8: Object of class point could not be converted to int
581 8: Object of class point could not be converted to int
587 8: Object of class point could not be converted to int
980 8: Object of class point could not be converted to int
986 8: Object of class point could not be converted to int
992 8: Object of class point could not be converted to int
H A Dgettype_settype_variation3.phpt177 // dump the converted $var
571 8: Object of class point could not be converted to float
577 8: Object of class point could not be converted to float
583 8: Object of class point could not be converted to float
976 8: Object of class point could not be converted to float
982 8: Object of class point could not be converted to float
988 8: Object of class point could not be converted to float
/PHP-7.4/ext/standard/tests/math/
H A Dbase_convert_error.phpt46 Object of class classA could not be converted to string
H A Dfloor_variation1.phpt117 Notice: Object of class classA could not be converted to number in %s on line %d
H A Dceil_variation1.phpt117 Notice: Object of class classA could not be converted to number in %s on line %d
H A Dabs_variation.phpt124 Notice: Object of class classA could not be converted to number in %s on line %d
/PHP-7.4/ext/spl/tests/
H A Dcountable_count_variation1.phpt63 Notice: Object of class returnObject could not be converted to int in %s on line 40
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_error2.phpt39 Object of class stdClass could not be converted to string
/PHP-7.4/ext/xsl/tests/
H A Dxslt011.phpt51 Warning: XSLTProcessor::transformToXml(): A PHP Object cannot be converted to a XPath-string in %s …
/PHP-7.4/ext/filter/tests/
H A D011.phpt36 Notice: Object of class stdClass could not be converted to int in %s011.php on line %d
/PHP-7.4/ext/standard/tests/strings/
H A Dstrval_error.phpt54 Object of class MyClass 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 …]

Completed in 36 milliseconds

123456