Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt28 printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
42 …printf("[%03d + 2] Fetched result seems wrong, dumping result: %s\n", $offset, var_export($row, tr…
55 $offset, $pattern, var_export($row['label'], true));
70 $sql_type, var_export($exp, true), gettype($exp),
71 var_export($row['label'], true), gettype($row['label']));
82 …f("%s - STRINGIGY = %s, NATIVE = %s\n", $sql_type, var_export($row_string['label'], true), var_exp…
H A Dpdo_mysql_types.phpt27 printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
36 …printf("[%03d + 2] Fetched result seems wrong, dumping result: %s\n", $offset, var_export($row, tr…
48 $offset, $pattern, var_export($row['label'], true));
62 $sql_type, var_export($exp, true), gettype($exp),
63 var_export($row['label'], true), gettype($row['label']),
75 …f("%s - STRINGIGY = %s, NATIVE = %s\n", $sql_type, var_export($row_string['label'], true), var_exp…
78 …IGY = %s, NATIVE = %s, pattern '%s'\n", $sql_type, var_export($row_string['label'], true), var_exp…
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt27 var_export($stmt->errorCode(), true),
28 var_export($stmt->errorInfo(), true));
41 var_export($stmt->errorCode(), true),
42 var_export($stmt->errorInfo(), true));
H A Dpdo_mysql_stmt_blobs.phpt36 $offset, $stmt->errorCode(), var_export($stmt->errorInfo(), true));
47 $offset, $stmt->errorCode(), var_export($stmt->errorInfo(), true));
59 $offset, var_export($id, true));
74 $offset, var_export($ret['id'], true));
H A Dpdo_mysql_stmt_rowcount.phpt18 printf("[002] Expecting 0 got %s", var_export($tmp, true));
21 printf("[003] Expecting 1 got %s", var_export($tmp, true));
H A Dpdo_mysql_prepare_emulated_anonymous.phpt28 var_export($stmt->errorCode(), true),
29 var_export($stmt->errorInfo(), true));
47 var_export($stmt->errorCode(), true),
48 var_export($stmt->errorInfo(), true));
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt31 var_export($stmt->errorCode(), true),
32 var_export($stmt->errorInfo(), true));
46 var_export($stmt->errorCode(), true),
47 var_export($stmt->errorInfo(), true));
H A Dpdo_mysql_attr_connection_status.phpt18 printf("[001] Expecting unicode, got '%s'\n", var_export($status, true));
21 printf("[002] Expecting string, got '%s'\n", var_export($status, true));
H A Dpdo_mysql_prepare_native_named_placeholder.phpt34 var_export($stmt->errorCode(), true),
35 var_export($stmt->errorInfo(), true));
54 var_export($stmt->errorCode(), true),
55 var_export($stmt->errorInfo(), true));
H A Dbug_44454.phpt31 printf("... STMT - %s\n", var_export($stmt->errorCode(), true));
32 printf("... PDO - %s\n", var_export($db->errorInfo(), true));
51 printf("... STMT - %s\n", var_export($stmt->errorCode(), true));
52 printf("... PDO - %s\n", var_export($db->errorInfo(), true));
H A Dpdo_mysql_stmt_blobfromsteam.phpt60 printf("[%03d + 4] %s\n", $offset, var_export($db->errorInfo(), true));
76 var_export($tmp, true),
77 var_export($db->errorInfo(), true));
82 printf("[%03d + 7] Failed to INSERT data, %s\n", $offset, var_export($stmt->errorInfo(), true));
102 printf("[%03d + 9] %s\n", $offset, var_export($stmt->errorInfo(), true));
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt21 …printf("%s(%s) - note that it must not be called when unserializing\n", __METHOD__, var_export($ca…
25 printf("%s(%s, %s)\n", __METHOD__, var_export($prop, true), var_export($value, true));
35 printf("%s(%s)\n", __METHOD__, var_export($data, true));
H A Dpdo_mysql_subclass.phpt39 print "__call(".var_export($method,true).", ".var_export($args, true).")\n";
51 $args .= sprintf("%s, ", var_export($v, true));
H A Dpdo_mysql_attr_oracle_nulls.phpt64 var_export($expected, true), var_export($tmp, true));
73 var_export($expected, true), var_export($tmp, true));
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_1.phpt35 echo '$a='.var_export($a,TRUE).";\n";
36 echo '$b='.var_export($b,TRUE).";\n";
43 echo '$a='.var_export($a,TRUE).";\n";
44 echo '$b='.var_export($b,TRUE).";\n";
51 echo '$a='.var_export($a,TRUE).";\n";
52 echo '$b='.var_export($b,TRUE).";\n";
59 echo '$a='.var_export($a,TRUE).";\n";
60 echo '$b='.var_export($b,TRUE).";\n";
/PHP-5.5/ext/pcre/tests/
H A Dbug37800.phpt13 echo "Output = " . var_export($s_output, True) . "\n";
20 echo "Output = " . var_export($s_output, True) . "\n";
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_fields.phpt29 var_export($field); echo "\n";
34 var_export(sybase_fetch_field($q)); echo "\n";
/PHP-5.5/ext/spl/tests/
H A Dbug65967.phpt10 var_export($objstore);
/PHP-5.5/ext/standard/tests/file/
H A Dbug20424.phpt6 $dummy = var_export(stream_get_meta_data($f), TRUE);
H A Dfputcsv.phpt43 echo '$list = ';var_export($res);echo ";\n";
53 echo '$list = ';var_export($res);echo ";\n";
/PHP-5.5/ext/mysqli/tests/
H A Dbug35517.phpt22 printf("[001] Expecting integer on 64bit got %s/%s\n", gettype($id), var_export($id, true));
25 printf("[002] Expecting string on 32bit got %s/%s\n", gettype($id), var_export($id, true));
H A Dmysqli_connect_oo_warnings.phpt22 …printf("[001] Expecting NULL, got %s/%s\n", gettype($mysqli), (is_object($mysqli)) ? var_export($m…
26 …printf("[002] Expecting NULL, got %s/%s\n", gettype($mysqli), (is_object($mysqli)) ? var_export($m…
/PHP-5.5/tests/lang/
H A Dbug24640.phpt2 Bug #24640 (var_export and var_dump can't output large float)
10 echo var_export($v, true) . "\n";
/PHP-5.5/ext/intl/tests/
H A Dintl_is_failure.phpt14 var_export( intl_is_failure( $err_code ) );
/PHP-5.5/tests/classes/
H A Darray_conversion_keys.phpt11 var_export((array) new foo);

Completed in 62 milliseconds

12345