Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 251) sorted by path

1234567891011

/PHP-7.4/
H A DCONTRIBUTING.md146 ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git
H A DNEWS2500 . Fixed bug #76137 (config.guess/config.sub do not recognize RISC-V). (cmb)
H A DUPGRADING285 imagefilter($im, IMG_FILTER_SCATTER, int $sub, int $plus, array $colors = []);
/PHP-7.4/Zend/tests/
H A Dbug28442.phpt2 Bug #28442 (Changing a static variables in a class changes it across sub/super classes.)
H A Dbug60362.phpt2 Bug #60362: non-existent sub-sub keys should not have values
25 echo "sub-sub-key 'sub_sub' is not set.\n";
28 echo "sub-sub-key 0 is set: ";
31 echo "sub-sub-key 0 is not set.\n";
50 echo "sub-sub-key 'sub_sub' is empty.\n";
56 echo "sub-sub-key 0 is empty.\n";
58 echo "sub-sub-key 0 is not empty: ";
66 sub-sub-key 'sub_sub' is not set.
67 sub-sub-key 0 is set: string(1) "o"
72 sub-sub-key 'sub_sub' is empty.
[all …]
/PHP-7.4/Zend/tests/generators/
H A Dbug69419.phpt2 Bug #69419: Returning compatible sub generator produces a warning
/PHP-7.4/Zend/tests/traits/
H A Dbug63911.phpt2 Bug #63911 (Ignore conflicting trait methods originationg from identical sub traits)
/PHP-7.4/docs/
H A Drelease-process.md203 sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address
H A Dunix-build-system.md61 If you previously built sub-libraries for this module, add the source-code files
/PHP-7.4/ext/bcmath/
H A Dconfig.m48 …/init.c libbcmath/src/neg.c libbcmath/src/outofmem.c libbcmath/src/raisemod.c libbcmath/src/sub.c \
H A Dconfig.w328 outofmem.c raisemod.c sub.c compare.c divmod.c int2num.c \
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c107 _bc_shift_addsub (bc_num accum, bc_num val, int shift, int sub) in _bc_shift_addsub() argument
123 if (sub) { in _bc_shift_addsub()
/PHP-7.4/ext/com_dotnet/tests/
H A Dvariants.phpt49 sub: 0
63 sub: 38.5
81 sub:
139 sub: 42
179 sub: 0
197 sub:
285 sub:
347 sub:
405 sub:
467 sub:
[all …]
H A Dvariants_x64.phpt52 sub: 0
66 sub: 38.5
84 sub:
142 sub: 42
182 sub: 0
200 sub:
288 sub:
350 sub:
408 sub:
470 sub:
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.c501 PHP_ME_MAPPING(sub, date_sub, arginfo_date_method_sub, 0)
527 PHP_ME(DateTimeImmutable, sub, arginfo_date_method_sub, 0)
3447 PHP_METHOD(DateTimeImmutable, sub) in PHP_METHOD() argument
H A Dphp_date.h77 PHP_METHOD(DateTimeImmutable, sub);
/PHP-7.4/ext/date/tests/
H A DDateTime_data-dates.inc23 // NOTE: sub() produces different answer.
52 // NOTE: sub() produces different answer.
H A DDateTime_data-february.inc74 // NOTE: sub() produces different answer.
78 // NOTE: sub() produces different answer.
82 // NOTE: sub() produces different answer.
86 // NOTE: sub() produces different answer.
175 // NOTE: sub() produces different answer.
179 // NOTE: sub() produces different answer.
183 // NOTE: sub() produces different answer.
187 // NOTE: sub() produces different answer.
191 // NOTE: sub() produces different answer.
H A DDateTime_sub-dates.phpt2 DateTime::sub() -- dates
H A DDateTime_sub-fall-type2-type2.phpt2 DateTime::sub() -- fall type2 type2
H A DDateTime_sub-fall-type2-type3.phpt2 DateTime::sub() -- fall type2 type3
H A DDateTime_sub-fall-type3-type2.phpt2 DateTime::sub() -- fall type3 type2
H A DDateTime_sub-fall-type3-type3.phpt2 DateTime::sub() -- fall type3 type3
H A DDateTime_sub-february.phpt2 DateTime::sub() -- february
H A DDateTime_sub-massive.phpt2 DateTime::sub() -- massive

Completed in 72 milliseconds

1234567891011