Skip to content

Instantly share code, notes, and snippets.

@jjergus
Created December 4, 2020 19:56
Show Gist options
  • Save jjergus/6243da1148ed747a665109251bbee8ec to your computer and use it in GitHub Desktop.
Save jjergus/6243da1148ed747a665109251bbee8ec to your computer and use it in GitHub Desktop.
diff -ur old/final/api-html/hack/class.AsyncMysqlClient.method.adoptConnection.html build/final/api-html/hack/class.AsyncMysqlClient.method.adoptConnection.html
--- old/final/api-html/hack/class.AsyncMysqlClient.method.adoptConnection.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlClient.method.adoptConnection.html 2020-12-02 14:00:58.000000000 -0800
@@ -47,7 +47,6 @@
<<__EntryPoint>>
async function run_it(): Awaitable<void> {
- require __DIR__."/../../__includes/async_mysql_connect.inc.php";
$sconn = get_synchronous_connection();
$aconn = use_async_connection($sconn);
$rows = await get_rows($aconn);
diff -ur old/final/api-html/hack/class.AsyncMysqlClient.method.connect.html build/final/api-html/hack/class.AsyncMysqlClient.method.connect.html
--- old/final/api-html/hack/class.AsyncMysqlClient.method.connect.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlClient.method.connect.html 2020-12-02 14:00:58.000000000 -0800
@@ -62,7 +62,6 @@
<<__EntryPoint>>
async function run_it(): Awaitable<void> {
- require __DIR__."/../../__includes/async_mysql_connect.inc.php";
$res = await do_connect();
\var_dump($res->numRows()); // The number of rows from the SELECT statement
}
diff -ur old/final/api-html/hack/class.AsyncMysqlClient.method.setPoolsConnectionLimit.html build/final/api-html/hack/class.AsyncMysqlClient.method.setPoolsConnectionLimit.html
--- old/final/api-html/hack/class.AsyncMysqlClient.method.setPoolsConnectionLimit.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlClient.method.setPoolsConnectionLimit.html 2020-12-02 14:00:58.000000000 -0800
@@ -44,7 +44,6 @@
<<__EntryPoint>>
async function run_it(): Awaitable<void> {
- require __DIR__."/../../__includes/async_mysql_connect.inc.php";
\AsyncMysqlClient::setPoolsConnectionLimit(2); // limit two connections
$pool = set_connection_pool();
$conn_awaitables = Vector {};
diff -ur old/final/api-html/hack/class.AsyncMysqlClientStats.method.callbackDelayMicrosAvg.html build/final/api-html/hack/class.AsyncMysqlClientStats.method.callbackDelayMicrosAvg.html
--- old/final/api-html/hack/class.AsyncMysqlClientStats.method.callbackDelayMicrosAvg.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlClientStats.method.callbackDelayMicrosAvg.html 2020-12-02 14:00:58.000000000 -0800
@@ -38,7 +38,6 @@
<<__EntryPoint>>
async function run(): Awaitable<void> {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$d = await get_delay();
\var_dump($d);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlClientStats.method.ioEventLoopMicrosAvg.html build/final/api-html/hack/class.AsyncMysqlClientStats.method.ioEventLoopMicrosAvg.html
--- old/final/api-html/hack/class.AsyncMysqlClientStats.method.ioEventLoopMicrosAvg.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlClientStats.method.ioEventLoopMicrosAvg.html 2020-12-02 14:00:58.000000000 -0800
@@ -36,7 +36,6 @@
<<__EntryPoint>>
async function run(): Awaitable<void> {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$l = await get_loop_info();
\var_dump($l);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.close.html build/final/api-html/hack/class.AsyncMysqlConnection.method.close.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.close.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.close.html 2020-12-02 14:00:58.000000000 -0800
@@ -40,7 +40,6 @@
<<__EntryPoint>>
async function run(): Awaitable<void> {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.connectResult.html build/final/api-html/hack/class.AsyncMysqlConnection.method.connectResult.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.connectResult.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.connectResult.html 2020-12-02 14:00:58.000000000 -0800
@@ -37,7 +37,6 @@
<<__EntryPoint>>
async function run(): Awaitable<void> {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$time = await get_connect_time();
\var_dump($time);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.escapeString.html build/final/api-html/hack/class.AsyncMysqlConnection.method.escapeString.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.escapeString.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.escapeString.html 2020-12-02 14:00:58.000000000 -0800
@@ -69,7 +69,6 @@
<<__EntryPoint>>
async function run(): Awaitable<void> {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
}
</code></pre>
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.host.html build/final/api-html/hack/class.AsyncMysqlConnection.method.host.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.host.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.host.html 2020-12-02 14:00:58.000000000 -0800
@@ -33,7 +33,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$info = await get_host();
\var_dump($info);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.isReusable.html build/final/api-html/hack/class.AsyncMysqlConnection.method.isReusable.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.isReusable.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.isReusable.html 2020-12-02 14:00:58.000000000 -0800
@@ -55,7 +55,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$pool = get_pool();
$conn = await get_connection($pool);
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.lastActivityTime.html build/final/api-html/hack/class.AsyncMysqlConnection.method.lastActivityTime.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.lastActivityTime.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.lastActivityTime.html 2020-12-02 14:00:58.000000000 -0800
@@ -36,7 +36,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$t = await get_time();
\var_dump($t);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.multiQuery.html build/final/api-html/hack/class.AsyncMysqlConnection.method.multiQuery.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.multiQuery.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.multiQuery.html 2020-12-02 14:00:58.000000000 -0800
@@ -68,7 +68,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_multi_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.port.html build/final/api-html/hack/class.AsyncMysqlConnection.method.port.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.port.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.port.html 2020-12-02 14:00:58.000000000 -0800
@@ -33,7 +33,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$port = await get_port();
\var_dump($port);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.queryf.html build/final/api-html/hack/class.AsyncMysqlConnection.method.queryf.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.queryf.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.queryf.html 2020-12-02 14:00:58.000000000 -0800
@@ -89,7 +89,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_queryf();
\var_dump($r);
}
@@ -141,7 +140,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_queryf();
\var_dump($r);
}
@@ -189,7 +187,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await percent_L_queryf();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.query.html build/final/api-html/hack/class.AsyncMysqlConnection.method.query.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.query.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.query.html 2020-12-02 14:00:58.000000000 -0800
@@ -54,7 +54,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.releaseConnection.html build/final/api-html/hack/class.AsyncMysqlConnection.method.releaseConnection.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.releaseConnection.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.releaseConnection.html 2020-12-02 14:00:58.000000000 -0800
@@ -52,7 +52,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.serverInfo.html build/final/api-html/hack/class.AsyncMysqlConnection.method.serverInfo.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.serverInfo.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.serverInfo.html 2020-12-02 14:00:58.000000000 -0800
@@ -33,7 +33,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$info = await get_server_info();
\var_dump($info);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.setReusable.html build/final/api-html/hack/class.AsyncMysqlConnection.method.setReusable.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.setReusable.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.setReusable.html 2020-12-02 14:00:58.000000000 -0800
@@ -63,7 +63,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$pool = get_pool();
$conn = await get_connection($pool);
diff -ur old/final/api-html/hack/class.AsyncMysqlConnection.method.warningCount.html build/final/api-html/hack/class.AsyncMysqlConnection.method.warningCount.html
--- old/final/api-html/hack/class.AsyncMysqlConnection.method.warningCount.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnection.method.warningCount.html 2020-12-02 14:00:58.000000000 -0800
@@ -35,7 +35,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$wc = await get_warning_count_on_query();
\var_dump($wc);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnectionPool.method.connect.html build/final/api-html/hack/class.AsyncMysqlConnectionPool.method.connect.html
--- old/final/api-html/hack/class.AsyncMysqlConnectionPool.method.connect.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnectionPool.method.connect.html 2020-12-02 14:00:58.000000000 -0800
@@ -85,7 +85,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$pool = new MyPool();
await run_it_1($pool);
await run_it_2($pool);
diff -ur old/final/api-html/hack/class.AsyncMysqlConnectionPool.method.__construct.html build/final/api-html/hack/class.AsyncMysqlConnectionPool.method.__construct.html
--- old/final/api-html/hack/class.AsyncMysqlConnectionPool.method.__construct.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnectionPool.method.__construct.html 2020-12-02 14:00:58.000000000 -0800
@@ -75,7 +75,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run_it(): Awaitable&lt;void&gt; {
- require __DIR__.&quot;/../../__includes/async_mysql_connect.inc.php&quot;;
$options = darray[
'pool_connection_limit' =&gt; 2,
];
diff -ur old/final/api-html/hack/class.AsyncMysqlConnectionPool.method.getPoolStats.html build/final/api-html/hack/class.AsyncMysqlConnectionPool.method.getPoolStats.html
--- old/final/api-html/hack/class.AsyncMysqlConnectionPool.method.getPoolStats.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnectionPool.method.getPoolStats.html 2020-12-02 14:00:58.000000000 -0800
@@ -48,7 +48,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run_it(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$pool = set_connection_pool();
$conn_awaitables = Vector {};
$conn_awaitables[] = connect_with_pool($pool);
diff -ur old/final/api-html/hack/class.AsyncMysqlConnectResult.method.clientStats.html build/final/api-html/hack/class.AsyncMysqlConnectResult.method.clientStats.html
--- old/final/api-html/hack/class.AsyncMysqlConnectResult.method.clientStats.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnectResult.method.clientStats.html 2020-12-02 14:00:58.000000000 -0800
@@ -38,7 +38,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$cs = await get_client_stats();
\var_dump($cs);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnectResult.method.elapsedMicros.html build/final/api-html/hack/class.AsyncMysqlConnectResult.method.elapsedMicros.html
--- old/final/api-html/hack/class.AsyncMysqlConnectResult.method.elapsedMicros.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnectResult.method.elapsedMicros.html 2020-12-02 14:00:58.000000000 -0800
@@ -34,7 +34,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$em = await get_connection_time();
\var_dump($em);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnectResult.method.endTime.html build/final/api-html/hack/class.AsyncMysqlConnectResult.method.endTime.html
--- old/final/api-html/hack/class.AsyncMysqlConnectResult.method.endTime.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnectResult.method.endTime.html 2020-12-02 14:00:58.000000000 -0800
@@ -38,7 +38,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$et = await get_connection_start_time();
\var_dump($et);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlConnectResult.method.startTime.html build/final/api-html/hack/class.AsyncMysqlConnectResult.method.startTime.html
--- old/final/api-html/hack/class.AsyncMysqlConnectResult.method.startTime.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlConnectResult.method.startTime.html 2020-12-02 14:00:58.000000000 -0800
@@ -38,7 +38,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$st = await get_connection_start_time();
\var_dump($st);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlErrorResult.method.clientStats.html build/final/api-html/hack/class.AsyncMysqlErrorResult.method.clientStats.html
--- old/final/api-html/hack/class.AsyncMysqlErrorResult.method.clientStats.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlErrorResult.method.clientStats.html 2020-12-02 14:00:58.000000000 -0800
@@ -46,7 +46,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query_error();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlErrorResult.method.elapsedMicros.html build/final/api-html/hack/class.AsyncMysqlErrorResult.method.elapsedMicros.html
--- old/final/api-html/hack/class.AsyncMysqlErrorResult.method.elapsedMicros.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlErrorResult.method.elapsedMicros.html 2020-12-02 14:00:58.000000000 -0800
@@ -42,7 +42,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query_error();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlErrorResult.method.endTime.html build/final/api-html/hack/class.AsyncMysqlErrorResult.method.endTime.html
--- old/final/api-html/hack/class.AsyncMysqlErrorResult.method.endTime.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlErrorResult.method.endTime.html 2020-12-02 14:00:58.000000000 -0800
@@ -47,7 +47,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query_error();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlErrorResult.method.failureType.html build/final/api-html/hack/class.AsyncMysqlErrorResult.method.failureType.html
--- old/final/api-html/hack/class.AsyncMysqlErrorResult.method.failureType.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlErrorResult.method.failureType.html 2020-12-02 14:00:58.000000000 -0800
@@ -44,7 +44,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query_error();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_errno.html build/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_errno.html
--- old/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_errno.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_errno.html 2020-12-02 14:00:58.000000000 -0800
@@ -46,7 +46,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query_error();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_error.html build/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_error.html
--- old/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_error.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_error.html 2020-12-02 14:00:58.000000000 -0800
@@ -43,7 +43,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query_error();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_normalize_error.html build/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_normalize_error.html
--- old/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_normalize_error.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlErrorResult.method.mysql_normalize_error.html 2020-12-02 14:00:58.000000000 -0800
@@ -46,7 +46,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query_error();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlErrorResult.method.startTime.html build/final/api-html/hack/class.AsyncMysqlErrorResult.method.startTime.html
--- old/final/api-html/hack/class.AsyncMysqlErrorResult.method.startTime.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlErrorResult.method.startTime.html 2020-12-02 14:00:58.000000000 -0800
@@ -47,7 +47,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query_error();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlException.method.__construct.html build/final/api-html/hack/class.AsyncMysqlException.method.__construct.html
--- old/final/api-html/hack/class.AsyncMysqlException.method.__construct.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlException.method.__construct.html 2020-12-02 14:00:58.000000000 -0800
@@ -56,7 +56,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlException.method.failed.html build/final/api-html/hack/class.AsyncMysqlException.method.failed.html
--- old/final/api-html/hack/class.AsyncMysqlException.method.failed.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlException.method.failed.html 2020-12-02 14:00:58.000000000 -0800
@@ -56,7 +56,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlException.method.getResult.html build/final/api-html/hack/class.AsyncMysqlException.method.getResult.html
--- old/final/api-html/hack/class.AsyncMysqlException.method.getResult.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlException.method.getResult.html 2020-12-02 14:00:58.000000000 -0800
@@ -52,7 +52,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlException.method.mysqlErrorCode.html build/final/api-html/hack/class.AsyncMysqlException.method.mysqlErrorCode.html
--- old/final/api-html/hack/class.AsyncMysqlException.method.mysqlErrorCode.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlException.method.mysqlErrorCode.html 2020-12-02 14:00:58.000000000 -0800
@@ -54,7 +54,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlException.method.mysqlErrorString.html build/final/api-html/hack/class.AsyncMysqlException.method.mysqlErrorString.html
--- old/final/api-html/hack/class.AsyncMysqlException.method.mysqlErrorString.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlException.method.mysqlErrorString.html 2020-12-02 14:00:58.000000000 -0800
@@ -56,7 +56,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlException.method.timedOut.html build/final/api-html/hack/class.AsyncMysqlException.method.timedOut.html
--- old/final/api-html/hack/class.AsyncMysqlException.method.timedOut.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlException.method.timedOut.html 2020-12-02 14:00:58.000000000 -0800
@@ -55,7 +55,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryErrorResult.method.getSuccessfulResults.html build/final/api-html/hack/class.AsyncMysqlQueryErrorResult.method.getSuccessfulResults.html
--- old/final/api-html/hack/class.AsyncMysqlQueryErrorResult.method.getSuccessfulResults.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryErrorResult.method.getSuccessfulResults.html 2020-12-02 14:00:58.000000000 -0800
@@ -56,7 +56,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await multi_query_error();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryErrorResult.method.numSuccessfulQueries.html build/final/api-html/hack/class.AsyncMysqlQueryErrorResult.method.numSuccessfulQueries.html
--- old/final/api-html/hack/class.AsyncMysqlQueryErrorResult.method.numSuccessfulQueries.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryErrorResult.method.numSuccessfulQueries.html 2020-12-02 14:00:58.000000000 -0800
@@ -51,7 +51,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await multi_query_error();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.clientStats.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.clientStats.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.clientStats.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.clientStats.html 2020-12-02 14:00:58.000000000 -0800
@@ -38,7 +38,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.elapsedMicros.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.elapsedMicros.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.elapsedMicros.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.elapsedMicros.html 2020-12-02 14:00:58.000000000 -0800
@@ -40,7 +40,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.endTime.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.endTime.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.endTime.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.endTime.html 2020-12-02 14:00:58.000000000 -0800
@@ -40,7 +40,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.lastInsertId.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.lastInsertId.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.lastInsertId.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.lastInsertId.html 2020-12-02 14:00:58.000000000 -0800
@@ -53,7 +53,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.mapRows.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.mapRows.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.mapRows.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.mapRows.html 2020-12-02 14:00:58.000000000 -0800
@@ -57,7 +57,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.mapRowsTyped.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.mapRowsTyped.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.mapRowsTyped.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.mapRowsTyped.html 2020-12-02 14:00:58.000000000 -0800
@@ -62,7 +62,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.numRowsAffected.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.numRowsAffected.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.numRowsAffected.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.numRowsAffected.html 2020-12-02 14:00:58.000000000 -0800
@@ -56,7 +56,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.numRows.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.numRows.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.numRows.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.numRows.html 2020-12-02 14:00:58.000000000 -0800
@@ -40,7 +40,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.rowBlocks.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.rowBlocks.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.rowBlocks.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.rowBlocks.html 2020-12-02 14:00:58.000000000 -0800
@@ -69,7 +69,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.startTime.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.startTime.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.startTime.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.startTime.html 2020-12-02 14:00:58.000000000 -0800
@@ -40,7 +40,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.vectorRows.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.vectorRows.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.vectorRows.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.vectorRows.html 2020-12-02 14:00:58.000000000 -0800
@@ -59,7 +59,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlQueryResult.method.vectorRowsTyped.html build/final/api-html/hack/class.AsyncMysqlQueryResult.method.vectorRowsTyped.html
--- old/final/api-html/hack/class.AsyncMysqlQueryResult.method.vectorRowsTyped.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlQueryResult.method.vectorRowsTyped.html 2020-12-02 14:00:58.000000000 -0800
@@ -63,7 +63,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlResult.method.clientStats.html build/final/api-html/hack/class.AsyncMysqlResult.method.clientStats.html
--- old/final/api-html/hack/class.AsyncMysqlResult.method.clientStats.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlResult.method.clientStats.html 2020-12-02 14:00:58.000000000 -0800
@@ -16,7 +16,7 @@
<pre><code class="language-PHP">echo &quot;AsyncMysqlResult is abstract. See specific, concrete classes for &quot;.
&quot;examples of clientStats (e.g., AsyncMysqlConnectResult, &quot;.
&quot;AsyncMysqlErrorResult)&quot;.
- PHP_EOL;
+ \PHP_EOL;
</code></pre>
</div>
<em>Output</em>
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.current.html build/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.current.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.current.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.current.html 2020-12-02 14:00:58.000000000 -0800
@@ -61,7 +61,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.key.html build/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.key.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.key.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.key.html 2020-12-02 14:00:58.000000000 -0800
@@ -61,7 +61,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.next.html build/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.next.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.next.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.next.html 2020-12-02 14:00:58.000000000 -0800
@@ -60,7 +60,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.rewind.html build/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.rewind.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.rewind.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.rewind.html 2020-12-02 14:00:58.000000000 -0800
@@ -75,7 +75,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.valid.html build/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.valid.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.valid.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlockIterator.method.valid.html 2020-12-02 14:00:58.000000000 -0800
@@ -61,7 +61,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.at.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.at.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.at.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.at.html 2020-12-02 14:00:58.000000000 -0800
@@ -50,7 +50,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.count.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.count.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.count.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.count.html 2020-12-02 14:00:58.000000000 -0800
@@ -42,7 +42,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldFlags.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldFlags.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldFlags.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldFlags.html 2020-12-02 14:00:58.000000000 -0800
@@ -146,7 +146,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldName.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldName.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldName.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldName.html 2020-12-02 14:00:58.000000000 -0800
@@ -60,7 +60,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldsCount.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldsCount.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldsCount.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldsCount.html 2020-12-02 14:00:58.000000000 -0800
@@ -55,7 +55,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldType.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldType.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldType.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.fieldType.html 2020-12-02 14:00:58.000000000 -0800
@@ -182,7 +182,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsDouble.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsDouble.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsDouble.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsDouble.html 2020-12-02 14:00:58.000000000 -0800
@@ -64,7 +64,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsInt.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsInt.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsInt.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsInt.html 2020-12-02 14:00:58.000000000 -0800
@@ -64,7 +64,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsString.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsString.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsString.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.getFieldAsString.html 2020-12-02 14:00:58.000000000 -0800
@@ -61,7 +61,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.getIterator.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.getIterator.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.getIterator.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.getIterator.html 2020-12-02 14:00:58.000000000 -0800
@@ -61,7 +61,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.getRow.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.getRow.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.getRow.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.getRow.html 2020-12-02 14:00:58.000000000 -0800
@@ -51,7 +51,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.isEmpty.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.isEmpty.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.isEmpty.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.isEmpty.html 2020-12-02 14:00:58.000000000 -0800
@@ -42,7 +42,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowBlock.method.isNull.html build/final/api-html/hack/class.AsyncMysqlRowBlock.method.isNull.html
--- old/final/api-html/hack/class.AsyncMysqlRowBlock.method.isNull.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowBlock.method.isNull.html 2020-12-02 14:00:58.000000000 -0800
@@ -53,7 +53,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowIterator.method.current.html build/final/api-html/hack/class.AsyncMysqlRowIterator.method.current.html
--- old/final/api-html/hack/class.AsyncMysqlRowIterator.method.current.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowIterator.method.current.html 2020-12-02 14:00:58.000000000 -0800
@@ -56,7 +56,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowIterator.method.key.html build/final/api-html/hack/class.AsyncMysqlRowIterator.method.key.html
--- old/final/api-html/hack/class.AsyncMysqlRowIterator.method.key.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowIterator.method.key.html 2020-12-02 14:00:58.000000000 -0800
@@ -55,7 +55,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowIterator.method.next.html build/final/api-html/hack/class.AsyncMysqlRowIterator.method.next.html
--- old/final/api-html/hack/class.AsyncMysqlRowIterator.method.next.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowIterator.method.next.html 2020-12-02 14:00:58.000000000 -0800
@@ -55,7 +55,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowIterator.method.rewind.html build/final/api-html/hack/class.AsyncMysqlRowIterator.method.rewind.html
--- old/final/api-html/hack/class.AsyncMysqlRowIterator.method.rewind.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowIterator.method.rewind.html 2020-12-02 14:00:58.000000000 -0800
@@ -64,7 +64,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRowIterator.method.valid.html build/final/api-html/hack/class.AsyncMysqlRowIterator.method.valid.html
--- old/final/api-html/hack/class.AsyncMysqlRowIterator.method.valid.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRowIterator.method.valid.html 2020-12-02 14:00:58.000000000 -0800
@@ -56,7 +56,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRow.method.at.html build/final/api-html/hack/class.AsyncMysqlRow.method.at.html
--- old/final/api-html/hack/class.AsyncMysqlRow.method.at.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRow.method.at.html 2020-12-02 14:00:58.000000000 -0800
@@ -53,7 +53,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRow.method.count.html build/final/api-html/hack/class.AsyncMysqlRow.method.count.html
--- old/final/api-html/hack/class.AsyncMysqlRow.method.count.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRow.method.count.html 2020-12-02 14:00:58.000000000 -0800
@@ -47,7 +47,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRow.method.fieldType.html build/final/api-html/hack/class.AsyncMysqlRow.method.fieldType.html
--- old/final/api-html/hack/class.AsyncMysqlRow.method.fieldType.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRow.method.fieldType.html 2020-12-02 14:00:58.000000000 -0800
@@ -187,7 +187,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsDouble.html build/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsDouble.html
--- old/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsDouble.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsDouble.html 2020-12-02 14:00:58.000000000 -0800
@@ -67,7 +67,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsInt.html build/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsInt.html
--- old/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsInt.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsInt.html 2020-12-02 14:00:58.000000000 -0800
@@ -67,7 +67,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsString.html build/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsString.html
--- old/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsString.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRow.method.getFieldAsString.html 2020-12-02 14:00:58.000000000 -0800
@@ -64,7 +64,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRow.method.getIterator.html build/final/api-html/hack/class.AsyncMysqlRow.method.getIterator.html
--- old/final/api-html/hack/class.AsyncMysqlRow.method.getIterator.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRow.method.getIterator.html 2020-12-02 14:00:58.000000000 -0800
@@ -55,7 +55,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await iterate();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.AsyncMysqlRow.method.isNull.html build/final/api-html/hack/class.AsyncMysqlRow.method.isNull.html
--- old/final/api-html/hack/class.AsyncMysqlRow.method.isNull.html 2020-12-01 13:32:11.000000000 -0800
+++ build/final/api-html/hack/class.AsyncMysqlRow.method.isNull.html 2020-12-02 14:00:58.000000000 -0800
@@ -56,7 +56,6 @@
&lt;&lt;__EntryPoint&gt;&gt;
async function run(): Awaitable&lt;void&gt; {
- require __DIR__.'/../../__includes/async_mysql_connect.inc.php';
$r = await simple_query();
\var_dump($r);
}
diff -ur old/final/api-html/hack/class.HH.Map.method.at.html build/final/api-html/hack/class.HH.Map.method.at.html
--- old/final/api-html/hack/class.HH.Map.method.at.html 2020-12-01 13:32:12.000000000 -0800
+++ build/final/api-html/hack/class.HH.Map.method.at.html 2020-12-02 14:01:08.000000000 -0800
@@ -55,10 +55,10 @@
</div>
<em>Output</em>
<div class="highlight fbgfm">
-<pre><code>Fatal error: Uncaught exception 'OutOfBoundsException' with message 'String key &quot;blurple&quot; is not defined' in /home/example/user-documentation/api-examples/class.HH.Map/at/002-missing-key.php:15
+<pre><code>Fatal error: Uncaught exception 'OutOfBoundsException' with message 'String key &quot;blurple&quot; is not defined' in /home/example/api-examples/_extracted/hack/class.HH.Map.method.at-examples/missing-key.php:20
Stack trace:
-#0 /home/example/user-documentation/api-examples/class.HH.Map/at/002-missing-key.php(15): HH\Map-&gt;at()
-#1 (): Hack\UserDocumentation\API\Examples\Map\At\MissingKey\missing_key_main()
+#0 /home/example/api-examples/_extracted/hack/class.HH.Map.method.at-examples/missing-key.php(20): HH\Map-&gt;at()
+#1 (): HHVM\UserDocumentation\Guides\Hack\ClassHHMapMethodAt\MissingKey\_main()
#2 {main}
</code></pre>
</div>
diff -ur old/final/api-html/hack/class.HH.Pair.method.at.html build/final/api-html/hack/class.HH.Pair.method.at.html
--- old/final/api-html/hack/class.HH.Pair.method.at.html 2020-12-01 13:32:13.000000000 -0800
+++ build/final/api-html/hack/class.HH.Pair.method.at.html 2020-12-02 14:01:45.000000000 -0800
@@ -46,10 +46,10 @@
</div>
<em>Output</em>
<div class="highlight fbgfm">
-<pre><code>Fatal error: Uncaught exception 'OutOfBoundsException' with message 'Integer key 2 is out of bounds' in /home/example/user-documentation/api-examples/class.HH.Pair/at/002-missing-key.php:10
+<pre><code>Fatal error: Uncaught exception 'OutOfBoundsException' with message 'Integer key 2 is out of bounds' in /home/example/api-examples/_extracted/hack/class.HH.Pair.method.at-examples/missing-key.php:15
Stack trace:
-#0 /home/example/user-documentation/api-examples/class.HH.Pair/at/002-missing-key.php(10): HH\Pair-&gt;at()
-#1 (): Hack\UserDocumentation\API\Examples\Pair\At\MissingKey\missing_key_main()
+#0 /home/example/api-examples/_extracted/hack/class.HH.Pair.method.at-examples/missing-key.php(15): HH\Pair-&gt;at()
+#1 (): HHVM\UserDocumentation\Guides\Hack\ClassHHPairMethodAt\MissingKey\_main()
#2 {main}
</code></pre>
</div>
diff -ur old/final/api-html/hack/class.HH.Pair.method.toImmSet.html build/final/api-html/hack/class.HH.Pair.method.toImmSet.html
--- old/final/api-html/hack/class.HH.Pair.method.toImmSet.html 2020-12-01 13:32:13.000000000 -0800
+++ build/final/api-html/hack/class.HH.Pair.method.toImmSet.html 2020-12-02 14:02:05.000000000 -0800
@@ -36,10 +36,10 @@
</div>
<em>Output</em>
<div class="highlight fbgfm">
-<pre><code>Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Only integer values and string values may be used with Sets' in /home/example/user-documentation/api-examples/class.HH.Pair/toImmSet/002-runtime-fatal.php:10
+<pre><code>Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Only integer values and string values may be used with Sets' in /home/example/api-examples/_extracted/hack/class.HH.Pair.method.toImmSet-examples/runtime-fatal.php:15
Stack trace:
-#0 /home/example/user-documentation/api-examples/class.HH.Pair/toImmSet/002-runtime-fatal.php(10): HH\Pair-&gt;toImmSet()
-#1 (): Hack\UserDocumentation\API\Examples\Pair\ToImmSet\runtime_fatal_main()
+#0 /home/example/api-examples/_extracted/hack/class.HH.Pair.method.toImmSet-examples/runtime-fatal.php(15): HH\Pair-&gt;toImmSet()
+#1 (): HHVM\UserDocumentation\Guides\Hack\ClassHHPairMethodToImmSet\RuntimeFatal\_main()
#2 {main}
</code></pre>
</div>
diff -ur old/final/api-html/hack/class.HH.Pair.method.toSet.html build/final/api-html/hack/class.HH.Pair.method.toSet.html
--- old/final/api-html/hack/class.HH.Pair.method.toSet.html 2020-12-01 13:32:13.000000000 -0800
+++ build/final/api-html/hack/class.HH.Pair.method.toSet.html 2020-12-02 14:02:09.000000000 -0800
@@ -36,10 +36,10 @@
</div>
<em>Output</em>
<div class="highlight fbgfm">
-<pre><code>Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Only integer values and string values may be used with Sets' in /home/example/user-documentation/api-examples/class.HH.Pair/toSet/002-runtime-fatal.php:10
+<pre><code>Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Only integer values and string values may be used with Sets' in /home/example/api-examples/_extracted/hack/class.HH.Pair.method.toSet-examples/runtime-fatal.php:15
Stack trace:
-#0 /home/example/user-documentation/api-examples/class.HH.Pair/toSet/002-runtime-fatal.php(10): HH\Pair-&gt;toSet()
-#1 (): Hack\UserDocumentation\API\Examples\Pair\Set\runtime_fatal_main()
+#0 /home/example/api-examples/_extracted/hack/class.HH.Pair.method.toSet-examples/runtime-fatal.php(15): HH\Pair-&gt;toSet()
+#1 (): HHVM\UserDocumentation\Guides\Hack\ClassHHPairMethodToSet\RuntimeFatal\_main()
#2 {main}
</code></pre>
</div>
diff -ur old/final/api-html/hack/class.HH.Set.method.zip.html build/final/api-html/hack/class.HH.Set.method.zip.html
--- old/final/api-html/hack/class.HH.Set.method.zip.html 2020-12-01 13:32:13.000000000 -0800
+++ build/final/api-html/hack/class.HH.Set.method.zip.html 2020-12-02 14:02:54.000000000 -0800
@@ -52,10 +52,10 @@
</div>
<em>Output</em>
<div class="highlight fbgfm">
-<pre><code>Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Only integer values and string values may be used with Sets' in /home/example/user-documentation/api-examples/class.HH.Set/zip/002-nonempty-exception.php:8
+<pre><code>Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Only integer values and string values may be used with Sets' in /home/example/api-examples/_extracted/hack/class.HH.Set.method.zip-examples/nonempty-exception.php:13
Stack trace:
-#0 /home/example/user-documentation/api-examples/class.HH.Set/zip/002-nonempty-exception.php(8): HH\Set-&gt;zip()
-#1 (): Hack\UserDocumentation\API\Examples\Set\Zip\nonempty_exception_main()
+#0 /home/example/api-examples/_extracted/hack/class.HH.Set.method.zip-examples/nonempty-exception.php(13): HH\Set-&gt;zip()
+#1 (): HHVM\UserDocumentation\Guides\Hack\ClassHHSetMethodZip\NonemptyException\_main()
#2 {main}
</code></pre>
</div>
diff -ur old/final/api-html/hack/class.HH.Vector.method.at.html build/final/api-html/hack/class.HH.Vector.method.at.html
--- old/final/api-html/hack/class.HH.Vector.method.at.html 2020-12-01 13:32:13.000000000 -0800
+++ build/final/api-html/hack/class.HH.Vector.method.at.html 2020-12-02 14:03:05.000000000 -0800
@@ -45,10 +45,10 @@
</div>
<em>Output</em>
<div class="highlight fbgfm">
-<pre><code>Fatal error: Uncaught exception 'OutOfBoundsException' with message 'Integer key 10 is out of bounds' in /home/example/user-documentation/api-examples/class.HH.Vector/at/002-missing-key.php:10
+<pre><code>Fatal error: Uncaught exception 'OutOfBoundsException' with message 'Integer key 10 is out of bounds' in /home/example/api-examples/_extracted/hack/class.HH.Vector.method.at-examples/missing-key.php:15
Stack trace:
-#0 /home/example/user-documentation/api-examples/class.HH.Vector/at/002-missing-key.php(10): HH\Vector-&gt;at()
-#1 (): Hack\UserDocumentation\API\Examples\Vector\At\MissingKey\missing_key_main()
+#0 /home/example/api-examples/_extracted/hack/class.HH.Vector.method.at-examples/missing-key.php(15): HH\Vector-&gt;at()
+#1 (): HHVM\UserDocumentation\Guides\Hack\ClassHHVectorMethodAt\MissingKey\_main()
#2 {main}
</code></pre>
</div>
diff -ur old/final/api-html/hack/class.HH.Vector.method.pop.html build/final/api-html/hack/class.HH.Vector.method.pop.html
--- old/final/api-html/hack/class.HH.Vector.method.pop.html 2020-12-01 13:32:13.000000000 -0800
+++ build/final/api-html/hack/class.HH.Vector.method.pop.html 2020-12-02 14:03:25.000000000 -0800
@@ -44,10 +44,10 @@
</div>
<em>Output</em>
<div class="highlight fbgfm">
-<pre><code>Fatal error: Uncaught exception 'InvalidOperationException' with message 'Cannot pop empty Vector' in /home/example/user-documentation/api-examples/class.HH.Vector/pop/002-throw-exception.php:9
+<pre><code>Fatal error: Uncaught exception 'InvalidOperationException' with message 'Cannot pop empty Vector' in /home/example/api-examples/_extracted/hack/class.HH.Vector.method.pop-examples/throw-exception.php:14
Stack trace:
-#0 /home/example/user-documentation/api-examples/class.HH.Vector/pop/002-throw-exception.php(9): HH\Vector-&gt;pop()
-#1 (): Hack\UserDocumentation\API\Examples\Vector\Pop\EmptyException\throw_exception_main()
+#0 /home/example/api-examples/_extracted/hack/class.HH.Vector.method.pop-examples/throw-exception.php(14): HH\Vector-&gt;pop()
+#1 (): HHVM\UserDocumentation\Guides\Hack\ClassHHVectorMethodPop\ThrowException\_main()
#2 {main}
</code></pre>
</div>
diff -ur old/final/.api.tag build/final/.api.tag
--- old/final/.api.tag 2020-12-01 13:31:56.000000000 -0800
+++ build/final/.api.tag 2020-12-02 14:00:44.000000000 -0800
@@ -1,4 +1,4 @@
-build step source hash: ccbdb95023c5e590a1309e04f99fc51d2b538102
+build step source hash: ccd56557882c59d17917712ab27f0c408ee44175
tags from dependencies:
tag: HHVM-4.84.0
build step source hash: 59eee50f8649592c68308c4a16261e8df2978411
diff -ur old/final/build_id.txt build/final/build_id.txt
--- old/final/build_id.txt 2020-12-01 13:31:30.000000000 -0800
+++ build/final/build_id.txt 2020-12-02 14:00:17.000000000 -0800
@@ -1 +1 @@
-HHVM=HHVM-4.84.0:HSL=v4.41.0:2020-12-01T13:31:30-0800:1fa47f258c6b68f8ec01899aa82fd6ffa0957109
+HHVM=HHVM-4.84.0:HSL=v4.41.0:2020-12-02T14:00:17-0800:1fa47f258c6b68f8ec01899aa82fd6ffa0957109
diff -ur old/final/static_resources.json build/final/static_resources.json
--- old/final/static_resources.json 2020-12-01 13:32:00.000000000 -0800
+++ build/final/static_resources.json 2020-12-02 14:00:48.000000000 -0800
@@ -2,7 +2,7 @@
"/css/main.css": {
"localPath": "/home/jjergus/work/code/user-documentation/public/css/main.css",
"checksum": "69a03d683f27f798",
- "mtime": 1606858320,
+ "mtime": 1606946448,
"mimeType": "text/css"
},
"/favicon.png": {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment