Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 25 of 73) sorted by relevance

123

/PHP-7.4/ext/openssl/tests/
H A Dbug64802.phpt17 string(9) "www.rd.io"
21 string(5) "rd.io"
25 string(9) "api.rd.io"
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_hasConstant_001.phpt25 $rd = new ReflectionClass("D");
27 var_dump($rd->hasConstant("myConst"));
29 var_dump($rd->hasConstant("doesntExist"));
H A Dbug43926.phpt19 $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 Dbug40431.phpt39 echo "=== 3rd test ===\n";
108 === 3rd test ===
/PHP-7.4/ext/spl/tests/
H A Darray_010.phpt6 $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-7.4/ext/date/tests/
H A D003.phpt17 string(3) "3rd"
37 string(4) "23rd"
H A Ddate-time-modify-times.phpt9 'october 23:00', // October 23rd, with a broken time
18 'october 23:00', // October 23rd, with a broken time
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr_count_variation_001.phpt7 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-7.4/tests/classes/
H A Darray_access_001.phpt7 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 Darray_access_002.phpt7 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 Diterators_006.phpt64 echo "===3rd===\n";
80 ===3rd===
H A Diterators_004.phpt40 case 2: return "3rd";
H A Darray_access_003.phpt9 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
H A Darray_access_004.phpt7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
H A Diterators_001.phpt35 case 2: return "3rd";
195 object:3rd=>2
H A Diterators_002.phpt36 case 2: return "3rd";
/PHP-7.4/ext/oci8/tests/
H A Dfetch_object_1.phpt20 "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 Dfetch_object.phpt20 "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 Dfetch_object_2.phpt20 "insert into fetch_object_2_tab values (789, '3rd row col2 string', '3 more text')",
111 3rd row col2 string
/PHP-7.4/win32/build/
H A DMakefile.phpize25 -rd /s /q $(BUILD_DIR)\pecl
30 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
H A DMakefile165 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
169 -rd /s /q $(BUILD_DIR)\pecl
174 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
179 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
180 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
181 -rd /s /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING)
209 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
210 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
/PHP-7.4/ext/gd/tests/
H A Dbug73157.phpt2 Bug #73157 (imagegd2() ignores 3rd param if 4 are given)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strrpos_encoding_3rd_param.phpt2 Passing encoding as 3rd param to mb_strrpos (legacy)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug46426.phpt2 Bug #46426 (3rd parameter offset of stream_get_contents not works for "0")
/PHP-7.4/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt36 case 2: return "3rd";

Completed in 22 milliseconds

123