Home
last modified time | relevance | path

Searched refs:all (Results 151 – 175 of 816) sorted by relevance

12345678910>>...33

/PHP-7.1/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.1/Zend/tests/
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-7.1/ext/standard/tests/strings/
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 --
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 Dstripslashes_basic.phpt16 // Initialize all required variables
24 // Calling striplashes() with all arguments
/PHP-7.1/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.1/ext/spl/internal/
H A Drecursivearrayiterator.inc20 * and all their childs before loading them all. You need to care about
H A Drecursivefilteriterator.inc20 * and all their childs before loading them all. You need to care about
/PHP-7.1/TSRM/
H A Dbuild.mk21 all: $(targets)
/PHP-7.1/Zend/
H A Dbuild.mk21 all: $(targets)
/PHP-7.1/build/
H A Dbuild2.mk35 all: $(targets)
/PHP-7.1/tests/classes/
H A Dctor_in_interface_02.phpt2 ZE2 A class constructor must keep the signature of all interfaces
/PHP-7.1/Zend/tests/traits/
H A Dlanguage009.phpt2 In instead definitions all trait whose methods are meant to be hidden can be listed.
/PHP-7.1/ext/standard/tests/array/
H A Darray_map_variation10.phpt19 echo "-- anonymous function with all parameters and body --\n";
42 -- anonymous function with all parameters and body --
H A Darsort_error.phpt11 * Testing arsort() function with all possible error conditions
26 // loop through $flag_value array and setting all possible flag values
H A Dasort_error.phpt11 * Testing asort() function with all possible error conditions
26 // loop through $flag_value array and setting all possible flag values
H A Dkrsort_error.phpt11 * Testing krsort() function with all possible error conditions
26 // loop through $flag_value array and call krsort with all possible sort flag values
H A Dksort_error.phpt11 * Testing ksort() function with all possible error conditions
26 // loop through $flag_value array and call krsort with all possible sort flag values
H A Dsort_error.phpt11 * Testing sort() function with all possible error conditions
26 // loop through $flag_value array and setting all possible flag values
/PHP-7.1/ext/iconv/tests/
H A Diconv_encoding_basic.phpt33 var_dump(iconv_get_encoding("all"));
46 var_dump(iconv_get_encoding("all"));
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt34 …printf("\nException with mysqli. Note that at all other places we throws errors but no exceptions …
60 Exception with mysqli. Note that at all other places we throws errors but no exceptions unless the …
/PHP-7.1/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt18 // Initialise all required variables
27 // Calling imap_fetchbody() with all possible arguments

Completed in 23 milliseconds

12345678910>>...33