Home
last modified time | relevance | path

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

12345678910>>...53

/PHP-5.4/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
H A Dfunc_get_arg.005.phpt2 A variable, which is referenced by another variable, is passed by value.
/PHP-5.4/ext/date/tests/
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 --
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…
/PHP-5.4/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.4/ext/ereg/regex/
H A Ddebug.ih1 /* ========= begin header generated by ./mkh ========= */
14 /* ========= end header generated by ./mkh ========= */
/PHP-5.4/ext/standard/tests/array/
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 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 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 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.4/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.4/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
H A Diterator_035.phpt2 SPL: ArrayIterator and values assigned by reference
17 Fatal error: Cannot assign by reference to overloaded object in %s on line %d
H A Diterator_069.phpt2 SPL: RecursiveIteratorIterator cannot be used with foreach by reference
17 Fatal error: An iterator cannot be used with foreach by reference in %s on line %d
/PHP-5.4/ext/pcre/pcrelib/
H A DHACKING13 suggested by Martin Richards. These were not Unix-like in form, and were quite
14 restricted in what they could do by comparison with Perl. The interesting part
17 not operate by backtracking, as the original Henry Spencer code and current
31 By contrast, the code originally written by Henry Spencer (which was
35 the original library.) The execution function operates by backtracking and
100 with small stacks where the patterns are provided by users.
202 OP_PRUNE ) OP_CLOSE, each followed by a count that
214 OP_MARK is followed by the mark name, preceded by a one-unit length, and
295 Match by Unicode property
389 followed by the minimum and maximum repeat counts.
[all …]
/PHP-5.4/ext/posix/tests/
H A Dposix_geteuid_error1.phpt2 Test function posix_geteuid() by calling it more than or less than its expected arguments
13 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
25 *** Test by calling method or function with incorrect numbers of arguments ***

Completed in 62 milliseconds

12345678910>>...53