Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-7.4/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-7.4/ext/standard/tests/dir/
H A Dscandir_variation7.phpt32 /*3*/ 0444, // all have read only
33 0666, // all have rw only
51 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dopendir_variation7.phpt33 /*3*/ 0444, // all have read only
34 0666, // all have rw only
54 chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-7.4/ext/xml/tests/
H A Dbug32001b.phpt78 echo "Chunk size: ".($this->chunk_size ? "$this->chunk_size byte(s)\n": "all data at once\n");
112 Chunk size: all data at once
136 Chunk size: all data at once
160 Chunk size: all data at once
/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
/PHP-7.4/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)
H A Dbug27669.phpt2 Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically)
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_basic2.phpt2 Test strip_tags() function : basic functionality - with all arguments
12 // Calling strip_tags() with all possible arguments
H A Dtrim_basic.phpt17 echo "\n-- Trim string with all white space characters --\n";
34 -- Trim string with all white space characters --
H A Dltrim_basic.phpt18 echo "\n-- Trim string with all white space characters --\n";
39 -- Trim string with all white space characters --
H A Drtrim_basic.phpt20 echo "\n-- Trim string with all white space characters --\n";
40 -- Trim string with all white space characters --
H A Dstrncasecmp_variation6.phpt2 Test strncasecmp() function : usage variations - binary safe - all ASCII chars
14 /* A binary function should work with all 256 characters that a character(8-bit) can take */
15 echo "\n-- Checking with all 256 characters given, in binary format --\n";
16 /* loop through to get all 256 character's equivalent binary value, and check working of strncasecm…
22 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(0)
30 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(1)
37 -- Checking with all 256 characters given, in binary format --
/PHP-7.4/win32/build/
H A DMakefile.phpize19 all: $(EXT_TARGETS) $(PECL_TARGETS)
27 clean-all:
/PHP-7.4/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt2 DOMDocumentType: basic access to all properties.
10 // Access publicId, systemId, name, internalSubset all with values.
H A Dbug69373.phpt11 $all = $xpath->query('//*');
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug70018.phpt2 Bug #70018 (exec does not strip all whitespace)
H A Dget_loaded_extensions_basic.phpt6 * Description: Returns an array with the names of all modules compiled and loaded
/PHP-7.4/ext/pcre/tests/
H A Dpreg_split_basic.phpt11 var_dump(preg_split('/:\s*(\w*,*\s*)+;/', $string)); //all text between : and ; is removed
12 var_dump(preg_split('/(\(|\))/', $string, -1, PREG_SPLIT_DELIM_CAPTURE|PREG_SPLIT_NO_EMPTY)); //all
/PHP-7.4/ext/standard/tests/array/
H A Darray_fill_variation4.phpt32 echo "*** Filling 2 dimensional array with all basic valid values ***\n";
48 *** Filling 2 dimensional array with all basic valid values ***
/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/tests/classes/
H A Dctor_in_interface_02.phpt2 ZE2 A class constructor must keep the signature of all interfaces
/PHP-7.4/ext/spl/tests/
H A Dclass_implements_basic.phpt6 * Description: Return all classes and interfaces implemented by SPL

Completed in 26 milliseconds

12345678910>>...27