Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt32 $offset, $attribute, var_export($tmp, true));
45 …$offset, $attribute, var_export($value, true), gettype($value), var_export($tmp, true), gettype($t…
H A Dpdo_mysql_stmt_closecursor.phpt53 printf("Expecting array(id => 1, label => z) got %s\n", var_export($row2, true));
83 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
90 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
94 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
99 var_export($id, true), gettype($id),
100 var_export($label, true), gettype($label));
H A Dpdo_mysql_prepare_load_data.phpt81 printf("[004] [%d] %s\n", $stmt->errorCode(), var_export($stmt->errorInfo(), true));
87 printf("[005] [%d] %s\n", $stmt->errorCode(), var_export($stmt->errorInfo(), true));
91 printf("[006] [%d] %s\n", $stmt->errorCode(), var_export($stmt->errorInfo(), true));
H A Dpdo_mysql_stmt_fetch_serialize.phpt42 printf("%s(%s, %s)\n", __METHOD__, $method, var_export($params, true));
46 printf("%s(%s, %s)\n", __METHOD__, $prop, var_export($value, true));
73 printf("%s(%s)\n", __METHOD__, var_export($data, true));
H A Dpdo_mysql_stmt_variable_columncount.phpt34 printf("[%03d + 1] Expecting array('one' => 1), got %s\n", $offset, var_export($row, true));
40 …printf("[%03d + 2] Expecting array('one' => 1, 'two' => 2), got %s\n", $offset, var_export($row, t…
H A Dbug46292.phpt29 printf("%s(%s)\n", __METHOD__, var_export($dat, true));
H A Dpdo_mysql_bit.phpt30 printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
H A Dpdo_mysql_stmt_nextrowset.phpt34 printf("[002] Expecting false got %s\n", var_export($tmp, true));
38 printf("[003] Expecting false got %s\n", var_export($tmp, true));
H A Dpdo_mysql_attr_errmode.phpt31 var_export($ret, true));
36 var_export($ret, true));
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug65806.phpt68 return 'failed (myObjC::attrC => ' . var_export($obj->attrC, true) . ')';
71 return 'failed (myObjC::attrD => ' . var_export($obj->attrD, true) . ')';
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv.phpt41 echo '$list = ';var_export($res);echo ";\n";
51 echo '$list = ';var_export($res);echo ";\n";
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation15.phpt45 echo '$list = ';var_export($res);echo ";\n";
55 echo '$list = ';var_export($res);echo ";\n";
/PHP-5.5/ext/reflection/tests/
H A Dbug51911.phpt15 echo '$', $param->getName(), ' : ', var_export($param->getDefaultValue(), 1), "\n";
H A Dbug51905.phpt19 echo '$', $param->getName(), ' : ', var_export($param->getDefaultValue(), 1), "\n";
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt52 echo "Creating table: " . var_export($db->exec('CREATE TABLE test (id STRING, data BLOB)'),true) . …
61 echo "Closing statement: " . var_export($insert_stmt->close(), true) . "\n";
/PHP-5.5/ext/standard/tests/strings/
H A Dexplode.phpt8 echo var_export(explode("\1", "a". chr(1). "b". chr(0). "d" . chr(1) . "f" . chr(1). "1" . chr(1) .…
9 echo md5(var_export(explode("\1", "a". chr(1). "b". chr(0). "d" . chr(1) . "f" . chr(1). "1" . chr(…
/PHP-5.5/ext/openssl/tests/
H A Dcve2013_4073.phpt10 var_export($info['extensions']);
/PHP-5.5/ext/intl/tests/
H A Dformatter_format_currency.phpt34 …$res_str .= "$locale: " . var_export( ut_nfmt_format_currency( $fmt, $number, $currency ), true ) …
H A Dformatter_format_currency2.phpt34 …$res_str .= "$locale: " . var_export( ut_nfmt_format_currency( $fmt, $number, $currency ), true ) …
H A Dformatter_fail.phpt10 echo var_export(intl_get_error_message(), true)."\n";
/PHP-5.5/ext/pdo/tests/
H A Dbug_44409.phpt34 printf("Method called: %s(%s)\n", __METHOD__, var_export($dat, true));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt56 printf("[002] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
121 printf("[005] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
123 printf("[006] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysqli_connect_errno.phpt32 $host, $user . 'unknown_really', $db, $port, $socket, gettype($link), var_export($link, true));
/PHP-5.5/ext/imap/tests/
H A Dbug46918.phpt21 var_export($add_arr);
/PHP-5.5/ext/standard/
H A Dphp_var.h28 PHP_FUNCTION(var_export);

Completed in 63 milliseconds

12345