Home
last modified time | relevance | path

Searched refs:newlines (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/standard/tests/mail/
H A Dmail_basic6.phpt173 // Invalid, but PHP_FUNCTION(mail) trims newlines
177 echo "-- Invalid Header - trailing newlines --\n";
184 // Invalid, but PHP_FUNCTION(mail) trims newlines
188 echo "-- Invalid Header - trailing newlines --\n";
195 // Invalid, but PHP_FUNCTION(mail) trims newlines
199 echo "-- Invalid Header - trailing newlines --\n";
206 // Invalid, but PHP_FUNCTION(mail) trims newlines
291 -- Invalid Header - trailing newlines --
299 -- Invalid Header - trailing newlines --
307 -- Invalid Header - trailing newlines --
[all …]
/php-src/ext/standard/tests/general_functions/
H A Dob_start_closures.phpt17 echo "Test\nWith newlines\n";
33 With newlines
35 With newlines
37 With newlines
/php-src/ext/standard/tests/file/
H A Dfile_variation9.phpt13 "File ends on multiple newlines\n\n\n\n",
14 "File has\n\nmultiple lines and newlines\n\n",
49 string(31) "File ends on multiple newlines
69 string(28) "multiple lines and newlines
H A Dbug39538.phpt2 Bug #39538 (fgetcsv can't handle starting newlines and trailing odd number of backslashes)
/php-src/ext/standard/tests/strings/
H A Dprint_basic.phpt16 multiple lines. The newlines will be
20 print "This also spans\nmultiple lines. The newlines will be\noutput as well.";
64 multiple lines. The newlines will be
68 multiple lines. The newlines will be
/php-src/ext/pcre/tests/
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
/php-src/ext/spl/tests/
H A Dbug69181.phpt2 Bug #69181 (READ_CSV|DROP_NEW_LINE drops newlines within fields)
/php-src/scripts/
H A Dphpize.m44 dnl comments starting with # and empty newlines from the included files.
/php-src/Zend/
H A Dzend_ast.c1637 …ND_COLD void zend_ast_export_attributes(smart_str *str, zend_ast *ast, int indent, bool newlines) { in zend_ast_export_attributes() argument
1646 if (newlines) { in zend_ast_export_attributes()
1769 bool newlines = !(ast->kind == ZEND_AST_CLOSURE || ast->kind == ZEND_AST_ARROW_FUNC); in zend_ast_export_ex() local
1770 zend_ast_export_attributes(str, decl->child[4], indent, newlines); in zend_ast_export_ex()
/php-src/
H A Dconfigure.ac4 dnl comments starting with # and empty newlines from the included files.
H A Dphp.ini-development623 ; raw (like "all", but messages are not split at newlines)
H A Dphp.ini-production625 ; raw (like "all", but messages are not split at newlines)

Completed in 33 milliseconds