Home
last modified time | relevance | path

Searched refs:all (Results 126 – 150 of 581) sorted by relevance

12345678910>>...24

/PHP-8.0/ext/standard/tests/array/
H A Darray_fill_variation4.phpt27 echo "*** Filling 2 dimensional array with all basic valid values ***\n";
43 *** Filling 2 dimensional array with all basic valid values ***
H A Darray_walk_basic1.phpt31 echo "-- Using array_walk() with all parameters --\n";
52 -- Using array_walk() with all parameters --
H A Darray_walk_recursive_basic1.phpt31 echo "-- Using array_walk_recursive() with all parameters --\n";
52 -- Using array_walk_recursive() with all parameters --
/PHP-8.0/ext/opcache/tests/
H A Dswitch_with_coinciding_targets.phpt2 Switch where all targets, including default, coincide
H A Dget_configuration_matches_ini.phpt2 Test that the directives listed with `opcache_get_configuration` include all those from the ini set…
/PHP-8.0/ext/date/tests/
H A Didate_basic.phpt7 // Initialise all required variables
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug70018.phpt2 Bug #70018 (exec does not strip all whitespace)
/PHP-8.0/Zend/tests/
H A Dbug67169.phpt2 Bug #67169: array_splice all elements, then []= gives wrong index
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)
/PHP-8.0/ext/xml/tests/
H A Dbug32001b.phpt82 … echo "Chunk size: ".($this->chunk_size ? "$this->chunk_size byte(s)\n": "all data at once\n");
116 Chunk size: all data at once
140 Chunk size: all data at once
164 Chunk size: all data at once
/PHP-8.0/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
163 .PHONY: all clean install distclean test prof-gen prof-clean prof-use
/PHP-8.0/ext/dom/tests/
H A Dbug69373.phpt11 $all = $xpath->query('//*');
H A DDOMDocumentType_basic_001.phpt2 DOMDocumentType: basic access to all properties.
10 // Access publicId, systemId, name, internalSubset all with values.
/PHP-8.0/ext/iconv/tests/
H A Diconv_encoding_basic.phpt26 var_dump(iconv_get_encoding("all"));
39 var_dump(iconv_get_encoding("all"));
/PHP-8.0/win32/build/
H A DMakefile.phpize19 all: $(EXT_TARGETS) $(PECL_TARGETS)
27 clean-all:
/PHP-8.0/ext/standard/tests/strings/
H A Dltrim_basic.phpt13 echo "\n-- Trim string with all white space characters --\n";
33 -- Trim string with all white space characters --
H A Drtrim_basic.phpt15 echo "\n-- Trim string with all white space characters --\n";
34 -- Trim string with all white space characters --
/PHP-8.0/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_parameter_inheritance_success6.phpt2 Test that a parameter of a union of all built-in types can be overridden by the mixed type
/PHP-8.0/ext/standard/tests/dir/
H A Dopendir_variation7.phpt28 /*3*/ 0444, // all have read only
29 0666, // all have rw only
49 chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-8.0/ext/pcre/tests/
H A Dpreg_split_basic.phpt10 var_dump(preg_split('/:\s*(\w*,*\s*)+;/', $string)); //all text between : and ; is removed
11 var_dump(preg_split('/(\(|\))/', $string, -1, PREG_SPLIT_DELIM_CAPTURE|PREG_SPLIT_NO_EMPTY)); //all
/PHP-8.0/ext/standard/tests/mail/
H A Dmail_basic7.phpt14 // Initialise all required variables
31 // Calling mail() with all additional headers
38 // Should fail all
39 // Initialise all required variables
93 // Should fail all
94 // Initialise all required variables
143 // Initialise all required variables
H A Dmail_variation1.phpt14 // Initialise all required variables
/PHP-8.0/tests/classes/
H A Dctor_in_interface_02.phpt2 ZE2 A class constructor must keep the signature of all interfaces
/PHP-8.0/Zend/tests/traits/
H A Dlanguage009.phpt2 In instead definitions all trait whose methods are meant to be hidden can be listed.

Completed in 39 milliseconds

12345678910>>...24