Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 124) sorted by path

12345

/PHP-7.4/
H A D.gitattributes17 # special characters, such as ASCII control characters. Git recognizes these as
H A DCONTRIBUTING.md8 You don't need any special access to download, build, debug and begin submitting
H A DNEWS101 . Fixed bug #79971 (special character is breaking the path in xml function).
402 . Fixed bug #69668 (SOAP special XML characters in namespace URIs not
H A Dconfigure.ac807 dnl Add the special gcc flags.
/PHP-7.4/Zend/tests/
H A Dcustom_assert_deprecation.phpt12 Deprecated: Defining a custom assert() function is deprecated, as the function has special semantic…
H A Dfe_fetch_op2_live_range.phpt2 FE_FETCH op2 is a def and needs special live range handling
H A Dindexing_001.phpt2 Indexing - various special cases.
H A Dint_special_values.phpt2 Conversion of special float values to int
H A Dspecial_name_error1.phpt2 Cannot use special class name as namespace
H A Dspecial_name_error2.phpt2 Cannot use special class name as alias
10 Fatal error: Cannot use Foo\Bar as self because 'self' is a special class name in %s on line %d
H A Dspecial_name_error3.phpt2 Cannot use special class name as trait name
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_reserved2_use.phpt8 Fatal error: Cannot use foobar as int because 'int' is a special class name in %s on line %d
H A Dscalar_reserved3_use.phpt8 Fatal error: Cannot use foobar as float because 'float' is a special class name in %s on line %d
H A Dscalar_reserved4_use.phpt8 Fatal error: Cannot use foobar as string because 'string' is a special class name in %s on line %d
H A Dscalar_reserved6_use.phpt8 Fatal error: Cannot use foobar as bool because 'bool' is a special class name in %s on line %d
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m451 # As a special exception, the respective Autoconf Macro's copyright owner
59 # This special exception to the GPL applies to versions of the Autoconf
61 # modified version of the Autoconf Macro, you may extend this special
H A Dlibtool.m42954 # have to do anything special.
4139 # As a special exception to the GNU General Public License, if you
5640 # have to do anything special.
H A Dphp.m4180 dnl PHP_ADD_SOURCES(source-path, sources [, special-flags [, type]])
183 dnl type. Sources are processed with optional special-flags which are passed to
221 dnl PHP_ADD_SOURCES_X(source-path, sources[, special-flags[, target-var[, shared[, special-post-fla…
H A Dpkg.m422 dnl As a special exception to the GNU General Public License, if you
/PHP-7.4/docs/
H A Dstreams.md8 code; we don't want them - they are ugly and cumbersome and force you to special
367 /* in this special case, php_streams is asking if we have reached the
H A Dunix-build-system.md70 source directory and compiles all three files with the special include directive
83 If you have a complex extension, you might to need add special Make rules. You
117 contexts. With the help of macros you can define special flags for each
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE88 special circumstances.
90 For example, on rare occasions, there may be a special need to
323 reproducing the executable from it. However, as a special exception,
/PHP-7.4/ext/date/lib/
H A Dparse_date.c669 s->time->relative.special.type = relunit->multiplier; in timelib_set_relative()
670 s->time->relative.special.amount = amount; in timelib_set_relative()
6706 …if (s->time->relative.have_special_relative && s->time->relative.special.type == TIMELIB_SPECIAL_W… in scan()
6707 s->time->relative.special.amount = 0 - s->time->relative.special.amount; in scan()
16654 s->time->relative.special.type = TIMELIB_SPECIAL_DAY_OF_WEEK_IN_MONTH; in scan()
16657 s->time->relative.special.type = TIMELIB_SPECIAL_LAST_DAY_OF_WEEK_IN_MONTH; in scan()
H A Dparse_date.re667 s->time->relative.special.type = relunit->multiplier;
668 s->time->relative.special.amount = amount;
1179 s->time->relative.special.type = TIMELIB_SPECIAL_DAY_OF_WEEK_IN_MONTH;
1182 s->time->relative.special.type = TIMELIB_SPECIAL_LAST_DAY_OF_WEEK_IN_MONTH;
1645 …if (s->time->relative.have_special_relative && s->time->relative.special.type == TIMELIB_SPECIAL_W…
1646 s->time->relative.special.amount = 0 - s->time->relative.special.amount;
H A Dtimelib.c334 switch (d->relative.special.type) { in timelib_dump_date()
336 printf(" / %lld weekday", d->relative.special.amount); in timelib_dump_date()

Completed in 97 milliseconds

12345