Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 148) sorted by path

123456

/PHP-7.4/
H A DCODING_STANDARDS.md57 Instead use `"<git username here>_0"`. For example, `#if FOO_0`, where `FOO`
75 The use of `malloc()` should be limited to cases where a third-party library
139 except for places where the variable has no real meaning or a trivial
H A DCONTRIBUTING.md130 several parts where maintenance is happening upstream in their respective
H A DNEWS1684 . Implemented RFC where password_hash() has argon2i(d) implementations from
2636 . Fixed bug #75871 (use pkg-config where available). (pmmaga)
H A DREADME.REDIST.BINS176 it if you give credit where it is due and keep your modifications in
270 the new terms are clearly indicated on the first page of each file where
H A DUPGRADING.INTERNALS75 has been introduced, where zend_prop_purpose (currently) takes one of:
90 get_properties() is still used in cases where none of the above purposes
H A Dconfigure.ac127 dnl Define where extension directories are located in the configure context.
292 dnl Disable PIC mode by default where it is known to be safe to do so, to avoid
381 dnl Check for /usr/pkg/{lib,include} which is where NetBSD puts binary and
890 AC_MSG_CHECKING([where to scan for configuration files])
893 [Set the path where to scan for configuration files])],
/PHP-7.4/Zend/tests/
H A Dbug26802.phpt24 /* The following is a BC break with PHP 4 where it would
H A Dunset_prop_recursion.phpt2 Unset property where unset will recursively access property again
/PHP-7.4/Zend/tests/generators/
H A Dthrow_caught.phpt2 Generator::throw() where the exception is caught in the generator
H A Dthrow_rethrow.phpt2 Generator::throw() where the generator throws a different exception
H A Dthrow_uncaught.phpt2 Generator::throw() where the exception is not caught in the generator
/PHP-7.4/Zend/tests/traits/
H A Derror_015.phpt2 Trying to add an alias to a trait method where there is another with same name.
/PHP-7.4/build/
H A Dlibtool.m41326 # okay in the real world where ";" in dirpaths is itself problematic.
2925 # command for GNU C++ for the case where it uses the native
2983 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
3306 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
3349 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3421 # "CC -xar", where "CC" is the Sun C++ compiler. This is
3495 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3652 # "CC -xar", where "CC" is the Sun C++ compiler. This is
3947 # PORTME: override above test on systems where it is broken
5674 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
H A Dphp_cxx_compile_stdcxx.m412 dnl third arg - a variable name where the corresponding switch would be put. If
H A Dpkg.m456 dnl used since that's the first version where most current features of
162 # Put the nasty error message in config.log where it belongs
221 dnl Substitutes the variable pkgconfigdir as the location where a module
243 dnl Substitutes the variable noarch_pkgconfigdir as the location where a
/PHP-7.4/docs/
H A Dparameter-parsing-api.md64 present. The only exception is O where the zend_class_entry* has to be provided
H A Drelease-process.md272 * You can run `php bin/bumpRelease 7 4` where the first number is the major
H A Dstreams.md113 number of bytes to copy. This function will try to use mmap where available to
129 mmap where it can.
214 In situations where this is not desirable, you should query the stream to see if
H A Dunix-build-system.md118 source-file, where it is located, in which target context it can work, etc.
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE350 where to find the accompanying uncombined form of the same work.
475 have at least the "copyright" line and a pointer to where the full
/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c127 char *where = ""; in dotnet_init() local
135 where = "CoCreateInstance"; in dotnet_init()
143 where = "ICorRuntimeHost_Start\n"; in dotnet_init()
153 where = "QI: System._AppDomain"; in dotnet_init()
175 *p_where = where; in dotnet_init()
195 char *where = ""; in PHP_FUNCTION() local
203 hr = dotnet_init(&where); in PHP_FUNCTION()
227 where = "QI: System._AppDomain"; in PHP_FUNCTION()
261 where = "CreateInstance"; in PHP_FUNCTION()
272 where = "QI: IObjectHandle"; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2053 /* There are 2 cases where the input string and format string
/PHP-7.4/ext/date/tests/
H A Dbug43452.phpt39 // Now the same where the current day-of-week does not match the one in the
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt16 * where specifying Daylight or Standard time is required
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c146 uint32 where; in cdb_make_finish() local
204 where = (hp->h >> 8) % len; in cdb_make_finish()
205 while (c->hash[where].p) in cdb_make_finish()
206 if (++where == len) in cdb_make_finish()
207 where = 0; in cdb_make_finish()
208 c->hash[where] = *hp++; in cdb_make_finish()

Completed in 158 milliseconds

123456