From e3b6a502d3090eb5441b0f72a03839f124d9b7c0 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Mon, 21 Apr 2014 19:25:21 +0000 Subject: [PATCH] WS (tab to space) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333388 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/commit.xml | 8 ++++---- reference/yar/yar_concurrent_client/loop.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/mysqli/mysqli/commit.xml b/reference/mysqli/mysqli/commit.xml index d05936ed32..6912d941f9 100644 --- a/reference/mysqli/mysqli/commit.xml +++ b/reference/mysqli/mysqli/commit.xml @@ -111,8 +111,8 @@ $mysqli->query("INSERT INTO Language VALUES ('DEU', 'Swabian', 'F', 9.4)"); /* commit transaction */ if (!$mysqli->commit()) { - print("Transaction commit failed\n"); - exit(); + print("Transaction commit failed\n"); + exit(); } /* drop table */ @@ -146,8 +146,8 @@ mysqli_query($link, "INSERT INTO Language VALUES ('DEU', 'Swabian', 'F', 9.4)"); /* commit transaction */ if (!mysqli_commit($link)) { - print("Transaction commit failed\n"); - exit(); + print("Transaction commit failed\n"); + exit(); } /* close connection */ diff --git a/reference/yar/yar_concurrent_client/loop.xml b/reference/yar/yar_concurrent_client/loop.xml index b5ed52add1..1d7c94d38c 100644 --- a/reference/yar/yar_concurrent_client/loop.xml +++ b/reference/yar/yar_concurrent_client/loop.xml @@ -66,8 +66,8 @@ function callback($retval, $callinfo) { if ($callinfo == NULL) { echo "Now, all requests are sent, and no any response available\n"; } else { - echo "This is a remote call response, the method name is", $callinfo["method"], - ". calling sequence is " , $callinfo["sequence"] , "\n"; + echo "This is a remote call response, the method name is", $callinfo["method"], + ". calling sequence is " , $callinfo["sequence"] , "\n"; var_dump($retval); } }