Home
last modified time | relevance | path

Searched refs:var_export (Results 101 – 118 of 118) sorted by relevance

12345

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt50 $prop, var_export($value, true), $this->set_calls, self::$static_set_calls);
H A Dpdo_mysql_commit.phpt35 gettype($tmp), var_export($tmp, true));
H A Dpdo_mysql_prepare_native.phpt58 var_export($ret, true), $ret);
117 printf("[004a] Expecting %s got %s\n", var_export($expected, true), var_export($row, true));
H A Dpdo_mysql_exec.phpt159 $db->errorCode(), var_export($db->errorInfo(), true));
H A Dpdo_mysql_prepare_emulated.phpt54 var_export($ret, true), $ret);
/PHP-5.5/ext/date/tests/
H A Dbug52113.phpt13 var_export($diff);
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_fail.phpt11 echo var_export(intl_get_error_message(), true)."\n";
H A Dmsgfmt_fail2.phpt11 echo var_export(intl_get_error_message(), true)."\n";
H A Ddateformat_format.phpt130 $res_str .= "\nDate is: ".var_export($date_entry, true);
H A Ddateformat_format_variant3.phpt130 $res_str .= "\nDate is: ".var_export($date_entry, true);
H A Ddateformat_format_variant2.phpt130 $res_str .= "\nDate is: ".var_export($date_entry, true);
H A Dut_common.inc39 return var_export( $val, true );
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_properties_no_conn.phpt19 printf("%s = '%s'\n", $var, var_export(@$mysqli->$var, true));
25 printf("%s = '%s'\n", $var, var_export(@$mysqli->$var, true));
H A Dreflection_tools.inc70 // printf("Value\n"); var_export($prop->getValue());
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt43 printf("[006] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
48 printf("[007] Expecting boolean/false, got %s/%s\n", gettype($tmp), var_export($tmp, true));
/PHP-5.5/ext/standard/
H A Dvar.c522 PHP_FUNCTION(var_export) in PHP_FUNCTION() argument
H A Dbasic_functions.c2996 PHP_FE(var_export, arginfo_var_export)
/PHP-5.5/
H A DNEWS1502 . Fixed bug #64760 (var_export() does not use full precision for floating-point
2686 . Fixed bug #51363 (Fatal error raised by var_export() not caught by error
4088 . Fixed bug #55082 (var_export() doesn't escape properties properly).
4632 . Fixed bug #52534 (var_export array with negative key). (Felipe)
4938 - Rewrote var_export() to use smart_str rather than output buffering, prevents
6544 - Fixed bug #47027 (var_export doesn't show numeric indices on ArrayObject).
7031 - Fixed bug #42272 (var_export() incorrectly escapes char(0)). (Derick)
7229 - Fixed var_export() to use the new H modifier so that it can generate
7310 - Fixed bug #41909 (var_export() is locale sensitive when exporting float
8551 - Fixed bug #37262 (var_export() does not escape \0 character). (Ilia)
[all …]

Completed in 80 milliseconds

12345