This commit is contained in:
Zach Borboa
2017-10-12 23:27:17 -07:00
parent e59990b744
commit a470ce9cf1
5 changed files with 6 additions and 7 deletions
@@ -1,7 +1,8 @@
<?php
// keywords:
// Django: MultiValueDict, QueryDict, request.GET.getlist(), request.POST.getlist(), urllib.urlencode, parse.urlencode
// Java: request.getParameterValues()
// Django: MultiValueDict, QueryDict, request.GET.getlist(), request.POST.getlist()
// Python: urllib.urlencode, parse.urlencode
// Java: request.getParameterValues()
require __DIR__ . '/../vendor/autoload.php';
+1 -1
View File
@@ -13,7 +13,7 @@ foreach (array(
'const VERSION = \'' . $new_version . '\';',
),
) as $info) {
list($filepath, $find, $replace) = $info;
list($filepath, $find, $replace) = $info;
$data = preg_replace($find, $replace, file_get_contents($filepath));
file_put_contents($filepath, $data);
}
+1 -1
View File
@@ -13,7 +13,7 @@ foreach (array(
'const VERSION = \'' . $new_version . '\';',
),
) as $info) {
list($filepath, $find, $replace) = $info;
list($filepath, $find, $replace) = $info;
$data = preg_replace($find, $replace, file_get_contents($filepath));
file_put_contents($filepath, $data);
}
+1 -1
View File
@@ -13,7 +13,7 @@ foreach (array(
'const VERSION = \'' . $new_version . '\';',
),
) as $info) {
list($filepath, $find, $replace) = $info;
list($filepath, $find, $replace) = $info;
$data = preg_replace($find, $replace, file_get_contents($filepath));
file_put_contents($filepath, $data);
}
-2
View File
@@ -1,5 +1,3 @@
set -x
phpunit_shim() {
# -class CurlTest extends \PHPUnit\Framework\TestCase
# +class CurlTest extends \PHPUnit_Framework_TestCase