/PHP-5.5/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeMIPS_32.c | 66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \ 79 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op() 88 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op() 91 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op() 106 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op() 109 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(16), DR(dst)); in emit_single_op() 123 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op() 132 FAIL_IF(push_inst(compiler, CLZ | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op() 303 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op() 306 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() [all …]
|
H A D | sljitNativeMIPS_64.c | 157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \ 179 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op() 204 return push_inst(compiler, DSRL32 | T(dst) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op() 208 return push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op() 215 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op() 396 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op() 398 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 401 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op() 406 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op() 443 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const() [all …]
|
/PHP-5.5/ext/reflection/tests/ |
H A D | ReflectionObject_isInstantiable_basic.phpt | 21 class D extends abstractClass { 25 $classes = array("C", "ifaceImpl", "D"); 36 Is D instantiable? bool(true)
|
H A D | ReflectionClass_isInstantiable_basic.phpt | 21 class D extends abstractClass { 25 $classes = array("C", "iface", "ifaceImpl", "abstractClass", "D"); 40 Is D instantiable? bool(true)
|
H A D | bug48336.phpt | 16 class D extends C { 19 class E extends D { 42 D => C
|
H A D | ReflectionClass_toString_003.phpt | 17 Class D extends C { 20 foreach (array('A', 'B', 'C', 'D') as $class) { 99 ----( Reflection class D: )---- 100 Class [ <user> class D extends C ] {
|
H A D | ReflectionClass_toString_002.phpt | 17 Class D extends C { 20 foreach (array('A', 'B', 'C', 'D') as $class) { 102 ----( Reflection class D: )---- 103 Class [ <user> class D extends C ] {
|
/PHP-5.5/ext/xsl/ |
H A D | config.w32 | 15 ADD_FLAG("CFLAGS_XSL", "/D LIBXSLT_STATIC "); 17 ADD_FLAG("CFLAGS_XSL", "/D LIBEXSLT_STATIC "); 36 ADD_FLAG("CFLAGS_XSL", "/D DOM_EXPORTS /D LIBXML_STATIC");
|
/PHP-5.5/win32/ |
H A D | php5dll.dsp | 46 …D BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_U… 47 …D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS"… 72 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL"… 73 …D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLL_EXPORTS" /D "PHP_EXPORTS" /D "SAPI_EXPORTS" /D "… 99 …D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "MSVC5" /D "PHP_EXPORTS" /D "LIBZE… 100 …D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PHP5DLLTS_EXPORTS" /D "PHP_EXPORTS" /D "LIBZEND_EXPORTS"… 503 # ADD CPP /D "STATIC" 751 # ADD CPP /D "STATIC" 766 # ADD CPP /D "STATIC" 781 # ADD CPP /D "STATIC" [all …]
|
/PHP-5.5/ext/libxml/ |
H A D | config.w32 | 14 ADD_FLAG("CFLAGS_LIBXML", "/D LIBXML_STATIC /D LIBXML_STATIC_FOR_DLL /D HAVE_WIN32_THREADS ");
|
/PHP-5.5/ext/date/tests/ |
H A D | date_modify_basic1.phpt | 20 echo "After modification 1: " . date_format($datetime, "D, d M Y") . "\n"; 23 echo "After modification 2: " . date_format($datetime, "D, d M Y H:i:s") . "\n"; 26 echo "After modification 3: " . date_format($datetime, "D, d M Y") . "\n"; 29 echo "After modification 4: " . date_format($datetime, "D, d M Y") . "\n";
|
H A D | DateTime_modify_basic1.phpt | 20 echo "After modification 1: " . $datetime->format("D, d M Y") . "\n"; 23 echo "After modification 2: " . $datetime->format("D, d M Y H:i:s") . "\n"; 26 echo "After modification 3: " . $datetime->format("D, d M Y") . "\n"; 29 echo "After modification 4: " . $datetime->format("D, d M Y") . "\n";
|
H A D | DateTime_fix_createFromFormat.phpt | 18 $fromFormat = DateTime::createFromFormat( "D., M# j, Y g:iA", $string ); 20 echo "Format method: " . $orig->format("D., M. j, Y g:iA") . "\n"; 21 echo "createFromFormat method: " . $fromFormat->format("D., M. j, Y g:iA") . "\n";
|
H A D | test-parse-from-format.phpt | 57 string(16) "D, d M y H:i:s O" 79 string(16) "D, d M y H:i:s O" 90 string(16) "D, d M Y H:i:s O" 101 string(16) "D, d M Y H:i:s O" 123 string(16) "D, d M Y H:i:s O"
|
H A D | date_create-2.phpt | 9 echo $d->format('D, d M Y H:i:s T'), "\n"; 12 echo $d->format('D, d M Y H:i:s T'), "\n";
|
/PHP-5.5/ext/intl/tests/ |
H A D | bug62915-2.phpt | 19 class D extends Spoofchecker { 23 foreach (range('A', 'D') as $subclass) { 33 string(1) "D"
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | htmlentities21.phpt | 79 0000D: 0d 0d 95 0000D: 0d 0d 111 0000D: 0d 0d 127 0000D: 0d 0d 143 0000D: 0d 0d 159 0000D: 0d 0d 175 0000D: 0d 0d 191 0000D: 0d 0d
|
/PHP-5.5/ext/spl/tests/ |
H A D | iterator_011.phpt | 15 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D')); 25 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D')); 41 3=>D
|
H A D | iterator_018.phpt | 15 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D')); 25 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D')); 41 3=>D
|
H A D | iterator_013.phpt | 33 $it->append(new ArrayIterator(array(2 => 'C', 3 => 'D'))); 60 3=>D 65 3=>D
|
H A D | iterator_020.phpt | 33 $it->append(new ArrayIterator(array(2 => 'C', 3 => 'D'))); 60 3=>D 65 3=>D
|
/PHP-5.5/ext/filter/tests/ |
H A D | 027.phpt | 23 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn" 26 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn" 29 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
|
/PHP-5.5/win32/build/ |
H A D | config.w32.phpize.in | 118 DEFINE("CFLAGS_PHP", "/D _USRDLL /D PHP5DLLTS_EXPORTS /D PHP_EXPORTS \ 119 /D LIBZEND_EXPORTS /D TSRM_EXPORTS /D SAPI_EXPORTS /D WINVER=0x500"); 124 DEFINE("CFLAGS", "/nologo /FD $(BASE_INCLUDES) /D _WINDOWS \ 125 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 "); 184 ADD_FLAG("CFLAGS", "/LDd /MDd /W3 /Gm /Od /D _DEBUG /D ZEND_DEBUG=1 " + 197 …ADD_FLAG("CFLAGS", "/LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEB… 204 ADD_FLAG("CFLAGS", "/D ZTS=1");
|
/PHP-5.5/tests/classes/ |
H A D | constants_error_004.phpt | 7 const c1 = D::hello; 13 Fatal error: Class 'D' not found in %s on line %d
|
/PHP-5.5/Zend/tests/ |
H A D | bug41929.phpt | 16 class D extends C { 19 $myD = new D;
|