Skip to content

Commit 12358b6

Browse files
committed
More workspace
1 parent 22c1224 commit 12358b6

File tree

6 files changed

+598
-598
lines changed

6 files changed

+598
-598
lines changed

_octopress/source/comment_export_phpjs.org.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54550,10 +54550,10 @@ var_dump($ser);
5455054550
.. which is executable by both PHP & JS.
5455154551
Both return the exact same output:
5455254552
<pre><code>
54553-
kevin@kevin-desktop:~/workspace/plutonia-phpjs/_tools$ rhino debug.js
54553+
kevin@kevin-desktop:~/code/plutonia-phpjs/_tools$ rhino debug.js
5455454554
string(12) "s:5:"a
5455554555
b";"
54556-
kevin@kevin-desktop:~/workspace/plutonia-phpjs/_tools$ php debug.php
54556+
kevin@kevin-desktop:~/code/plutonia-phpjs/_tools$ php debug.php
5455754557
string(12) "s:5:"a
5455854558
b";"
5455954559
</code></pre>
@@ -71656,8 +71656,8 @@ BTW. You are doing a great job here.]]></wp:comment_content>
7165671656
<wp:comment_content><![CDATA[@ Jakub: Thanks for contributing to our project. When I implement your change and test it, I get the following error from rhino:
7165771657

7165871658
[CODE=&quot;text&quot;]
71659-
kevin@trinity:~/workspace/plutonia-phpjs/_tools$ ./phpjstest.php unserialize
71660-
Exception in thread &quot;Thread-0&quot; org.mozilla.javascript.JavaScriptException: [object Error] (/home/kevin/workspace/plutonia-phpjs/functions/var/unserialize.js#16)
71659+
kevin@trinity:~/code/plutonia-phpjs/_tools$ ./phpjstest.php unserialize
71660+
Exception in thread &quot;Thread-0&quot; org.mozilla.javascript.JavaScriptException: [object Error] (/home/kevin/code/plutonia-phpjs/functions/var/unserialize.js#16)
7166171661
at org.mozilla.javascript.gen.c4._c2(Unknown Source)
7166271662
at org.mozilla.javascript.gen.c4.call(Unknown Source)
7166371663
at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)

_octopress/source/functions/realpath/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function realpath(path) {
2121
// improved by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
2222
// note: Returned path is an url like e.g. 'http://yourhost.tld/path/'
2323
// example 1: realpath('../.././_supporters/pj_test_supportfile_1.htm');
24-
// returns 1: 'file:/home/kevin/workspace/_supporters/pj_test_supportfile_1.htm'
24+
// returns 1: 'file:/home/kevin/code/_supporters/pj_test_supportfile_1.htm'
2525

2626
var p = 0,
2727
arr = []; /* Save the root, if not given */

0 commit comments

Comments
 (0)