Home
last modified time | relevance | path

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

12345678910>>...60

/PHP-5.5/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt2 Test function key_exists() by calling it with its expected arguments
8 echo "*** test key_exists() by using mixed type of arrays ***\n";
59 *** test key_exists() by using mixed type of arrays ***
H A Dkrsort_variation3.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
11 * Testing krsort() by providing array of integer/float/mixed values for $array argument
37 echo "\n-- Testing krsort() by supplying various integer/float arrays --\n";
63 -- Testing krsort() by supplying various integer/float arrays --
H A Dkrsort_variation9.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
11 * Testing krsort() by providing arrays with/without key values for $array argument
31 echo "\n-- Testing krsort() by supplying various arrays with/without key values --\n";
54 -- Testing krsort() by supplying various arrays with/without key values --
H A Dksort_variation9.phpt6 * Description: Sort an array by key, maintaining key to data correlation.
11 …* Testing ksort() by providing arrays with/without key values for $array argument with following …
30 echo "\n-- Testing ksort() by supplying various arrays with/without key values --\n";
53 -- Testing ksort() by supplying various arrays with/without key values --
H A Drsort_object1.phpt61 // testing rsort() function by supplying integer object array, flag value is defualt
66 // testing rsort() function by supplying string object array, flag value is defualt
72 // testing rsort() function by supplying integer object array, flag value = SORT_REGULAR
77 // testing rsort() function by supplying string object array, flag value = SORT_REGULAR
H A Dbug32021.phpt2 Bug #32021 (Crash caused by range('', 'z'))
H A Duasort_variation3.phpt55 1, //expecting: default key 0, value will be replaced by 'FALSE'
58 1 => 10, // expecting: value will be replaced by 'TRUE'
78 null => 20, // expecting: value will be replaced by 'NULL'
H A Darray_combine_variation6.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
12 * Testing the behavior of array_combine() by passing array with
/PHP-5.5/ext/standard/tests/strings/
H A Dshow_source_variation2.phpt2 Test function show_source() by calling it with its expected arguments and output to variable, more …
8 echo "*** Test by calling method or function with its expected arguments and output to variable ***…
23 *** Test by calling method or function with its expected arguments and output to variable ***
25 …#007700">echo&nbsp;</span><span style="color: #DD0000">"***&nbsp;Test&nbsp;by&nbsp;calling&nbsp;me…
/PHP-5.5/Zend/RFCs/
H A D001.txt14 approach Java takes is different where one refers to objects by handle
15 and not by value (one can think of a handle as an objects' ID).
33 The proposed object model is very much influenced by the Java
83 as a reference, and when it is sent by value to the function foo, it
91 realized this can usually be solved by always passing objects by
96 passed to foo() by value. Inside foo(), the object is fetched
102 be passed to foo() by value, which most probably will also save
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput34 42:This line contains pattern not on a line by itself.
52 6:That time it was on a line by itself.
60 14:of lines all by themselves.
95 That time it was on a line by itself.
97 This line contains pattern not on a line by itself.
185 This line contains pattern not on a line by itself.
264 14-of lines all by themselves.
287 of lines all by themselves.
478 That time it was on a line by itself.
550 6:That time it was on a line by itself.
[all …]
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt52 $stmt = $db->prepare('select data1, data2 from bug57702 order by id');
65 foreach($db->query("select data1 as d1, data2 as d2 from bug57702 order by id") as $row) {
74 $stmt = $db->prepare('select data1 as d3_1, data2 as d3_2 from bug57702 order by id');
92 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
115 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
/PHP-5.5/
H A DREADME.TESTING41 test scripts such as session must be executed by CGI SAPI. Therefore,
53 so if you find a test that is affected by a setting, please report
60 test scripts by extracting all directories named "tests"
63 in these files, determines whether it should run it, by evaluating
68 GLOB is expanded by the shell and any file with extension "*.phpt" is
94 test name or the file name. You can check the status of such a bug, by
96 For clarity and automated processing, bug numbers are prefixed by a hash
99 NOTE: The files generated by tests can be selected by setting the
117 Example script to be run by cron(1):
/PHP-5.5/ext/phar/tests/zip/
H A Dbug48791.phpt2 Phar: Bug #48791: open office documents always reported as corrupted by phar extension
14by="listtab" text:list-tab-stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm…
/PHP-5.5/ext/exif/tests/
H A Dexif000.phpt35 [Copyright] => Photo (c) M.Boerger, Edited by M.Boerger.
37 [Copyright.Editor] => Edited by M.Boerger.
H A Dexif_read_exif_data_basic.phpt39 [Copyright] => Photo (c) M.Boerger, Edited by M.Boerger.
41 [Copyright.Editor] => Edited by M.Boerger.
/PHP-5.5/ext/standard/tests/file/
H A Dfileowner_basic.phpt12 echo "-- Testing with the file or directory created by owner --\n";
44 -- Testing with the file or directory created by owner --
H A Drename_variation9.phpt9 echo "\n*** Testing rename() by giving stream context as third argument ***\n";
45 *** Testing rename() by giving stream context as third argument ***
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt41 $obj = new myclass('Called by script');
52 $rows = $stmt->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE, 'myclass', array('Called by PDO'));
61 $stmt->setFetchMode(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE, 'myclass', array('Called by PDO'));
75 myclass::__construct('Called by script') - note that it must not be called when unserializing
/PHP-5.5/Zend/tests/
H A Dget_defined_vars.phpt35 /* Displaying various variable through the array captured by the get_defined_vars function call */
36 echo "\n*** Displaying various variables through the array captured by the get_defined_vars functio…
68 *** Displaying various variables through the array captured by the get_defined_vars function call *…
/PHP-5.5/ext/gd/libgd/
H A DCOPYING3 2002 by Cold Spring Harbor Laboratory. Funded under Grant
4 P41-RR02188 by the National Institutes of Health.
6 Portions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 by
/PHP-5.5/ext/phar/tests/
H A Dphpinfo_002.phpt36 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
37 Phar fully realized by Gregory Beaver and Marcus Boerger.
H A Dphpinfo_003.phpt36 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
37 Phar fully realized by Gregory Beaver and Marcus Boerger.
/PHP-5.5/ext/date/tests/
H A Ddate_modify_basic1.phpt6 …iption: Alter the timestamp of a DateTime object by incrementing or decrementing in a format accep…
/PHP-5.5/ext/ereg/regex/
H A DCOPYRIGHT12 2. The origin of this software must not be misrepresented, either by
13 explicit claim or by omission. Since few users ever read sources,

Completed in 69 milliseconds

12345678910>>...60