Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 4604) sorted by path

12345678910>>...185

/php-src/
H A DCODING_STANDARDS.md244 1. Be generous with whitespace and braces. Keep one empty line between the
247 line between two functions, preferably two. Always prefer:
263 definitions, comments, and control structures line up correctly.
266 preprocessor directives you should put the `#` at the beginning of a line,
H A DCONTRIBUTING.md401 5. In your commit messages, keep each line shorter than 80 characters. And try
411 <long description, 79 chars per line>
H A DNEWS143 more in line with platforms limits. (David Carlier)
H A DUPGRADING182 . The output of Closure::__debugInfo() now includes the name, file, and line
657 and the line of definition to make them easier to distinguish, for example
H A DUPGRADING.INTERNALS31 be more in line with what callbacks are returning.
/php-src/Zend/Optimizer/
H A Dzend_inference.c116 if (ssa->ops[line].op1_def >= 0) { \
117 MACRO(ssa->ops[line].op1_def); \
119 if (ssa->ops[line].op2_def >= 0) { \
120 MACRO(ssa->ops[line].op2_def); \
123 MACRO(ssa->ops[line].result_def); \
127 MACRO(ssa->ops[line-1].op1_def); \
130 MACRO(ssa->ops[line-1].op2_def); \
138 MACRO(ssa->ops[line+1].op1_def); \
1083 uint32_t line; in zend_inference_calc_range() local
1255 line = ssa->vars[var].definition; in zend_inference_calc_range()
[all …]
/php-src/Zend/tests/
H A D001.phpt55 Exception: Too few arguments to function test2(), 0 passed in %s on line %d and exactly 1 expected
58 Exception: Too few arguments to function test3(), 1 passed in %s on line %d and exactly 2 expected
H A D002.phpt107 Exception: Too few arguments to function test2(), 0 passed in %s002.php on line %d and exactly 1 ex…
114 Exception: Too few arguments to function test3(), 1 passed in %s on line %d and exactly 2 expected
H A D003.phpt62 Exception: Too few arguments to function test2(), 0 passed in %s003.php on line %d and exactly 1 ex…
71 Exception: Too few arguments to function test3(), 1 passed in %s003.php on line %d and exactly 2 ex…
H A D008.phpt30 Warning: Constant TRUE already defined in %s on line %d
36 Warning: Constant test const already defined in %s on line %d
H A D009.phpt26 set_error_handler(function ($severity, $message, $file, $line) {
59 Deprecated: Calling get_class() without arguments is deprecated in %s on line %d
H A D010.phpt25 set_error_handler(function ($severity, $message, $file, $line) {
82 Deprecated: Calling get_parent_class() without arguments is deprecated in %s on line %d
85 Deprecated: Calling get_parent_class() without arguments is deprecated in %s on line %d
H A D015.phpt24 Notice: error in %s on line %d
29 Warning: error in %s on line %d
32 Deprecated: error in %s on line %d
H A D019.phpt705 Warning: Undefined variable $key_val in %s on line %d
708 Warning: Undefined variable $key_val in %s on line %d
711 Warning: Undefined variable $key_val in %s on line %d
732 Warning: Undefined variable $key_val in %s on line %d
735 Warning: Undefined variable $key_val in %s on line %d
738 Warning: Undefined variable $key_val in %s on line %d
1221 Warning: Undefined variable $lable in %s on line %d
1224 Warning: Undefined variable $lable in %s on line %d
1227 Warning: Undefined variable $lable in %s on line %d
1230 Warning: Undefined variable $lable in %s on line %d
[all …]
H A D024.phpt18 Warning: Undefined variable $a in %s on line %d
20 Warning: Trying to access array offset on null in %s on line %d
23 Warning: Undefined variable $a in %s on line %d
25 Warning: Undefined variable $c in %s on line %d
30 Warning: Undefined variable $a in %s on line %d
33 Warning: Undefined variable $a in %s on line %d
35 Warning: Undefined variable $b in %s on line %d
38 Warning: Undefined variable $a in %s on line %d
41 Warning: Undefined variable $b in %s on line %d
44 Warning: Attempt to read property "1" on int in %s on line %d
[all …]
H A D026.phpt25 Warning: Attempt to read property "a" on null in %s on line %d
H A D028.phpt21 Warning: Undefined array key 2 in %s on line %d
26 thrown in %s on line %d
H A D030.phpt34 Fatal error: Cannot re-assign $this in %s030.php on line 11
H A D031.phpt11 Fatal error: Cannot use [] for reading in %s on line %d
H A D033.phpt28 Warning: Undefined variable $arr in %s on line %d
30 Warning: Trying to access array offset on null in %s on line %d
32 Warning: Trying to access array offset on null in %s on line %d
34 Warning: Trying to access array offset on null in %s on line %d
36 Warning: Trying to access array offset on null in %s on line %d
38 Warning: Trying to access array offset on null in %s on line %d
40 Warning: Undefined variable $arr in %s on line %d
42 Warning: Trying to access array offset on null in %s on line %d
44 Warning: Trying to access array offset on null in %s on line %d
46 Warning: Trying to access array offset on null in %s on line %d
[all …]
H A D034.phpt26 Fatal error: Switch statements may only contain one default clause in %s on line 13
H A D037.phpt22 thrown in %s on line %d
H A Daccess_modifiers_001.phpt14 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
H A Daccess_modifiers_002.phpt13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
H A Daccess_modifiers_003.phpt13 Fatal error: Multiple final modifiers are not allowed in %s on line %d

Completed in 37 milliseconds

12345678910>>...185