Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 232) sorted by path

12345678910

/php-src/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml4 body:
H A Dfeature_request.yml4 body:
/php-src/
H A DNEWS54 . Implement GH-12385 (flush headers without body when calling flush()).
H A DUPGRADING208 . Flushing headers without a body will now succeed. See GH-12785.
/php-src/Zend/tests/
H A Dbug76439_2.phpt15 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dbug78363.phpt10 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Derrmsg_001.phpt2 errmsg: Non-abstract method must contain body
16 Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d
H A Dflexible-heredoc-error1.phpt2 Flexible heredoc syntax 1: different indentation for body (spaces) ending marker (tabs)
H A Dflexible-heredoc-error10.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error11.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error13.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error2.phpt2 Flexible heredoc syntax 2: mixing spaces and tabs in body
H A Dflexible-heredoc-error4.phpt2 Flexible heredoc syntax error 4: not enough body indentation
14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
H A Dflexible-heredoc-error5.phpt2 Flexible heredoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
H A Dflexible-heredoc-error6.phpt2 Flexible heredoc syntax error 6: no ending token on 0 length body
H A Dflexible-heredoc-error8.phpt12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error9.phpt14 Parse error: Invalid body indentation level (expecting an indentation level of at least 2) in %s on…
H A Dflexible-nowdoc-error1.phpt2 Flexible nowdoc syntax 1: different indentation for body (spaces) ending marker (tabs)
H A Dflexible-nowdoc-error2.phpt2 Flexible nowdoc syntax 2: mixing spaces and tabs in body
H A Dflexible-nowdoc-error4.phpt2 Flexible nowdoc syntax error 4: not enough body indentation
14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
H A Dflexible-nowdoc-error5.phpt2 Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
H A Dflexible-nowdoc-error6.phpt2 Flexible nowdoc syntax error 6: no ending token on 0 length body
/php-src/Zend/tests/traits/bugs/
H A Dalias-semantics.phpt2 Semantic of alias operation is to provide an additional identifier for the method body of the origi…
H A Dalias-semantics02.phpt3 method body of the original method.
/php-src/Zend/
H A Dzend_ast.c1805 zend_ast *body = decl->child[2]; in zend_ast_export_ex() local
1806 if (body->kind == ZEND_AST_RETURN) { in zend_ast_export_ex()
1807 body = body->child[0]; in zend_ast_export_ex()
1810 zend_ast_export_ex(str, body, 0, indent); in zend_ast_export_ex()

Completed in 27 milliseconds

12345678910