test

Fix for test

  1. <?php
  2. //Comment
  3. /*
  4.  * meh1
  5.  */
  6. phpinfo();
  7. ?>

test

  1. <?php
  2. //Comment
  3. /*
  4.  * meh
  5.  */
  6. phpinfo();
  7. ?>

a test

  1. <?php
  2. somefunction();
  3. for($i=0;$i<3;$i++){
  4. //some code goes here
  5. }
  6.  
  7. ?>

Fix for Fix for test

  1. NSString *string = [[NSString alloc] init];
  2. [string UTF8String];

Fix for test

  1. String var = new String();
  2. var = "hej";

test

  1. <?php
  2. $foo = 'bar';
  3. function helloWorld($var) {
  4. return $var->bar;
  5. }
  6. $bar = helloWorld($foo);
  7. echo $bar;

test

  1. <?php test ?>

Test

  1. function block_menu() {
  2.   $items['admin/build/block'] = array(
  3.     'title' => 'Blocks',
  4.     'description' => 'Configure what block content appears in your site\'s sidebars and other regions.',
  5.    

test

  1. <?echo "demo"?>

Something

  1. Blegh
Syndicate content