Home
last modified time | relevance | path

Searched refs:all (Results 176 – 200 of 809) sorted by relevance

12345678910>>...33

/PHP-5.6/ext/standard/tests/array/
H A Darray_walk_basic1.phpt41 echo "-- Using array_walk() with all parameters --\n";
62 -- Using array_walk() with all parameters --
H A Darray_walk_recursive_basic1.phpt41 echo "-- Using array_walk_recursive() with all parameters --\n";
62 -- Using array_walk_recursive() with all parameters --
/PHP-5.6/ext/imap/tests/
H A Dimap_fetchheader_basic.phpt17 // Initialise all required variables
23 // Calling imap_fetchheader() with all possible arguments
H A Dclean.inc6 // delete all msgs in default mailbox, i.e INBOX
/PHP-5.6/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt41 /*3*/ 0444, // all have read only
42 0666, // all have rw only
60 chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-5.6/ext/standard/tests/strings/
H A Dsetlocale_basic3.phpt32 // run the command 'locale -a' to fetch all locales available in the system
43 // return all the locale found in the system
66 // gather all the locales installed in the system
H A Dstrval_variation2.phpt2 Test strval() function : usage variations - Pass all valid char codes
10 echo "*** Testing strval() : usage variations - Pass all valid char codes ***\n";
65 *** Testing strval() : usage variations - Pass all valid char codes ***
H A Dsetlocale_variation1.phpt32 // run the command 'locale -a' to fetch all locales available in the system
43 // return all the locale found in the system
65 // gather all the locales installed in the system
H A Dstrncmp_variation6.phpt14 echo "\n-- Checking with all 256 characters given, in binary format --\n";
15 /* A binary function should work with all 256 characters that a character(8-bit) can take */
16 /* loop through to get all 256 character's equivelent binary value, and check working of strncmp() …
22 var_dump( strncmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(0)
31 var_dump( strncmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(1)
38 -- Checking with all 256 characters given, in binary format --
/PHP-5.6/ext/zlib/tests/
H A Dzlib_scheme_file_read_file_basic.phpt19 all I know is that you can realize it
H A Dzlib_scheme_file_get_contents_basic.phpt20 all I know is that you can realize it
H A Dzlib_scheme_fopen_basic.phpt21 all I know is that you can realize it
/PHP-5.6/sapi/cgi/tests/
H A Dbug61605.phpt2 Bug #61605 (header_remove() does not remove all headers)
/PHP-5.6/ext/curl/tests/
H A Dcurl_multi_select_basic1.phpt11 * Description : Get all the sockets associated with the cURL extension, which can then be
/PHP-5.6/ext/standard/tests/class_object/
H A Dget_declared_interfaces_error_001.phpt6 * Description: Returns an array of all declared interfaces.
H A Dget_declared_classes_error_001.phpt6 * Description: Returns an array of all declared classes.
H A Dget_declared_traits_error_001.phpt6 * Description: Returns an array of all declared traits.
/PHP-5.6/ext/session/tests/
H A Dsession_unset_basic.phpt12 * Description : Free all session variables
H A Dsession_destroy_variation3.phpt12 * Description : Destroys all data registered to a session
H A Dsession_unset_variation1.phpt12 * Description : Free all session variables
/PHP-5.6/ext/bcmath/libbcmath/src/
H A DMakefile.am19 all: $(bin_LIBRARIES) target
/PHP-5.6/ext/pcre/tests/
H A Dpreg_grep_basic.phpt12 …-Z and 0-9, followed by zero or more . followed by zero or more / all more than once. (matches all)
/PHP-5.6/Zend/RFCs/
H A D002.txt21 classes. This means that all of Zend 1.0's scoping methods are
30 contain all types of symbols. Zend will get the notion of a current
126 import * from HTML; // all symbols
141 And finally, you may import all symbols of a given type:
/PHP-5.6/ext/date/tests/
H A Ddate_default_timezone_get_error.phpt6 * Description: Gets the default timezone used by all date/time functions in a script.
/PHP-5.6/Zend/tests/
H A Dget_defined_functions_error.phpt7 * Description: Gets an array of all defined functions.

Completed in 35 milliseconds

12345678910>>...33