Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 668) sorted by path

12345678910>>...27

/PHP-7.4/
H A D.gitignore66 # Generated by configure scripts on all systems
H A D.travis.yml86 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
H A DCODING_STANDARDS.md72 In almost all cases, memory returned to the engine must be allocated using
H A DCONTRIBUTING.md351 (i.e. 7.3) and then get merged up to all other branches. All security fixes
363 3. Do not commit multiple files and dump all messages in one commit. If you
H A DNEWS1144 all-access permissions). (CVE-2020-7063) (stas)
1943 . Fixed bug #78291 (opcache_get_configuration doesn't list all directives).
2272 . Fixed bug #77612 (setcookie() sets incorrect SameSite header if all of its
2460 'php ext_skel.php' for all options. This means there are no dependencies,
H A DREADME.REDIST.BINS111 not apply all the way down a chain of software. If binary package A includes
260 and other parties. The following terms apply to all files associated
265 that existing copyright notices are retained in all copies and that this
368 without modification in all copies or substantial portions of the
389 copyright notice and this permission notice appear in all copies.
540 questions, ask. "Derived works" includes all programs that utilize
545 all warranties, either express or implied, including but not
661 to copyright in this Software shall at all times remain with copyright
H A DUPGRADING69 a warning and always return false. Previously all DateInterval objects were
228 single file only non-cyclic type references are possible, because all
346 // Returns array containing all the necessary state of the object.
443 . The export() methods on all Reflection classes are deprecated. Construct a
541 . array password_algos() - return a complete list of all registered password
767 . --with-gd becomes --enable-gd (whether to enable the extension at all) and
H A DUPGRADING.INTERNALS141 shared memory to process memory and must not be modified at all.
/PHP-7.4/Zend/tests/
H A D019.phpt190 // unset and dump the array containing all the resources to see that
243 // unset all members and check
246 // dump the objec to check that all variables are unset
H A Dbug27669.phpt2 Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically)
H A Dbug41929.phpt2 Bug #41929 (Foreach on object does not iterate over all visible properties)
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
H A Dbug63217.phpt30 /* These should all produce string(...) "..." output and not int(...) */
H A Dbug67169.phpt2 Bug #67169: array_splice all elements, then []= gives wrong index
H A Dbug78868.phpt28 $props[0]->setValue(2); //causes constant resolving, which runs autoload, all with EG(fake_scope) =…
H A Dget_defined_functions_basic.phpt7 * Description: Gets an array of all defined functions.
H A Dget_defined_vars.phpt6 * Description: Returns a multidimensional array of all defined variables.
H A Doffset_string.phpt6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
/PHP-7.4/Zend/tests/generators/
H A Dyield_from_multi_tree.phpt19 $all = array();
20 $all[] = $gens[0][0] = from($levels);
24 $all[] = $gens[$level][$i] = gen($gens[$level-1][$i >> 1], $level);
29 foreach ($all as $gen) {
H A Dyield_from_multi_tree_exception.phpt23 $all = array();
24 $all[] = $gens[0][0] = from($levels);
28 $all[] = $gens[$level][$i] = gen($gens[$level-1][$i >> 1], $level);
34 foreach ($all as $gen) {
43 unset($all[array_search($gen, $all)]);
/PHP-7.4/Zend/tests/traits/
H A Dlanguage009.phpt2 In instead definitions all trait whose methods are meant to be hidden can be listed.
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_018.phpt2 Test typed properties type applies to all props in group
/PHP-7.4/azure/
H A Dmsan_job.yml20 # msan requires all used libraries to be instrumented,
/PHP-7.4/build/
H A DMakefile.global8 all: $(all_targets)
88 test: all
134 CCACHE_DISABLE=1 $(MAKE) PROF_FLAGS=-fprofile-generate all
143 CCACHE_DISABLE=1 $(MAKE) PROF_FLAGS=-fprofile-use all
146 .PHONY: all clean install distclean test prof-gen prof-clean prof-use
H A Dax_func_which_gethostbyname_r.m457 # all other use of the material that constitutes the Autoconf Macro.

Completed in 38 milliseconds

12345678910>>...27