/PHP-5.3/tests/lang/ |
H A D | 025.phpt | 20 0 a 1 a 2 a 3 a 4 a 5 a 6 a 7 a 8 a 9 36 b 6 a 6 a 7 a 8 a 9 52 b 5 a 5 a 6 a 7 a 8 a 9 84 b 4 a 4 a 5 a 6 a 7 a 8 a 9 116 b 5 a 5 a 6 a 7 a 8 a 9 148 b 3 a 3 a 4 a 5 a 6 a 7 a 8 a 9 180 b 5 a 5 a 6 a 7 a 8 a 9 212 b 4 a 4 a 5 a 6 a 7 a 8 a 9 276 b 2 a 2 a 3 a 4 a 5 a 6 a 7 a 8 a 9 340 b 4 a 4 a 5 a 6 a 7 a 8 a 9 [all …]
|
H A D | foreachLoop.016.phpt | 26 $b = $$a; 122 $a 128 ${'a'} 134 $$a 140 $a[0] 146 $a[0][0] 152 $a->b 158 $a->b->c 164 $a->b[0] 182 C::$a [all …]
|
H A D | passByReference_007.phpt | 7 global $a; 8 return $a; 12 global $a; 13 return $a; 17 global $a; 18 return $a; 22 global $a; 80 Pass a function call that returns a value: 85 Pass a function call that returns a reference: 98 Pass a method call that returns a value: [all …]
|
H A D | passByReference_010.phpt | 6 function f(&$a) { 7 var_dump($a); 8 $a = "a.changed"; 12 f($a="a.original"); 13 var_dump($a); 16 unset($a); 17 $a = "a.original"; 18 f($b = $a); 23 $a = "a.original"; 24 f($b =& $a); [all …]
|
H A D | 033.phpt | 5 $a = 1; 8 if ($a) echo 1; else echo 0; 9 if ($a): 16 while ($a<5) echo $a++; 17 while ($a<9): 18 echo ++$a; 22 for($a=0;$a<5;$a++) echo $a; 23 for($a=0;$a<5;$a++): 24 echo $a; 28 switch ($a):
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 22 if (!a) { in fpm_array_init() 25 if (!a) { in fpm_array_init() 32 a->sz = sz; in fpm_array_init() 44 return a; in fpm_array_init() 52 ret = (char *) a->data + a->sz * n; in fpm_array_item() 60 return fpm_array_item(a, a->used - 1); in fpm_array_item_last() 69 void *last = fpm_array_item(a, a->used - 1); in fpm_array_item_remove() 77 --a->used; in fpm_array_item_remove() 87 if (a->used == a->allocated) { in fpm_array_push() 99 ret = fpm_array_item(a, a->used); in fpm_array_push() [all …]
|
/PHP-5.3/ext/ereg/regex/ |
H A D | tests | 36 a & a a 45 a( b a( a( 46 a\( - a( a( 50 a(b b a(b a(b 52 a) - a) a) 55 a) b a) a) 64 a^b b a^b a^b 66 a$b b a$b a$b 139 a$ & a a 178 **a b a a [all …]
|
/PHP-5.3/ext/ereg/tests/ |
H A D | ereg_replace_basic_001.phpt | 31 --> Pattern: '..(a|b|c)(a|b|c)..'; match: '--- ab ---' 38 …a replacement] [this is a replacement]t[this is a replacement]h[this is a replacement]i[this is a … 42 …a replacement]a[this is a replacement]b[this is a replacement]c[this is a replacement]d[this is a … 46 …a replacement][this is a replacement][this is a replacement][this is a replacement][this is a repl… 47 --> Pattern: '(a{1})(a{1,}) (b{1,3}) (c+) (d?ddd|e)'; match: '--- aaa bbb ccc ddd ---' 54 string(74) "[this is a replacement] this contains some matches [this is a replacement]" 55 --> Pattern: '\a'; match: 'a' 58 string(118) "[this is a replacement] this cont[this is a replacement]ins some m[this is a replaceme… 80 [this is a replacement]this[this is a replacement]contains[this is a replacement]some[this is a rep… 81 [this is a replacement]" [all …]
|
H A D | eregi_replace_basic_001.phpt | 31 --> Pattern: '..(a|b|c)(a|b|c)..'; match: '--- ab ---' 38 …a replacement] [this is a replacement]t[this is a replacement]h[this is a replacement]i[this is a … 42 …a replacement]a[this is a replacement]b[this is a replacement]c[this is a replacement]d[this is a … 46 …a replacement][this is a replacement][this is a replacement][this is a replacement][this is a repl… 47 --> Pattern: '(a{1})(a{1,}) (b{1,3}) (c+) (d?ddd|e)'; match: '--- aaa bbb ccc ddd ---' 54 string(74) "[this is a replacement] this contains some matches [this is a replacement]" 55 --> Pattern: '\a'; match: 'a' 58 string(118) "[this is a replacement] this cont[this is a replacement]ins some m[this is a replaceme… 80 [this is a replacement]this[this is a replacement]contains[this is a replacement]some[this is a rep… 81 [this is a replacement]" [all …]
|
/PHP-5.3/ext/spl/tests/ |
H A D | fixedarray_010.phpt | 9 $a[0] = 1; 11 $a->setSize(2); 12 $a->setSize(3); 13 $a->setSize(0); 16 $a->setSize(0); 20 $a->setSize(10); 24 $a->setSize(5); 28 $a->setSize(3); 33 $a[0] = "test"; 35 $a[2] = 1; [all …]
|
/PHP-5.3/ext/phar/tests/zip/files/ |
H A D | corrupt2.php.inc | 3 $a = new corrupt_zipmaker; 4 $a->addFile('hi', null, 'hii'); 7 $a = new corrupt_zipmaker; 11 $a = new corrupt_zipmaker; 15 $a = new corrupt_zipmaker; 18 $a = new corrupt_zipmaker; 21 $a = new corrupt_zipmaker; 24 $a = new corrupt_zipmaker; 27 $a = new corrupt_zipmaker; 30 $a = new corrupt_zipmaker; [all …]
|
/PHP-5.3/ext/ctype/tests/ |
H A D | ctype_print_variation2.phpt | 32 character code 32 is a printable character 33 character code 33 is a printable character 34 character code 34 is a printable character 35 character code 35 is a printable character 36 character code 36 is a printable character 37 character code 37 is a printable character 38 character code 38 is a printable character 39 character code 39 is a printable character 40 character code 40 is a printable character 41 character code 41 is a printable character [all …]
|
H A D | ctype_graph_variation2.phpt | 32 character code 33 is a printable character 33 character code 34 is a printable character 34 character code 35 is a printable character 35 character code 36 is a printable character 36 character code 37 is a printable character 37 character code 38 is a printable character 38 character code 39 is a printable character 39 character code 40 is a printable character 40 character code 41 is a printable character 41 character code 42 is a printable character [all …]
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | bug29493.phpt | 8 // refcount($a) = 1 10 $b = $a; 11 // refcount($a) = 2 14 // refcount($a) = 1 17 var_dump($a, $b); 23 var_dump($a, $b); 31 $b = &$a; 39 var_dump($a, $b); 53 $b = &$a; 62 var_dump($a); [all …]
|
H A D | bug22088.phpt | 6 $a = array('a', 'b', 'c'); 7 $last = array_shift ($a); 8 $a[] = 'a'; 9 var_dump($a); 11 $a = array('a' => 1, 'b' => 2, 'c' => 3); 12 $last = array_shift ($a); 13 $a[] = 'a'; 14 var_dump($a); 24 string(1) "a" 32 string(1) "a"
|
/PHP-5.3/ext/phar/tests/zip/ |
H A D | bzip2.phpt | 15 var_dump($a->getAlias()); 24 $a = new corrupt_zipmaker; 28 $a = new corrupt_zipmaker; 32 $a = new corrupt_zipmaker; 36 $a = new corrupt_zipmaker; 39 $a = new corrupt_zipmaker; 42 $a = new corrupt_zipmaker; 45 $a = new corrupt_zipmaker; 48 $a = new corrupt_zipmaker; 51 $a = new corrupt_zipmaker; [all …]
|
/PHP-5.3/Zend/ |
H A D | acconfig.h | 83 #define zend_isnan(a) isnan(a) argument 85 #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN)) argument 87 #define zend_isnan(a) 0 argument 92 #define zend_isinf(a) isinf(a) argument 95 #define zend_isinf(a) (((a)==INFINITY)?1:0) argument 97 #define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF)) argument 99 #define zend_isinf(a) 0 argument 103 #define zend_finite(a) finite(a) argument 105 #define zend_finite(a) isfinite(a) argument 107 #define zend_finite(a) ((fpclassify((a))!=FP_INFINITE&&fpclassify((a))!=FP_NAN)?1:0) argument [all …]
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testinput2 | 107 /(a)bc|(a)(b)\2/I 189 /(a|(?m)a)/I 209 /(?(?=a)a|b|c)/ 344 /a[b-a]/ 368 /a[b-a]/Ii 551 /(?=a)a.*/I 1149 a=a 1154 a=a 1164 /(?P<a>a)...(?P=a)bbb(?P>a)d/DZ 1465 …a)(?P<name1>a)(?P<name2>a)(?P<name3>a)(?P<name4>a)(?P<name5>a)(?P<name6>a)(?P<name7>a)(?P<name8>a)… [all …]
|
H A D | testinput9 | 8 /a\x{100}*b/8 13 /a\x{100}+b/8 47 /[^a]/8 61 /a.b/8 63 a\x7fb 66 a\nb 82 /a(.*)(.)/ 88 /a(.)(.)/ 91 /a(.)(.)/8 94 /a(.?)(.)/ [all …]
|
/PHP-5.3/ext/standard/tests/serialize/ |
H A D | serialization_arrays_002.phpt | 40 $a[0] = &$a[1]; 47 $a[0] = &$a[2]; 55 $a[1] = &$a[0]; 62 $a[1] = &$a[2]; 70 $a[2] = &$a[0]; 77 $a[2] = &$a[1]; 82 $a[0] = &$a[2]; 83 $a[1] = &$a[2]; 89 $a[0] = &$a[1]; 91 $a[2] = &$a[1]; [all …]
|
H A D | serialization_objects_013.phpt | 25 $uobj->a = "obj->a.changed"; 104 ["a"]=> 113 ["a"]=> 121 ["a"]=> 129 ["a"]=> 137 ["a"]=> 148 ["a"]=> 157 ["a"]=> 165 ["a"]=> 173 ["a"]=> [all …]
|
H A D | serialization_objects_015.phpt | 15 $uobj->a = "obj->a.changed"; 76 ["a"]=> 85 ["a"]=> 93 ["a"]=> 101 ["a"]=> 109 ["a"]=> 120 ["a"]=> 129 ["a"]=> 137 ["a"]=> 145 ["a"]=> [all …]
|
/PHP-5.3/ext/hash/ |
H A D | hash_md.c | 245 (a) = ROTATE_LEFT ((a), (s)); \ 246 (a) += (b); \ 250 (a) = ROTATE_LEFT ((a), (s)); \ 251 (a) += (b); \ 255 (a) = ROTATE_LEFT ((a), (s)); \ 256 (a) += (b); \ 260 (a) = ROTATE_LEFT ((a), (s)); \ 261 (a) += (b); \ 454 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument 455 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument [all …]
|
/PHP-5.3/ext/session/tests/ |
H A D | 026.phpt | 17 class a { 22 public $a; 24 $this->a = &$a; 28 $a = new a(); 29 $b = new b($a); 32 var_dump($a,$b); 34 $_SESSION['a'] = $a; 42 $a = $_SESSION['a']; 45 var_dump($a,$b); 54 ["a"]=> [all …]
|
/PHP-5.3/ext/phar/tests/ |
H A D | phar_oo_iswriteable.phpt | 24 var_dump($a['a.php']->isWritable()); 25 var_dump($a['a.php']->isReadable()); 26 $a['a.php']->chmod(000); 27 var_dump($a['a.php']->isWritable()); 28 var_dump($a['a.php']->isReadable()); 29 $a['a.php']->chmod(0666); 30 var_dump($a['a.php']->isWritable()); 31 var_dump($a['a.php']->isReadable()); 34 var_dump($a['a.php']->isWritable()); 35 var_dump($a['a.php']->isReadable()); [all …]
|