Home
last modified time | relevance | path

Searched refs:nd (Results 26 – 50 of 133) sorted by relevance

123456

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregint.h672 #define NCCLASS_SET_NOT(nd) NCCLASS_FLAG_SET(nd, FLAG_NCCLASS_NOT) argument
673 #define NCCLASS_SET_SHARE(nd) NCCLASS_FLAG_SET(nd, FLAG_NCCLASS_SHARE) argument
674 #define NCCLASS_CLEAR_NOT(nd) NCCLASS_FLAG_CLEAR(nd, FLAG_NCCLASS_NOT) argument
675 #define IS_NCCLASS_NOT(nd) IS_NCCLASS_FLAG_ON(nd, FLAG_NCCLASS_NOT) argument
676 #define IS_NCCLASS_SHARE(nd) IS_NCCLASS_FLAG_ON(nd, FLAG_NCCLASS_SHARE) argument
/PHP-5.6/Zend/tests/
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
/PHP-5.6/ext/date/tests/
H A Dbug51994.phpt5 $trans_date = '10153'; // 152nd day of year 2010 -> 03.06.2010
/PHP-5.6/tests/lang/
H A Dscript_tag.phpt11 # 2nd comment
/PHP-5.6/ext/standard/tests/strings/
H A Dhtmlentities23.phpt6 "\x8F\xA1\xFF", //2 sub as 2nd is potentially valid as lead
7 "\x8F\xA1", //2 sub, as 2nd is potentially valid as lead
/PHP-5.6/Zend/
H A Dzend_strtod.c760 x = (nd + 8) / 9; in s2b()
2080 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) in zend_strtod()
2081 if (nd < 9) in zend_strtod()
2085 nd0 = nd; in zend_strtod()
2088 if (!nd) { in zend_strtod()
2105 if (nd++ < 9) in zend_strtod()
2109 if (nd++ < 9) in zend_strtod()
2156 if (!nd) { in zend_strtod()
2169 nd0 = nd; in zend_strtod()
2170 k = nd < DBL_DIG + 1 ? nd : DBL_DIG + 1; in zend_strtod()
[all …]
/PHP-5.6/ext/reflection/tests/
H A Dbug40431.phpt19 echo "=== 2nd test ===\n";
94 === 2nd test ===
/PHP-5.6/ext/oci8/tests/
H A Dfetch_object_2.phpt19 "insert into fetch_object_2_tab values (456, '2nd row col2 string', NULL)",
108 2nd row col2 string
H A Dimp_res_insert.phpt68 // The 2nd connection won't see the newly inserted data
77 // The 2nd connection will now see the previously uncommitted data inserted in the previous test
H A Dconnect_scope1.phpt50 // insert 2nd row on returned statement, committing both rows
H A Dconnect_scope2.phpt50 // insert 2nd row on returned statement, committing both rows
/PHP-5.6/ext/xmlreader/tests/
H A D006.phpt16 // 2 read to get on the 2nd node
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug50997.phpt2 Bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
/PHP-5.6/ext/snmp/tests/
H A Dsnmp2_set.phpt100 echo "Multiple OID, 2nd wrong type\n";
124 echo "Multiple OID, 2nd bogus, single type, multiple value\n";
136 echo "Multiple OID, single multiple type (2nd bogus), multiple value\n";
207 Multiple OID, 2nd wrong type
231 Multiple OID, 2nd bogus, single type, multiple value
243 Multiple OID, single multiple type (2nd bogus), multiple value
H A Dsnmpset.phpt100 echo "Multiple OID, 2nd wrong type\n";
124 echo "Multiple OID, 2nd bogus, single type, multiple value\n";
136 echo "Multiple OID, single multiple type (2nd bogus), multiple value\n";
207 Multiple OID, 2nd wrong type
231 Multiple OID, 2nd bogus, single type, multiple value
243 Multiple OID, single multiple type (2nd bogus), multiple value
/PHP-5.6/ext/pcre/tests/
H A Dgrep2.phpt2 preg_grep() 2nd test
/PHP-5.6/pear/
H A DMakefile.frag23 "$(WGET)" http://pear.php.net/install-pear-nozlib.phar -nd -P $(builddir)/; \
/PHP-5.6/ext/gd/tests/
H A Dimagejpeg_nullbyte_injection.phpt37 Warning: imagejpeg(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagepng_nullbyte_injection.phpt37 Warning: imagepng(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewbmp_nullbyte_injection.phpt37 Warning: imagewbmp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewebp_nullbyte_injection.phpt37 Warning: imagewebp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagegif_nullbyte_injection.phpt37 Warning: imagegif(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
/PHP-5.6/
H A Dmakedist106 wget http://pear.php.net/install-pear-nozlib.phar -nd -P pear/
/PHP-5.6/ext/standard/tests/general_functions/
H A D003.phpt27 $n += test_me("2nd empty" , 3, "xzy", "");
/PHP-5.6/tests/classes/
H A Diterators_001.phpt36 case 1: return "2nd";
192 object:2nd=>1

Completed in 45 milliseconds

123456