Home
last modified time | relevance | path

Searched refs:an (Results 151 – 175 of 2195) sorted by relevance

12345678910>>...88

/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation6.phpt6 * Description: Pops an element off the beginning of the array
12 * 1. a variable that is referenced to an array
13 * 2. an array that contains a referenced array
H A Darray_walk_recursive_object1.phpt6 * Description: Apply a user function to every member of an array
10 /* Passing object in place of an 'input' argument to test object functionality
19 * Description : Function adds the addvalue to each element of an array
H A Darray_walk_variation4.phpt6 * Description: Apply a user function to every member of an array
11 * Testing array_walk() with an array having subarrays as elements
20 * Description : It prints the count of an array elements, passed as argument
H A Darray_combine_error2.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
40 Warning: array_combine(): Both parameters should have an equal number of elements in %s on line %d
45 Warning: array_combine(): Both parameters should have an equal number of elements in %s on line %d
50 Warning: array_combine(): Both parameters should have an equal number of elements in %s on line %d
H A Dnatcasesort_variation8.phpt6 * Description: Sort an array using case-insensitive natural sort
11 * Pass an array of octal values to test how natcasesort() re-orders it
H A Darray_uintersect_assoc_variation5.phpt6 …es which are present in all the other arguments. Data is compared by using an user-supplied callba…
16 echo "\n-- comparison function with an incorrect return value --\n";
40 -- comparison function with an incorrect return value --
H A Darray_walk_recursive_variation4.phpt6 * Description: Apply a user function to every member of an array
11 * Testing array_walk_recursive() with an array having subarrays as elements
20 * Description : It prints the count of an array elements, passed as argument
H A Drsort_variation6.phpt6 * Description: Sort an array in reverse order
11 * Pass rsort() an array of hexadecimal values to test behaviour
16 // an array contains unsorted hexadecimal values
H A Dsizeof_error.phpt6 * Description: Counts an elements in an array. If Standard PHP Library is installed,
7 * it will return the properties of an object.
/PHP-5.5/ext/exif/tests/
H A Dexif_imagetype_error.phpt9 * Description: Determine the type of an image
22 echo "\n-- Testing exif_imagetype() function with an unknown file --\n";
41 -- Testing exif_imagetype() function with an unknown file --
/PHP-5.5/ext/standard/tests/file/
H A Dreadlink_realpath_variation2.phpt27 echo "\n*** Testing readlink() and realpath() with linkname stored in an array ***\n";
33 echo "\n-- Testing readlink() and realpath() with softlink, linkname stored inside an array --\n";
46 echo "\n-- Testing readlink() and realpath() with hardlink, linkname stored inside an array --\n";
73 *** Testing readlink() and realpath() with linkname stored in an array ***
75 -- Testing readlink() and realpath() with softlink, linkname stored inside an array --
89 -- Testing readlink() and realpath() with hardlink, linkname stored inside an array --
H A Dlstat_stat_variation19.phpt18 /* test for stats of dir/file when their names are stored in an array */
31 echo "*** Testing stat() with filename & directory name stored inside an array ***\n";
45 echo "\n-- Testing stat() on filename stored inside an array --\n";
49 echo "\n-- Testing stat() on dir name stored inside an array --\n";
63 *** Testing stat() with filename & directory name stored inside an array ***
65 -- Testing stat() on filename stored inside an array --
175 -- Testing stat() on dir name stored inside an array --
/PHP-5.5/ext/date/tests/
H A Dbug49778.phpt2 Bug #49778 (DateInterval::format("%a") is always zero when an interval is created from an ISO strin…
H A DDateTimeZone_extends_basic1.phpt19 echo "\n-- Create an instance of DateTimeZoneExt --\n";
30 -- Create an instance of DateTimeZoneExt --
/PHP-5.5/ext/spl/tests/
H A Diterator_030.phpt41 Accessing the key of an EmptyIterator
42 Accessing the value of an EmptyIterator
/PHP-5.5/ext/reflection/tests/
H A Dbug64007.phpt2 Bug #64007 (There is an ability to create instance of Generator by hand)
17 string(97) "Class Generator is an internal class that cannot be instantiated without invoking its c…
/PHP-5.5/ext/openssl/tests/
H A D008.phpt18 var_dump(openssl_x509_export($c, $output3)); // read an invalid cert, fails
20 var_dump(openssl_x509_export($e, $output5)); // read an array, fails
30 var_dump(openssl_x509_export_to_file($c, $outfilename)); // read an invalid cert, fails
32 var_dump(openssl_x509_export_to_file($e, $outfilename)); // read an array, fails
/PHP-5.5/ext/spl/internal/
H A Diteratoriterator.inc17 * an Iterator. It is very important to understand that most classes that do
37 * Omitting the downcast in the above example would result in an endless loop
42 /** Construct an IteratorIterator from an Iterator or an IteratorAggregate.
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_vars_variation2.phpt6 * Description: Returns an array of default properties of the class.
54 echo "\n-- From inside an object instance --\n";
62 echo "\n-- From inside an parent object instance --\n";
89 -- From inside an object instance --
121 -- From inside an parent object instance --
/PHP-5.5/ext/intl/tests/
H A Duconverter_func_basic.phpt7 var_dump(UConverter::transcode("This is an ascii string", 'utf-8', 'latin1'));
14 string(23) "This is an ascii string"
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_report_wo_ps.phpt49 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function …
51 if (@mysqli_select_db($link, "Oh lord, let this be an unknown database name"))
53 … and mysqli_use_result() cannot be tested, because one would need to cause an error inside the C f…
65 mysqli_select_db($link, "Oh lord, let this be an unknown database name");
100 Warning: mysqli_multi_query(): (%d/%d): You have an error in your SQL syntax; check the manual that…
102 Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check the manual that corre…
108 Warning: mysqli_real_query(): (%d/%d): You have an error in your SQL syntax; check the manual that …
/PHP-5.5/
H A DREADME.NEW-OUTPUT-API7 and there's an API call for every output handler op.
17 Starting an user handler by zval:
21 Starting an internal handler whithout context:
25 Starting an internal handler with context:
80 Issue a warning because of an output handler conflict:
92 Facilitating a context from within an output handler callable with ob_start():
100 Marking an output handler immutable by itself because of irreversibility of its operation:
/PHP-5.5/ext/oci8/tests/
H A Dlob_030.phpt42 echo "Test 1: A CLOB with an even number of bytes\n";
45 echo "Test 2: A CLOB with an odd number of bytes\n";
66 Test 1: A CLOB with an even number of bytes
68 Test 2: A CLOB with an odd number of bytes
/PHP-5.5/tests/lang/
H A DforeachLoop.012.phpt2 Directly modifying an unreferenced array when foreach'ing over it.
35 echo "\nPopping elements off end of an unreferenced array";
42 echo "\n\n\nShift elements off start of an unreferenced array";
49 echo "\n\n\nRemove current element of an unreferenced array";
56 echo "\n\n\nAdding elements to the end of an unreferenced array";
63 echo "\n\n\nAdding elements to the start of an unreferenced array";
73 Popping elements off end of an unreferenced array
142 Shift elements off start of an unreferenced array
211 Remove current element of an unreferenced array
280 Adding elements to the end of an unreferenced array
[all …]
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_decode_basic_001.phpt11 echo "Decode an input string containing the whole base64 alphabet:\n";
20 Decode an input string containing the whole base64 alphabet:

Completed in 26 milliseconds

12345678910>>...88