Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 558) sorted by path

12345678910>>...23

/PHP-7.4/
H A D.travis.yml95 # ARM64 CI reports nproc=32, which is excessive.
H A DCODING_STANDARDS.md299 which generates a full function summary. Having this keyword in front of the
324 * Ongoing status notes which may not be appropriate for Git comments.
337 documented. The proto should still be included, describing which function is
H A DCONTRIBUTING.md6 wave of work, which takes a lot of organization and co-ordination.
38 PHP 7.3, which corresponds to the `PHP-7.3` branch in Git. Please also make sure
263 - Rebuild PHP with `--enable-debug` which will show some kinds of memory errors
333 | master | Active development branch for PHP 8.0, which is open for backwards incompatible chang…
353 needed for later branches (i.e. fixes for features which were dropped from
359 which went into PHP-5.4, PHP-5.5 and master should be noted in both
360 PHP-5.4/NEWS and PHP-5.5/NEWS but not master, which is not a public released
H A DREADME.REDIST.BINS255 This file contains the base code which implements sscanf and by extension
H A DUPGRADING115 classes which do not support serialization.
142 * Other internal functions that iterate over an array, but which
173 warning) if it is used with an encoding for which only basic entity
174 substitution is supported, in which case it is equivalent to
297 . Added mb_str_split() function, which provides the same functionality as
343 . A new mechanism for custom object serialization has been added, which
353 which will be deprecated in the future.
485 empty string as $escape argument, which disables the proprietary PHP
491 which disables the proprietary PHP escaping mechanism. The behavior of
660 which mbregex has been built.
[all …]
H A DUPGRADING.INTERNALS44 added, which behave like POSIX's symlink() and link(), respectively, on
/PHP-7.4/Zend/tests/
H A D019.phpt100 $var = 1; // a var which is defined
101 // try to unset the element which is non-existent
110 …var_dump( empty($array_var) ); // expecting bool(false), except: array(), which is considered empty
111 var_dump( isset($array_var) ); // expecting bool(true), except: array(), which is not set
H A Dbug26698.phpt6 …report_memleaks", 0); // the exception thrown in this test results in a memory leak, which is fine
H A Dbug38287.phpt14 // will print NULL (which is ok, but execution should never get here if the value is NULL)
H A Dbug60536_004.phpt14 // Now we use the trait, which happens to introduce another private variable
H A Dbug70164.phpt2 __COMPILER_HALT_OFFSET__ is a "magic" constant, which should work if referenced directly, even in a…
H A Dbug70805.phpt41 // but C::__destructor which is called in gc_colloct_roots will put $a into buf
42 // which will make $a be putted into gc roots buf twice
H A Dbug71930.phpt6 die("skip Require a resource which is able to hold a callbck");
H A Dbug78868.phpt28 $props[0]->setValue(2); //causes constant resolving, which runs autoload, all with EG(fake_scope) =…
H A Dobjects_033.phpt9 // which may or may not share the same ordering.
11 // of materializing the properties shadow HashTable which
/PHP-7.4/Zend/tests/traits/
H A Dbug54441.phpt19 …or the trait alias dontKnow() need to be changed in the same statement in which the alias is defin…
H A Dproperty006.phpt14 // Now we use the trait, which happens to introduce another private variable
/PHP-7.4/Zend/tests/typehints/
H A Dor_null.phpt6 …`zend_verify_return_type` and `zend_verify_missing_return_type` functions which produces an "or nu…
/PHP-7.4/Zend/
H A Dzend_vm_execute.skl26 zend_error_noreturn(E_CORE_ERROR, "Arrived at end of main loop which shouldn't happen");
/PHP-7.4/azure/
H A Dcommunity_job.yml13 # avoid the exit, which allows us to also check for memory leaks. Otherwise we use
55 # Avoid test using exit(), which thus leaks.
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m411 # Determines which historical variant of the gethostbyname_r() call
24 # test.c can be used regardless of which gethostbyname_r() is available.
84 # assuming an implicit prototype. In which case, we're out of luck.
H A Dlibtool.m4130 # which needs '.lib').
571 # Find out which ABI we are using.
586 # Find out which ABI we are using.
620 # Find out which ABI we are using.
688 # Find out which ABI we are using.
1701 # This implies no fast_install, which is unacceptable.
2162 # find a file program which can recognize shared library
2225 # find a file program which can recognize a shared library
2765 # Report which library types will actually be built
4872 # This is c89, which is MS Visual C++ (no shared libs)
[all …]
H A Dltmain.sh2300 $echo "*** shared version of the library, which you do not appear to have"
3618 $echo "*** shared version of the library, which I believe you do not have"
3658 $echo "*** shared version of the library, which you do not appear to have"
3731 $echo "*** shared version of the library, which you do not appear to have"
3783 $echo "*** shared version of the library, which you do not appear to have"
H A Dphp.m4182 dnl Adds sources which are located relative to source-path to the array of type
183 dnl type. Sources are processed with optional special-flags which are passed to
249 dnl Append to the array which has been dynamically chosen at m4 time.
366 dnl the PHP build system which are only given in compiler notation.
396 dnl system which are only given in compiler notation.
926 dnl "sources" is a list of files relative to the subdir which are used to build
1001 dnl $1 = name of extension, $2 = extension upon which it depends
1004 dnl invoked *after* PHP_NEW_EXTENSION. The extension on which it depends must
1014 depends on extension $2, which you've configured to build shared.
1021 You've configured extension $1, which depends on extension $2,
[all …]
H A Dpkg.m433 dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's

Completed in 68 milliseconds

12345678910>>...23