Home
last modified time | relevance | path

Searched refs:by (Results 101 – 125 of 1482) sorted by relevance

12345678910>>...60

/PHP-5.5/ext/posix/tests/
H A Dposix_ttyname_error.phpt2 Test function posix_ttyname() by calling it more than or less than its expected arguments
17 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
29 *** Test by calling method or function with incorrect numbers of arguments ***
/PHP-5.5/ext/standard/tests/array/
H A Dasort_object2.phpt12 * testing asort() by providing integer/string object arrays with following flag values
66 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is default --\n";
68 // testing asort() function by supplying integer object array, flag value is default
73 // testing asort() function by supplying string object array, flag value is default
78 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
79 // testing asort() function by supplying integer object array, flag value = SORT_REGULAR
84 // testing asort() function by supplying string object array, flag value = SORT_REGULAR
94 -- Testing asort() by supplying various object arrays, 'flag' value is default --
174 -- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Dsort_object2.phpt12 …* testing sort() by providing integer/string object arrays with flag values are defualt, SORT_REGU…
69 echo "\n-- Testing sort() by supplying various object arrays, 'flag' value is defualt --\n";
71 // testing sort() function by supplying integer object array, flag value is defualt
76 // testing sort() function by supplying string object array, flag value is defualt
81 echo "\n-- Testing sort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
82 // testing sort() function by supplying integer object array, flag value = SORT_REGULAR
87 // testing sort() function by supplying string object array, flag value = SORT_REGULAR
97 -- Testing sort() by supplying various object arrays, 'flag' value is defualt --
177 -- Testing sort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Dsort_variation11.phpt12 * testing sort() by providing mixed value array for $array argument with following flag values.
27 echo "\n-- Testing sort() by supplying mixed value array, 'flag' value is defualt --\n";
32 echo "\n-- Testing sort() by supplying mixed value array, 'flag' value is SORT_REGULAR --\n";
42 -- Testing sort() by supplying mixed value array, 'flag' value is defualt --
117 -- Testing sort() by supplying mixed value array, 'flag' value is SORT_REGULAR --
H A Dasort_variation11.phpt12 * testing asort() by providing mixed value array for $array argument with following flag values.
31 echo "\n-- Testing asort() by supplying mixed value array, 'flag' value is default --\n";
36 echo "\n-- Testing asort() by supplying mixed value array, 'flag' value is SORT_REGULAR --\n";
46 -- Testing asort() by supplying mixed value array, 'flag' value is default --
103 -- Testing asort() by supplying mixed value array, 'flag' value is SORT_REGULAR --
H A Darsort_variation11.phpt12 * testing arsort() by providing mixed value array for $array argument with following flag values.
31 echo "\n-- Testing arsort() by supplying mixed value array, 'flag' value is default --\n";
36 echo "\n-- Testing arsort() by supplying mixed value array, 'flag' value is SORT_REGULAR --\n";
46 -- Testing arsort() by supplying mixed value array, 'flag' value is default --
103 -- Testing arsort() by supplying mixed value array, 'flag' value is SORT_REGULAR --
H A Dsort_variation8.phpt12 …* testing sort() by providing arrays contains sub arrays for $array argument with flowing flag val…
36 echo "\n-- Testing sort() by supplying various arrays containing sub arrays --\n";
42 // testing sort() function by supplying different arrays, flag value is defualt
48 // testing sort() function by supplying different arrays, flag value = SORT_REGULAR
61 -- Testing sort() by supplying various arrays containing sub arrays --
/PHP-5.5/tests/lang/
H A DpassByReference_004.phpt2 passing the return value from a function by reference
20 Strict Standards: Only variables should be passed by reference in %s on line 13
H A DpassByReference_007.phpt2 Pass function and method calls by reference and by value.
82 Strict Standards: Only variables should be passed by reference in %s on line 44
91 Strict Standards: Only variables should be passed by reference in %s on line 55
100 Strict Standards: Only variables should be passed by reference in %s on line 67
H A Dbug22510.phpt94 Deprecated: Assigning the return value of new by reference is deprecated in %s on line %d
99 Notice: Only variable references should be returned by reference in %s on line %d
102 Notice: Only variable references should be returned by reference in %s on line %d
121 Notice: Only variable references should be returned by reference in %s on line %d
124 Notice: Only variable references should be returned by reference in %s on line %d
/PHP-5.5/ext/ereg/regex/
H A Ddebug.ih1 /* ========= begin header generated by ./mkh ========= */
14 /* ========= end header generated by ./mkh ========= */
/PHP-5.5/Zend/tests/generators/errors/
H A Dyield_const_by_ref_error.phpt2 A notice is thrown when yielding a constant value by reference
15 Notice: Only variable references should be yielded by reference in %s on line %d
/PHP-5.5/Zend/tests/
H A Dmagic_by_ref_002.phpt2 passing second parameter of __set() by ref
16 Fatal error: Method test::__set() cannot take arguments by reference in %s on line %d
H A Dmagic_by_ref_003.phpt2 passing parameter of __get() by ref
17 Fatal error: Method test::__get() cannot take arguments by reference in %s on line %d
H A Dmagic_by_ref_004.phpt2 passing parameter of __unset() by ref
18 Fatal error: Method test::__unset() cannot take arguments by reference in %s on line %d
H A Dmagic_by_ref_001.phpt2 passing first parameter of __set() by ref
17 Fatal error: Method test::__set() cannot take arguments by reference in %s on line %d
H A Dmagic_by_ref_005.phpt2 passing parameter of __isset() by ref
18 Fatal error: Method test::__isset() cannot take arguments by reference in %s on line %d
H A Dmagic_by_ref_006.phpt2 passing first parameter of __call() by ref
18 Fatal error: Method test::__call() cannot take arguments by reference in %s on line %d
H A Dmagic_by_ref_007.phpt2 passing second parameter of __call() by ref
19 Fatal error: Method test::__call() cannot take arguments by reference in %s on line %d
/PHP-5.5/ext/date/tests/
H A Dbug48476.phpt24 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
27 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
30 Warning: timezone_location_get(): The DateTimeZone object has not been correctly initialized by its…
H A Ddate_sunrise_variation9.phpt21 echo "\n-- Testing date_sunrise() function by passing float 12.3456789000e10 value to time --\n";
27 echo "\n-- Testing date_sunrise() function by passing float -12.3456789000e10 value to time --\n";
38 -- Testing date_sunrise\(\) function by passing float 12.3456789000e10 value to time --
43 -- Testing date_sunrise\(\) function by passing float -12.3456789000e10 value to time --
H A Ddate_sunset_variation9.phpt21 echo "\n-- Testing date_sunset() function by passing float 12.3456789000e10 value to time --\n";
27 echo "\n-- Testing date_sunset() function by passing float -12.3456789000e10 value to time --\n";
38 -- Testing date_sunset\(\) function by passing float 12.3456789000e10 value to time --
43 -- Testing date_sunset\(\) function by passing float -12.3456789000e10 value to time --
/PHP-5.5/tests/classes/
H A Dconstants_error_003.phpt2 Basic class support - attempting to pass a class constant by reference.
20 Fatal error: Only variables can be passed by reference in %s on line 12
/PHP-5.5/ext/standard/tests/strings/
H A Dbug72434.phpt16 // Increment the reference counter by 1 -> rc is 0
18 // Increment the reference counter by 1 again -> rc is 1
20 // Trigger free of $free_me (referenced by $m[1]).
/PHP-5.5/ext/spl/tests/
H A Dspl_iterator_recursive_getiterator_error.phpt2 SPL: IteratorIterator foreach by reference failure
16 Fatal error: An iterator cannot be used with foreach by reference in %s

Completed in 81 milliseconds

12345678910>>...60