Home
last modified time | relevance | path

Searched refs:D (Results 151 – 175 of 302) sorted by relevance

12345678910>>...13

/PHP-5.3/sapi/apache2handler/
H A Dconfig.w3216 '/D PHP_APACHE2_EXPORTS /I win32');
34 '/D PHP_APACHE2_EXPORTS /I win32',
52 '/D PHP_APACHE2_EXPORTS /I win32',
/PHP-5.3/tests/classes/
H A Dtype_hinting_004.phpt53 class D {
69 $d = new D;
102 4096: Argument 1 passed to D::f1() must be an instance of A, integer given%s(51)
105 4096: Argument 1 passed to D::f2() must be an instance of A, integer given%s(58)
/PHP-5.3/ext/date/tests/
H A Ddate_isodate_set_basic1.phpt25 echo "Week 30 day 3 of 2009 is \"" . date_format($datetime, "D M j") . "\"\n";
29 echo "..same day last year was \"" . date_format($datetime, "D M j") . "\"\n";
H A DDateTime_setISODate_basic1.phpt25 echo "Week 30 day 3 of 2009 is \"" . $datetime->format("D M j") . "\"\n";
29 echo "..same day last year was \"" . $datetime->format("D M j") . "\"\n";
H A Dgmdate_variation4.phpt18 var_dump( gmdate('D') );
19 var_dump( gmdate('D', $timestamp) );
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_class_methods_basic_001.phpt29 class D {}
31 var_dump( get_class_methods("D") );
/PHP-5.3/ext/standard/tests/url/
H A Dbug53248.phpt7 var_dump(rawurldecode('%41%31%5F%2D%2E%7E'));
/PHP-5.3/ext/spl/tests/
H A DarrayObject_count_basic1.phpt34 class D extends ArrayIterator {
40 $c = new D;
/PHP-5.3/ext/xmlrpc/tests/
H A Dbug50761.phpt25 function testB($methodName, $params, $var){ return "D"; }
54 <string>D</string>
/PHP-5.3/sapi/apache2filter/
H A Dconfig.w3216 '/D PHP_APACHE2_EXPORTS /I win32');
34 '/D PHP_APACHE2_EXPORTS /I win32',
/PHP-5.3/ext/pdo/tests/
H A Dpdo_010.phpt25 $db->exec('INSERT INTO test VALUES(4, 3, \'D\', \'Group2\')');
97 string(1) "D"
117 string(1) "D"
/PHP-5.3/ext/ereg/regex/
H A Dregex.mak59 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
114 CPP_PROJ=/nologo /MDd /W3 /GX /Z7 /Od /I "." /D "WIN32" /D "_DEBUG" /D\
/PHP-5.3/ext/pcre/tests/
H A Dbug52732.phpt7 $ret = preg_match('/(?:\D+|<\d+>)*[!?]/', 'foobar foobar foobar');
/PHP-5.3/ext/xmlreader/
H A Dconfig.w3210 ADD_FLAG("CFLAGS_XMLREADER", "/D LIBXML_STATIC");
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c126 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
136 CK((*filter->output_function)( (C << 6) | D, filter->data)); in mbfl_filt_conv_uudec()
/PHP-5.3/ext/openssl/tests/
H A Dopenssl_x509_parse_basic_v9.phpt136 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
138 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
267 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
269 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
H A Dopenssl_x509_parse_basic.phpt145 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
147 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
285 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
287 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
/PHP-5.3/ext/standard/tests/array/
H A Darray_intersect_assoc_variation9.phpt12 * Testing the behavior of array_intersect_assoc() by passing 2-D arrays
38 echo "-- Passing the entire 2-D array to \$arr1 and \$arr2 --\n";
62 -- Passing the entire 2-D array to $arr1 and $arr2 --
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dwrite14.phar11 �д�ni���Y�D��=^S1<��rI���GBMB
H A Dfrontcontroller13.phar5 ���oof/hi.php����L�G���|D)�������<?php
H A Dfrontcontroller6.phar6 …���ж���������a.phps����b�H���l�`�������hiohio<?php function hio(){}j#B2'̅`lL�D��7�����GBMB
/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h278 #define DbHasProperty(D,I,P) (((D)->aDb[I].flags&(P))==(P)) argument
279 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].flags&(P))!=0) argument
280 #define DbSetProperty(D,I,P) (D)->aDb[I].flags|=(P) argument
281 #define DbClearProperty(D,I,P) (D)->aDb[I].flags&=~(P) argument
/PHP-5.3/ext/phar/tests/files/
H A Dfrontcontroller6.phar6 …���ж���������a.phps����b�H���l�`�������hiohio<?php function hio(){}j#B2'̅`lL�D��7�����GBMB
H A Dfrontcontroller13.phar5 ���oof/hi.php����L�G���|D)�������<?php
/PHP-5.3/ext/intl/tests/
H A Dbug62070.phpt18 5%2F%3D%3DC%01%09%01%8F%08

Completed in 43 milliseconds

12345678910>>...13