Searched refs:newlines (Results 1 – 11 of 11) sorted by relevance
/PHP-8.0/ext/standard/tests/mail/ |
H A D | mail_basic6.phpt | 173 // 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-8.0/ext/standard/tests/general_functions/ |
H A D | ob_start_closures.phpt | 17 echo "Test\nWith newlines\n"; 33 With newlines 35 With newlines 37 With newlines
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | file_variation9.phpt | 13 "File ends on multiple newlines\n\n\n\n", 14 "File has\n\nmultiple lines and newlines\n\n", 45 string(31) "File ends on multiple newlines 65 string(28) "multiple lines and newlines
|
H A D | bug39538.phpt | 2 Bug #39538 (fgetcsv can't handle starting newlines and trailing odd number of backslashes)
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | print_basic.phpt | 16 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-8.0/ext/pcre/tests/ |
H A D | bug42737.phpt | 2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
|
/PHP-8.0/scripts/ |
H A D | phpize.m4 | 4 dnl comments starting with # and empty newlines from the included files.
|
/PHP-8.0/Zend/ |
H A D | zend_ast.c | 1378 …LD void zend_ast_export_attributes(smart_str *str, zend_ast *ast, int indent, zend_bool newlines) { in zend_ast_export_attributes() argument 1387 if (newlines) { in zend_ast_export_attributes() 1500 zend_bool newlines = !(ast->kind == ZEND_AST_CLOSURE || ast->kind == ZEND_AST_ARROW_FUNC); in zend_ast_export_ex() local 1501 zend_ast_export_attributes(str, decl->child[4], indent, newlines); in zend_ast_export_ex()
|
/PHP-8.0/ |
H A D | configure.ac | 4 dnl comments starting with # and empty newlines from the included files.
|
H A D | php.ini-development | 613 ; raw (like "all", but messages are not split at newlines)
|
H A D | php.ini-production | 615 ; raw (like "all", but messages are not split at newlines)
|
Completed in 24 milliseconds