/PHP-5.4/ext/mbstring/libmbfl/tests/strcut.tests/ |
H A D | iso2022jp.exp | 3 global spawn_id from length 4 set from $_from 17 set test "asciish characters ($from, $length)" 23 set test "non-asciish characters ($from, $length)" 33 set test "asciish characters ($from, $length)" 39 set test "non-asciish characters ($from, $length)" 49 set test "asciish characters ($from, $length)" 55 set test "non-asciish characters ($from, $length)" 65 set test "asciish characters ($from, $length)" 71 set test "non-asciish characters ($from, $length)" [all …]
|
H A D | ujis.exp | 3 global spawn_id from length 4 set from $_from 17 set test "asciish characters ($from, $length)" 23 set test "non-asciish characters ($from, $length)" 32 set test "asciish characters ($from, $length)" 38 set test "non-asciish characters ($from, $length)" 47 set test "asciish characters ($from, $length)" 53 set test "non-asciish characters ($from, $length)" 62 set test "asciish characters ($from, $length)" 68 set test "non-asciish characters ($from, $length)" [all …]
|
H A D | utf8.exp | 3 global spawn_id from length 4 set from $_from 17 set test "asciish characters ($from, $length)" 23 set test "non-asciish characters ($from, $length)" 32 set test "asciish characters ($from, $length)" 38 set test "non-asciish characters ($from, $length)" 47 set test "asciish characters ($from, $length)" 53 set test "non-asciish characters ($from, $length)" 62 set test "asciish characters ($from, $length)" 68 set test "non-asciish characters ($from, $length)" [all …]
|
/PHP-5.4/ext/reflection/tests/ |
H A D | ReflectionClass_getConstants_basic.phpt | 6 const a = 'hello from C'; 13 const a = 'hello from F'; 26 Constants from class C: 29 string(12) "hello from C" 31 Constants from class D: 34 string(12) "hello from C" 36 Constants from class E: 39 string(12) "hello from C" 41 Constants from class F: 44 string(12) "hello from F" [all …]
|
H A D | ReflectionProperty_constructor_variation1.phpt | 30 echo "--> Reflect inherited private from global scope:\n"; 38 echo "\n\n--> Reflect inherited private from declaring scope:\n"; 41 echo "\n\n--> Reflect inherited private from declaring scope via subclass:\n"; 44 echo "\n\n--> Reflect inherited private from subclass:\n"; 48 --> Reflect inherited private from global scope: 51 --> Reflect inherited private from declaring scope: 54 --> Reflect inherited private from declaring scope via subclass: 57 --> Reflect inherited private from subclass:
|
H A D | ReflectionClass_getConstant_basic.phpt | 6 const a = 'hello from C'; 13 const a = 'hello from F'; 28 string(12) "hello from C" 31 string(12) "hello from C" 34 string(12) "hello from C" 37 string(12) "hello from F"
|
/PHP-5.4/tests/lang/ |
H A D | bug24951.phpt | 12 echo "Hello from t1 1 "; 13 echo "Hello from t1 2 "; 19 echo "Hello from t2 1 "; 21 echo "Hello from t2 2 "; 27 echo "Hello from t3 1 "; 29 echo "Hello from t3 2 "; 38 [Hello from t1 1 Hello from t1 2 ] 40 [Hello from t2 1 Hello from t2 2 ] 42 Hello from t3 2 ]
|
H A D | 024.phpt | 540 $j should go from 3 to 4, and $q should go from 3 to 4 556 $j should go from 3 to 4, and $q should go from 3 to 4 572 $j should go from 3 to 4, and $q should go from 3 to 4 765 $j should go from 3 to 4, and $q should go from 3 to 4 781 $j should go from 3 to 4, and $q should go from 3 to 4 797 $j should go from 3 to 4, and $q should go from 3 to 4 990 $j should go from 3 to 4, and $q should go from 3 to 4 1006 $j should go from 3 to 4, and $q should go from 3 to 4 1022 $j should go from 3 to 4, and $q should go from 3 to 4 1215 $j should go from 3 to 4, and $q should go from 3 to 4 [all …]
|
/PHP-5.4/ext/date/tests/ |
H A D | bug52342.phpt | 6 $from = new DateTime(); 7 $from->setTime(0, 0, 0); 8 $from->setISODate(2010, 28, 1); //Montag der 28ten Woche 2010 10 echo $from->format('d.m.Y H:i'), "\n"; //A 11 echo $from->getTimestamp(), "\n"; //B 12 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C 14 $from->add(new DateInterval('P0D')); 15 echo $from->getTimestamp(), "\n"; //B 16 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
|
/PHP-5.4/ext/standard/tests/class_object/ |
H A D | get_class_methods_basic_002.phpt | 21 echo "Accessing C from C:\n"; 23 echo "Accessing D from C:\n"; 81 Accessing C from C: 92 Accessing D from C: 109 Accessing X from C: 116 Accessing C from D: 125 Accessing D from D: 142 Accessing X from D: 149 Accessing C from X: 156 Accessing D from X: [all …]
|
H A D | get_class_methods_basic_003.phpt | 28 echo "Accessing I from C:\n"; 30 echo "Accessing C from C:\n"; 36 echo "Accessing I from global scope:\n"; 38 echo "Accessing C from global scope:\n"; 44 Accessing I from global scope: 49 Accessing C from global scope: 58 Accessing I from C: 63 Accessing C from C:
|
/PHP-5.4/Zend/tests/ |
H A D | bug29210.phpt | 22 echo "test_func1 isn't callable from inside\n"; 72 echo "test_func1 isn't callable from outside\n"; 77 echo "test_func2 isn't callable from outside\n"; 82 echo "test_func3 isn't callable from outside\n"; 87 echo "test_func4 isn't callable from outside\n"; 97 test_func1 isn't callable from outside 98 test_func2 isn't callable from outside 99 test_func3 isn't callable from outside 100 test_func4 isn't callable from outside 101 test_func1 isn't callable from child [all …]
|
H A D | bug46246.phpt | 9 echo 'Hello from '.get_class($this)."\n"; 24 echo 'Overridden hello from '.get_class($this)."\n"; 35 Hello from A 36 Hello from A 37 Hello from A 38 Hello from B 39 Hello from B 40 Hello from B
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | fread_basic.phpt | 109 Reading 1024 bytes from file, expecting 1024 bytes ... OK 116 Reading 1030 bytes from file, expecting 1024 bytes ... OK 123 Reading 1000 bytes from file, expecting 1000 bytes ... OK 131 Reading 1024 bytes from file, expecting 1024 bytes ... OK 138 Reading 1030 bytes from file, expecting 1024 bytes ... OK 145 Reading 1000 bytes from file, expecting 1000 bytes ... OK 153 Reading 1024 bytes from file, expecting 1024 bytes ... OK 160 Reading 1030 bytes from file, expecting 1024 bytes ... OK 167 Reading 1000 bytes from file, expecting 1000 bytes ... OK 175 Reading 1024 bytes from file, expecting 1024 bytes ... OK [all …]
|
H A D | fread_variation2.phpt | 82 // read from file, by giving the file actual size, 114 Reading 1024 bytes from file, expecting 0 bytes ... OK 121 Reading 1000 bytes from file, expecting 0 bytes ... OK 129 Reading 1024 bytes from file, expecting 0 bytes ... OK 136 Reading 1000 bytes from file, expecting 0 bytes ... OK 144 Reading 1024 bytes from file, expecting 0 bytes ... OK 151 Reading 1000 bytes from file, expecting 0 bytes ... OK 159 Reading 1024 bytes from file, expecting 0 bytes ... OK 166 Reading 1000 bytes from file, expecting 0 bytes ... OK 174 Reading 1024 bytes from file, expecting 0 bytes ... OK [all …]
|
H A D | fread_variation3-win32.phpt | 127 Reading 10 bytes from file, expecting 0 bytes ... OK 141 Reading 10 bytes from file, expecting 0 bytes ... OK 155 Reading 10 bytes from file, expecting 0 bytes ... OK 169 Reading 10 bytes from file, expecting 0 bytes ... OK 183 Reading 10 bytes from file, expecting 0 bytes ... OK 197 Reading 10 bytes from file, expecting 0 bytes ... OK 211 Reading 10 bytes from file, expecting 0 bytes ... OK 225 Reading 10 bytes from file, expecting 0 bytes ... OK 239 Reading 10 bytes from file, expecting 0 bytes ... OK 255 Reading 10 bytes from file, expecting 0 bytes ... OK [all …]
|
H A D | fread_variation3.phpt | 127 Reading 10 bytes from file, expecting 0 bytes ... OK 141 Reading 10 bytes from file, expecting 0 bytes ... OK 155 Reading 10 bytes from file, expecting 0 bytes ... OK 169 Reading 10 bytes from file, expecting 0 bytes ... OK 183 Reading 10 bytes from file, expecting 0 bytes ... OK 197 Reading 10 bytes from file, expecting 0 bytes ... OK 211 Reading 10 bytes from file, expecting 0 bytes ... OK 225 Reading 10 bytes from file, expecting 0 bytes ... OK 239 Reading 10 bytes from file, expecting 0 bytes ... OK 255 Reading 10 bytes from file, expecting 0 bytes ... OK [all …]
|
H A D | fread_variation4-win32.phpt | 124 Reading 10 bytes from file, expecting 0 bytes ... OK 137 Reading 10 bytes from file, expecting 0 bytes ... OK 150 Reading 10 bytes from file, expecting 0 bytes ... OK 163 Reading 10 bytes from file, expecting 0 bytes ... OK 176 Reading 10 bytes from file, expecting 0 bytes ... OK 189 Reading 10 bytes from file, expecting 0 bytes ... OK 202 Reading 10 bytes from file, expecting 0 bytes ... OK 215 Reading 10 bytes from file, expecting 0 bytes ... OK 228 Reading 10 bytes from file, expecting 0 bytes ... OK 243 Reading 10 bytes from file, expecting 0 bytes ... OK [all …]
|
H A D | fread_variation4.phpt | 124 Reading 10 bytes from file, expecting 0 bytes ... OK 137 Reading 10 bytes from file, expecting 0 bytes ... OK 150 Reading 10 bytes from file, expecting 0 bytes ... OK 163 Reading 10 bytes from file, expecting 0 bytes ... OK 176 Reading 10 bytes from file, expecting 0 bytes ... OK 189 Reading 10 bytes from file, expecting 0 bytes ... OK 202 Reading 10 bytes from file, expecting 0 bytes ... OK 215 Reading 10 bytes from file, expecting 0 bytes ... OK 228 Reading 10 bytes from file, expecting 0 bytes ... OK 243 Reading 10 bytes from file, expecting 0 bytes ... OK [all …]
|
H A D | fread_variation1.phpt | 83 // read from file, by giving the file actual size, 115 Reading 1024 bytes from file, expecting 1024 bytes ... OK 122 Reading 1000 bytes from file, expecting 1000 bytes ... OK 130 Reading 1024 bytes from file, expecting 1024 bytes ... OK 137 Reading 1000 bytes from file, expecting 1000 bytes ... OK 145 Reading 1024 bytes from file, expecting 1024 bytes ... OK 152 Reading 1000 bytes from file, expecting 1000 bytes ... OK 160 Reading 1024 bytes from file, expecting 1024 bytes ... OK 167 Reading 1000 bytes from file, expecting 1000 bytes ... OK 175 Reading 1024 bytes from file, expecting 1024 bytes ... OK [all …]
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gdkanji.c | 395 if (from[i] == ESC) in do_convert() 398 if (from[i] == '$') in do_convert() 417 to[j++] = from[i] + 128; in do_convert() 424 to[j++] = from[i]; in do_convert() 432 p1 = from[i]; in do_convert() 442 p2 = from[++i]; in do_convert() 458 ustrcpy (to, from); in do_convert() 489 ustrcpy (tmp, from); in do_check_and_conv() 494 ustrcpy (tmp, from); in do_check_and_conv() 502 ustrcpy (tmp, from); in do_check_and_conv() [all …]
|
/PHP-5.4/Zend/tests/traits/ |
H A D | bug61998.phpt | 50 $f->newFunc(); //from T1 51 $f->func(); //from Foo 54 $b->newFunc(); //from T1 55 $b->func(); //from Bar 56 $b->func2(); //from Bar 57 $b->newFunc2(); //from T2 58 $b->newFunc3(); //from T2 59 $b->func3(); //from Bar
|
/PHP-5.4/ext/standard/tests/math/ |
H A D | base_convert_variation2.phpt | 78 Warning: base_convert(): Invalid `from base' (0) in %s on line %d 83 Warning: base_convert(): Invalid `from base' (1) in %s on line %d 88 Warning: base_convert(): Invalid `from base' (-1) in %s on line %d 116 Warning: base_convert(): Invalid `from base' (0) in %s on line %d 121 Warning: base_convert(): Invalid `from base' (0) in %s on line %d 126 Warning: base_convert(): Invalid `from base' (0) in %s on line %d 131 Warning: base_convert(): Invalid `from base' (0) in %s on line %d 136 Warning: base_convert(): Invalid `from base' (1) in %s on line %d 141 Warning: base_convert(): Invalid `from base' (0) in %s on line %d 146 Warning: base_convert(): Invalid `from base' (1) in %s on line %d [all …]
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regext.c | 95 conv_encoding(OnigEncoding from, OnigEncoding to, const UChar* s, const UChar* end, in conv_encoding() argument 101 if (from == ONIG_ENCODING_ASCII || from == ONIG_ENCODING_ISO_8859_1) { in conv_encoding() 108 else if (from == ONIG_ENCODING_UTF16_LE) { in conv_encoding() 118 if (from == ONIG_ENCODING_ASCII || from == ONIG_ENCODING_ISO_8859_1) { in conv_encoding() 125 else if (from == ONIG_ENCODING_UTF16_BE) { in conv_encoding() 130 if (from == ONIG_ENCODING_ASCII || from == ONIG_ENCODING_ISO_8859_1) { in conv_encoding() 137 else if (from == ONIG_ENCODING_UTF32_LE) { in conv_encoding() 147 if (from == ONIG_ENCODING_ASCII || from == ONIG_ENCODING_ISO_8859_1) { in conv_encoding() 154 else if (from == ONIG_ENCODING_UTF32_BE) { in conv_encoding()
|
/PHP-5.4/ext/intl/tests/ |
H A D | grapheme.phpt | 105 $res_str .= " from $test[2]"; 169 $res_str .= " from $test[2]"; 235 $res_str .= " from $test[2]"; 300 $res_str .= " from $test[2]"; 795 find "a" in "abc" - grapheme_strpos from 0 = 0 == 0 797 find "a" in "ababc" - grapheme_strpos from 1 = 2 == 2 813 find "ab" in "abc" - grapheme_strpos from 0 = 0 == 0 814 find "abc" in "abc" - grapheme_strpos from 0 = 0 == 0 836 find "A" in "abc" - grapheme_stripos from 0 = 0 == 0 852 find "ab" in "ABc" - grapheme_stripos from 0 = 0 == 0 [all …]
|