/PHP-5.4/ext/openssl/tests/ |
H A D | bug64802.phpt | 45 string(9) "www.rd.io" 49 string(5) "rd.io" 53 string(9) "api.rd.io"
|
/PHP-5.4/ext/reflection/tests/ |
H A D | ReflectionClass_hasConstant_001.phpt | 25 $rd = new ReflectionClass("D"); 27 var_dump($rd->hasConstant("myConst")); 29 var_dump($rd->hasConstant("doesntExist"));
|
H A D | bug43926.phpt | 19 $rd = new ReflectionClass('D'); 24 $cd = $rd->newInstance(); 29 print("Is? D ". ($rd->isInstance($ca) ? 'true' : 'false') .", instanceof: ". (($ca instanceof D) ? … 34 print("Is? D ". ($rd->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof D) ? … 39 print("Is? D ". ($rd->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof D) ? … 44 print("Is? D ". ($rd->isInstance($ce) ? 'true' : 'false') .", instanceof: ". (($ce instanceof D) ? …
|
H A D | bug40431.phpt | 39 echo "=== 3rd test ===\n"; 108 === 3rd test ===
|
/PHP-5.4/ext/spl/tests/ |
H A D | array_010.phpt | 6 $obj = new ArrayObject(array('1st', 1, 2=>'3rd', '4th'=>4)); 73 string(3) "3rd" 94 string(3) "3rd" 112 string(3) "3rd" 122 string(3) "3rd"
|
/PHP-5.4/ext/standard/tests/class_object/ |
H A D | is_subclass_of_error_001.phpt | 23 echo "\n-- Testing is_subclass_of() function with more than typo style invalid 3rd argument --\n"; 28 echo "\n-- Testing is_subclass_of() function with more than invalid 3rd argument --\n"; 46 -- Testing is_subclass_of() function with more than typo style invalid 3rd argument -- 49 -- Testing is_subclass_of() function with more than invalid 3rd argument --
|
/PHP-5.4/ext/date/tests/ |
H A D | 003.phpt | 17 string(3) "3rd" 37 string(4) "23rd"
|
H A D | date-time-modify-times.phpt | 9 'october 23:00', // October 23rd, with a broken time 18 'october 23:00', // October 23rd, with a broken time
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | substr_count_variation_001.phpt | 7 echo "-- 3rd or 4th arg as string --\n"; 14 echo "\n-- 3rd or 4th arg as NULL --\n"; 57 -- 3rd or 4th arg as string -- 69 -- 3rd or 4th arg as NULL --
|
/PHP-5.4/tests/classes/ |
H A D | array_access_001.phpt | 7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4); 93 string(3) "3rd" 133 string(3) "3rd" 164 string(3) "3rd" 176 string(3) "3rd"
|
H A D | array_access_002.phpt | 7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4); 93 string(3) "3rd" 133 string(3) "3rd" 164 string(3) "3rd" 176 string(3) "3rd"
|
H A D | iterators_006.phpt | 67 echo "===3rd===\n"; 83 ===3rd===
|
H A D | iterators_004.phpt | 42 case 2: return "3rd";
|
H A D | array_access_003.phpt | 9 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
|
H A D | array_access_004.phpt | 7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
|
H A D | iterators_001.phpt | 37 case 2: return "3rd"; 197 object:3rd=>2
|
H A D | iterators_002.phpt | 38 case 2: return "3rd";
|
/PHP-5.4/win32/build/ |
H A D | Makefile | 119 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING) 123 -rd /s /q $(BUILD_DIR)\pecl 128 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D 133 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING) 134 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING) 135 -rd /s /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING) 152 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING) 153 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
|
H A D | Makefile.phpize | 17 -rd /s /q $(BUILD_DIR)\pecl 21 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
|
/PHP-5.4/ext/oci8/tests/ |
H A D | fetch_object_1.phpt | 20 "insert into fetch_object_tab values (789, '3rd row col2 string', '3 more text')", 104 string(19) "3rd row col2 string" 116 3rd row col2 string
|
H A D | fetch_object.phpt | 20 "insert into fetch_object_tab values (789, '3rd row col2 string', '3 more text')", 104 %unicode|string%(19) "3rd row col2 string" 116 3rd row col2 string
|
H A D | fetch_object_2.phpt | 20 "insert into fetch_object_2_tab values (789, '3rd row col2 string', '3 more text')", 111 3rd row col2 string
|
/PHP-5.4/ext/standard/tests/streams/ |
H A D | bug46426.phpt | 2 Bug #46426 (3rd parameter offset of stream_get_contents not works for "0")
|
/PHP-5.4/tests/lang/ |
H A D | foreachLoopIteratorAggregate.004.phpt | 36 case 2: return "3rd";
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 53 #define RD3(rd) (reg_map[rd]) argument 61 #define SET_REGS44(rd, rn) \ argument 62 ((reg_map[rn] << 3) | (reg_map[rd] & 0x7) | ((reg_map[rd] & 0x8) << 4)) 69 #define RD4(rd) (reg_map[rd] << 8) argument
|