Home
last modified time | relevance | path

Searched refs:an (Results 201 – 225 of 2195) sorted by relevance

12345678910>>...88

/PHP-5.5/ext/intl/tests/
H A Duconverter_func_subst.phpt11 $ret = UConverter::transcode("This is an ascii string", 'ascii', 'utf-8', $opts);
26 string(23) "This is an ascii string"
H A Dtimezone_hasSameRules_error.phpt25 string(99) "Argument 1 passed to IntlTimeZone::hasSameRules() must be an instance of IntlTimeZone, …
32 string(92) "Argument 1 passed to intltz_has_same_rules() must be an instance of IntlTimeZone, null …
H A Duconverter_oop_basic.phpt8 var_dump($c->convert("This is an ascii string"));
17 string(23) "This is an ascii string"
/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_variation6.phpt6 * Description: Sort an array using case-insensitive natural sort
11 * Pass an array of referenced varaibles to test how natcasesort() re-orders it
H A Dnatcasesort_variation7.phpt6 * Description: Sort an array using case-insensitive natural sort
11 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
H A Darray_key_exists_variation3.phpt40 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
48 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
56 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
H A Dsizeof_basic1.phpt6 * Description: Counts an elements in an array. If Standard PHP library is
7 * installed, it will return the properties of an object.
H A Darray_walk_variation6.phpt6 * Description: Apply a user function to every member of an array
11 * Passing 'input' argument as an associative array
15 echo "*** Testing array_walk() : 'input' as an associative array ***\n";
51 * Description : Function displays each element of an array with keys
85 *** Testing array_walk() : 'input' as an associative array ***
H A Dmax_error.phpt25 Warning: max(): When only one parameter is given, it must be an array in %s on line 11
31 Warning: max(): When only one parameter is given, it must be an array in %s on line 13
H A Dmin_error.phpt25 Warning: min(): When only one parameter is given, it must be an array in %s on line 11
31 Warning: min(): When only one parameter is given, it must be an array in %s on line 13
/PHP-5.5/ext/gd/tests/
H A Dimagecolorstotal_basic.phpt16 * Description: Find out the number of colors in an image's palette
22 // Get an image
/PHP-5.5/ext/iconv/tests/
H A Diconv_strlen_error2.phpt2 Test iconv_strlen() function : error conditions - pass an unknown encoding
16 * Test iconv_strlen when passed an unknown encoding
H A Dtranslit-failure.phpt15 // with a string as an implode, no difference.
21 * The bug (fixed in libiconv 1.8) was confirmed that iconv goes into an
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt2 Test setlocale() function : basic functionality - set locale using an array
21 /* Test the setlocale() when an array is provided as input containing list of locales */
50 echo "*** Testing setlocale() with an array containing list of locales ***\n";
96 echo "-- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --\n";
124 *** Testing setlocale() with an array containing list of locales ***
125 -- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --
/PHP-5.5/ext/date/tests/
H A DDateTime_extends_basic1.phpt22 echo "\n-- Create an instance of DateTimeExt --\n";
40 -- Create an instance of DateTimeExt --
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_error2.phpt2 Test mb_substr() function : error conditions - Pass an unknown encoding
16 * Pass an unknown encoding to mb_substr() to test behaviour
/PHP-5.5/ext/standard/tests/file/
H A Dfilesize_variation5.phpt10 * (and generates an error of level E_WARNING) in case of an error.
H A Dfilesize_variation1-win32.phpt13 (and generates an error of level E_WARNING) in case of an error.
/PHP-5.5/Zend/tests/
H A D007.phpt28 Warning: Variable passed to each() is not an array or object in %s on line %d
31 Warning: Variable passed to each() is not an array or object in %s on line %d
/PHP-5.5/tests/lang/
H A DforeachLoop.013.phpt2 Directly modifying an unreferenced array when foreach'ing over it while using &$value syntax.
35 echo "\nPopping elements off end of an unreferenced array, using &\$value.";
42 echo "\n\n\nShift elements off start of an unreferenced array, using &\$value.";
49 echo "\n\n\nRemove current element of an unreferenced array, using &\$value.";
56 echo "\n\n\nAdding elements to the end of an unreferenced array, using &\$value.";
63 echo "\n\n\nAdding elements to the start of an unreferenced array, using &\$value.";
73 Popping elements off end of an unreferenced array, using &$value.
143 Shift elements off start of an unreferenced array, using &$value.
212 Remove current element of an unreferenced array, using &$value.
281 Adding elements to the end of an unreferenced array, using &$value.
[all …]
/PHP-5.5/ext/spl/tests/
H A Ddllist_004.phpt50 Exception: Can't pop from an empty datastructure
51 Exception: Can't shift from an empty datastructure
H A Ddllist_005.phpt50 Exception: Can't shift from an empty datastructure
51 Exception: Can't shift from an empty datastructure
H A DarrayObject_clone_basic1.phpt2 SPL: Cloning an instance of ArrayObject which wraps an array.
/PHP-5.5/ext/simplexml/tests/
H A D003.phpt11 <!ENTITY included-entity "This is text included from an entity">
57 string(36) "This is text included from an entity"
/PHP-5.5/ext/zlib/tests/
H A Dbug_40189.phpt9 // this string is an excerpt of a phar archive that caused an infinite loop

Completed in 40 milliseconds

12345678910>>...88