Home
last modified time | relevance | path

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

123

/PHP-5.3/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";
110 === 3rd test ===
/PHP-5.3/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-5.3/ext/standard/tests/class_object/
H A Dis_subclass_of_error_001.phpt23 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.3/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-5.3/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-5.3/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.phpt67 echo "===3rd===\n";
83 ===3rd===
H A Diterators_004.phpt42 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.phpt37 case 2: return "3rd";
197 object:3rd=>2
H A Diterators_002.phpt38 case 2: return "3rd";
/PHP-5.3/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 %unicode|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-5.3/win32/build/
H A DMakefile.phpize19 -rd /s /q $(BUILD_DIR)\pecl
23 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
H A DMakefile112 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
116 -rd /s /q $(BUILD_DIR)\pecl
121 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
136 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
137 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
/PHP-5.3/ext/standard/tests/streams/
H A Dbug46426.phpt2 Bug #46426 (3rd parameter offset of stream_get_contents not works for "0")
/PHP-5.3/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt36 case 2: return "3rd";
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in101 ** the callback function specified by the 3rd parameter is
111 ** columns in the query result. The 3rd parameter to the callback
313 ** If the 3rd argument were &azResult then after the function returns
511 ** The 3rd argument to _string and _error is the number of characters to
569 ** is to be authorized. The 3rd and 4th parameters to the authorization
754 ** to bind the value to. The left most '?' is 1. The 3rd parameter is
758 ** own private copy of this value, or false if the space that the 3rd
763 ** set a variable to NULL, call this routine with the 3rd parameter as a
/PHP-5.3/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt17 and 3rd element is csv fields

Completed in 41 milliseconds

123