Home
last modified time | relevance | path

Searched refs:all (Results 101 – 125 of 816) sorted by relevance

12345678910>>...33

/PHP-7.1/ext/standard/tests/mail/
H A Dmail_basic2.phpt22 // Initialise all required variables
32 // Calling mail() with all possible arguments
H A Dmail_basic.phpt22 // Initialise all required variables
31 // Calling mail() with all additional headers
/PHP-7.1/ext/standard/tests/array/
H A Dsizeof_variation1.phpt2 Test sizeof() function : usage variations - for all scalar types and resource variable
14 echo "--- Testing sizeof() for all scalar types in default,COUNT_NORMAL and COUNT_RECURSIVE mode --…
18 // array containing all scalar types
81 --- Testing sizeof() for all scalar types in default,COUNT_NORMAL and COUNT_RECURSIVE mode ---
H A Duasort_variation3.phpt2 Test uasort() function : usage variations - sort array with all posible keys
14 echo "*** Testing uasort() : Sorting array with all possible keys ***\n";
98 *** Testing uasort() : Sorting array with all possible keys ***
H A Darray_rand_basic2.phpt27 echo"\n-- with all default and optional arguments --\n";
39 -- with all default and optional arguments --
H A Darray_filter_basic.phpt14 // Initialise all required variables
29 // with all possible arguments
/PHP-7.1/ext/pgsql/
H A Dpgsql.mak20 # Extensions of all input and output files
92 all: prebuild project target
94 .PHONY: all
152 @echo Deleting all dependency files...
157 @echo Deleting all object files...
/PHP-7.1/ext/ldap/
H A Dldap.mak15 # Extensions of all input and output files
96 all: prebuild project target
98 .PHONY: all
155 @echo Deleting all dependency files...
160 @echo Deleting all object files...
/PHP-7.1/ext/xml/
H A Dxml.mak15 # Extensions of all input and output files
95 all: prebuild project target
97 .PHONY: all
154 @echo Deleting all dependency files...
159 @echo Deleting all object files...
/PHP-7.1/ext/standard/tests/strings/
H A Dbug40432.phpt5 echo strip_tags('<span title="test > all">this</span>') . "\n";
H A Dstr_shuffle_basic.phpt16 // Initialize all required variables
21 // For a given i/p string ensure that all combinations are
H A Dstrncmp_variation5.phpt2 Test strncmp() function : usage variations - different lengths(all types)
12 /* Test strncmp() function with the length as all types, and giving the same strings for 'str1' and…
14 echo "*** Test strncmp() function: by supplying all types for 'len' ***\n";
102 *** Test strncmp() function: by supplying all types for 'len' ***
/PHP-7.1/ext/date/tests/
H A Dgmmktime_variation8.phpt13 // Initialise all required variables
24 // Initialise all required variables
H A Dlocaltime_basic.phpt16 // Initialise all required variables
20 // Calling localtime() with all possible arguments
/PHP-7.1/ext/soap/tests/schema/
H A Dschema024.phpt12 <all>
14 </all>
H A Dschema082.phpt12 <all>
14 </all>
H A Dschema029.phpt12 <all>
14 </all>
H A Dschema026.phpt12 <all>
14 </all>
H A Dschema084.phpt12 <all>
14 </all>
/PHP-7.1/ext/ldap/tests/
H A Dldap_escape_all.phpt2 ldap_escape() test all
/PHP-7.1/ext/standard/tests/dir/
H A Dscandir_basic-win32-mb.phpt33 echo "\n-- scandir() with all arguments --\n";
63 -- scandir() with all arguments --
/PHP-7.1/ext/standard/tests/general_functions/
H A D003.phpt54 echo ($n==0)?"all passed\n":"$n failed\n";
58 all passed
/PHP-7.1/ext/spl/examples/
H A Dinigroups.inc16 * @brief Class to iterate all groups within an ini file.
20 * Using this class you can iterator over all groups of a ini file.
/PHP-7.1/ext/xml/tests/
H A Dbug32001b.phpt78 echo "Chunk size: ".($this->chunk_size ? "$this->chunk_size byte(s)\n": "all data at once\n");
113 Chunk size: all data at once
137 Chunk size: all data at once
161 Chunk size: all data at once
/PHP-7.1/
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

Completed in 28 milliseconds

12345678910>>...33