Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt20 printf("[001] Expecting boolean/false got %s\n", var_export($tmp, true));
23 printf("[002] Expecting boolean/false got %s\n", var_export($tmp, true));
26 printf("[003] Expecting boolean/false got %s\n", var_export($tmp, true));
30 printf("[004] Expecting boolean/false got %s\n", var_export($tmp, true));
39 printf("[005] Expecting boolean/false got %s\n", var_export($tmp, true));
49 printf("[006] Expecting boolean/false got %s\n", var_export($tmp, true));
59 printf("[007] Expecting boolean/true got %s\n", var_export($tmp, true));
69 printf("[008] Expecting boolean/true got %s\n", var_export($tmp, true));
79 printf("[008] Expecting boolean/true got %s\n", var_export($tmp, true));
91 printf("[009] Expecting boolean/true got %s\n", var_export($tmp, true));
[all …]
H A Dpdo_mysql_prepare_native_clear_error.phpt32 var_export($stmt->errorCode(), true),
33 var_export($stmt->errorInfo(), true));
39 var_export($stmt->errorCode(), true),
40 var_export($stmt->errorInfo(), true));
52 var_export($stmt->errorCode(), true),
53 var_export($stmt->errorInfo(), true));
59 var_export($stmt->errorCode(), true),
60 var_export($stmt->errorInfo(), true));
H A Dbug_45120.phpt20 printf("[001] Execute has failed: %s\n", var_export($stmt->errorInfo(), true));
24 printf("[002] Wrong results: %s\n", var_export($res, true));
27 printf("[003] Execute has failed: %s\n", var_export($stmt->errorInfo(), true));
31 printf("[004] Wrong results: %s\n", var_export($res, true));
H A Dpdo_mysql_attr_autocommit.phpt17 printf("[001] Expecting int/1 got %s\n", var_export($tmp, true));
22 printf("[002] Server autocommit mode should be on, got '%s'\n", var_export($row['_autocommit']));
30 printf("[004] Server autocommit mode should be off, got '%s'\n", var_export($row['_autocommit']));
34 printf("[005] Cannot turn on server autocommit mode, %s\n", var_export($db->errorInfo(), true));
37 printf("[006] Expecting int/0 got %s\n", var_export($tmp, true));
41 printf("[007] Cannot turn off server autocommit mode, %s\n", var_export($db->errorInfo(), true));
48 printf("[009] Server autocommit mode should be on, got '%s'\n", var_export($row['_autocommit']));
51 printf("[010] Expecting int/1 got %s\n", var_export($tmp, true));
H A Dpdo_mysql_last_insert_id.phpt18 var_export($tmp, true), gettype($tmp));
22 var_export($tmp, true), gettype($tmp));
26 printf("[003] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
30 printf("[004] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
34 printf("[005] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
39 printf("[006] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
43 printf("[006] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
48 printf("[007] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
52 printf("[008] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
H A Dpdo_mysql_stmt_getcolumnmeta.phpt30 printf("[002] Expecting false got %s\n", var_export($tmp, true));
35 printf("[003] Expecting false got %s\n", var_export($tmp, true));
39 printf("[004] Expecting false got %s\n", var_export($tmp, true));
61 var_export($native, true), var_export($emulated, true));
81 $db->errorCode(), var_export($db->errorInfo(), true));
92 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
100 $element, var_export($meta, true));
106 var_export($meta, true));
113 var_export($meta, true));
130 var_export($native_type, true), var_export($meta, true));
[all …]
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt31 var_export($stmt->errorCode(), true),
32 var_export($stmt->errorInfo(), true));
50 var_export($stmt->errorCode(), true),
51 var_export($stmt->errorInfo(), true));
71 var_export($stmt->errorCode(), true),
72 var_export($stmt->errorInfo(), true));
85 var_export($stmt->errorCode(), true),
86 var_export($stmt->errorInfo(), true));
/PHP-5.5/ext/standard/tests/array/
H A Dbug52534.phpt2 Bug #52534 (var_export array with negative key)
8 var_export($aArray);
H A Dvar_export2.phpt2 var_export() and empty array keys
6 var_export($a);
H A Dvar_export.phpt2 var_export() and objects with numeric indexes properties
6 var_export($a);
H A Dbug25758.phpt2 Bug #25758 (var_export does not escape ' & \ inside array keys)
6 echo var_export($a, true);
H A Dvar_export3.phpt2 var_export() and classes
18 var_export($kake);
H A D008.phpt10 echo '$a='.var_export($a,TRUE).";\n";
11 echo '$b='.var_export($b,TRUE).";\n";
12 echo '$c='.var_export($c,TRUE).";\n";
67 echo '$a='.var_export($a,TRUE).";\n";
68 echo '$b='.var_export($b,TRUE).";\n";
69 echo '$c='.var_export($c,TRUE).";\n";
H A Dbug26458.phpt2 Bug #26458 (var_dump(), var_export() & debug_zval_dump() are not binary safe for array keys)
7 var_export($test);
/PHP-5.5/ext/standard/tests/strings/
H A Dbug37262.phpt2 Bug #37262 (var_export() does not escape \0 character)
6 var_export($func);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export_basic9.phpt2 Bug #55082: var_export() doesn't escape properties properly
7 echo var_export($x);
H A Dbug47027.phpt2 Bug #47027 (var_export doesn't show numeric indices on ArrayObject)
6 var_export ($ao);
H A Dvar_export_basic6.phpt2 Test var_export() function with valid objects
5 /* Prototype : mixed var_export(mixed var [, bool return])
11 echo "*** Testing var_export() with valid objects ***\n";
51 var_export ( $vars );
92 /* Loop to check for above objects with var_export() */
96 var_export( $obj );
98 var_export( $obj, FALSE);
100 var_dump( var_export( $obj, TRUE) );
106 *** Testing var_export() with valid objects ***
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_fetch_object.phpt35 var_export(fetch_object($db)); echo "\n";
38 var_export(fetch_object($db, 'article')); echo "\n";
41 var_export(fetch_object($db, new article())); echo "\n";
44 var_export(fetch_object($db, '***')); echo "\n";
/PHP-5.5/tests/func/
H A D008.phpt7 $res = var_export("foo1");
9 $res = var_export("foo2", TRUE);
H A D009.phpt7 $res = var_export("foo1");
9 $res = var_export("foo2", TRUE);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt29 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
42 printf("[003] Expecting int/1 got %s/%s\n", gettype($tmp), var_export($tmp, true));
45 printf("[004] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
59 …printf("[006] Expecting non-empty array got %s/%s\n", gettype($errors), var_export($errors, true));
62 printf("[007] Expecting empty array got %s/%s\n", gettype($reject), var_export($reject, true));
70 gettype($tmp), var_export($tmp, true));
85 printf("[011] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
140 printf("[015] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
147 printf("[016] Expecting int/0 got %s/%s\n", gettype($tmp), var_export($tmp, true));
150 printf("[017] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
[all …]
H A Dmysqli_poll.phpt29 printf("[002] Expecting NULL got %s\n", var_export($tmp, true));
33 printf("[003] Expecting NULL got %s\n", var_export($tmp, true));
37 printf("[004] Expecting NULL got %s\n", var_export($tmp, true));
41 printf("[005] Expecting NULL got %s\n", var_export($tmp, true));
45 printf("[007] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
49 printf("[008] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
53 printf("[009] Expecting int/0 got %s/%s\n", gettype($tmp), var_export($tmp, true));
/PHP-5.5/ext/intl/tests/
H A Dbug67397.phpt10 $ret = var_export(ut_loc_get_display_name(str_repeat('*', 256), 'en_us'), true);
12 $ret .= var_export(intl_get_error_message(), true);
/PHP-5.5/tests/classes/
H A Dunset_properties.phpt77 var_export(isset($o->publicProperty));
93 var_export(isset($o->publicProperty));
102 var_export(isset($o->protectedProperty));
108 var_export(isset($o->protectedProperty));
117 var_export(isset($o->privateProperty));
123 var_export(isset($o->privateProperty));

Completed in 27 milliseconds

12345