Searched refs:rd (Results 1 – 25 of 69) sorted by relevance
123
/PHP-8.2/ext/openssl/tests/ |
H A D | bug64802.phpt | 18 string(9) "www.rd.io" 22 string(5) "rd.io" 26 string(9) "api.rd.io"
|
/PHP-8.2/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("doesNotExist"));
|
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 | 40 echo "=== 3rd test ===\n"; 111 === 3rd test ===
|
/PHP-8.2/ext/spl/tests/ |
H A D | array_010.phpt | 6 $obj = new ArrayObject(array('1st', 1, 2=>'3rd', '4th'=>4)); 71 string(3) "3rd" 92 string(3) "3rd" 110 string(3) "3rd" 120 string(3) "3rd"
|
/PHP-8.2/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-8.2/tests/classes/ |
H A D | array_access_001.phpt | 7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4); 92 string(3) "3rd" 132 string(3) "3rd" 163 string(3) "3rd" 175 string(3) "3rd"
|
H A D | array_access_002.phpt | 7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4); 92 string(3) "3rd" 132 string(3) "3rd" 163 string(3) "3rd" 175 string(3) "3rd"
|
H A D | iterators_006.phpt | 66 echo "===3rd===\n"; 81 ===3rd===
|
H A D | iterators_004.phpt | 40 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 | 35 case 2: return "3rd"; 195 object:3rd=>2
|
/PHP-8.2/ext/oci8/tests/ |
H A D | fetch_object_1.phpt | 22 "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 | 22 "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_2.phpt | 22 "insert into fetch_object_2_tab values (789, '3rd row col2 string', '3 more text')", 111 3rd row col2 string
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | substr_count_variation_001.phpt | 7 echo "-- 3rd or 4th arg as string --\n"; 48 -- 3rd or 4th arg as string --
|
/PHP-8.2/win32/build/ |
H A D | Makefile | 166 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING) 170 -rd /s /q $(BUILD_DIR)\pecl 175 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D 180 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING) 181 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING) 182 -rd /s /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING) 210 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING) 211 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
|
H A D | Makefile.phpize | 25 -rd /s /q $(BUILD_DIR)\pecl 30 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
|
/PHP-8.2/ext/standard/tests/streams/ |
H A D | bug46426.phpt | 2 Bug #46426 (3rd parameter offset of stream_get_contents not works for "0")
|
/PHP-8.2/ext/gd/tests/ |
H A D | bug73157.phpt | 2 Bug #73157 (imagegd2() ignores 3rd param if 4 are given)
|
/PHP-8.2/ext/dba/tests/ |
H A D | dba_inifile_creation_matrix.phpt | 30 Mode parameter is "rd": 79 Mode parameter is "rd": 120 Mode parameter is "rd":
|
H A D | dba_flatfile_creation_matrix.phpt | 30 Mode parameter is "rd": 79 Mode parameter is "rd": 120 Mode parameter is "rd":
|
/PHP-8.2/tests/lang/ |
H A D | foreachLoopIteratorAggregate.004.phpt | 36 case 2: return "3rd";
|
Completed in 53 milliseconds
123