Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 25 of 34) sorted by relevance

12

/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_callback.phpt5 $input = "plain [indent] deep [indent] [abcd]deeper[/abcd] [/indent] deep [/indent] plain";
10 $regex = '#\[indent]((?:[^[]|\[(?!/?indent])|(?R))+)\[/indent]#';
/PHP-7.4/tests/lang/
H A DforeachLoopIteratorAggregate.001.phpt10 global $indent;
16 global $indent;
22 global $indent;
28 global $indent;
34 global $indent;
46 global $indent;
52 global $indent;
58 global $indent;
64 global $indent;
116 $indent = " ";
[all …]
H A DforeachLoopIterator.001.phpt11 global $indent;
12 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
17 global $indent;
18 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
23 global $indent;
24 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
29 global $indent;
35 global $indent;
52 $indent = " ";
59 $indent = " ";
[all …]
H A DforeachLoopIteratorAggregate.003.phpt10 global $indent;
11 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
16 global $indent;
17 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
22 global $indent;
23 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
28 global $indent;
29 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
34 global $indent;
35 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
/PHP-7.4/ext/tidy/tests/
H A D030.phpt13 'indent' => true, // AutoBool
14 'indent-attributes' => true, // Boolean
15 'indent-spaces' => 3); // Integer
19 var_dump($c['indent']);
20 var_dump($c['indent-attributes']);
21 var_dump($c['indent-spaces']);
H A D027.phpt15 'indent' => false,
/PHP-7.4/Zend/
H A Dzend_ast.c988 while (indent > 0) { in zend_ast_export_indent()
990 indent--; in zend_ast_export_indent()
1179 zend_ast_export_indent(str, indent); in zend_ast_export_stmt()
1225 zend_ast_export_indent(str, indent); in zend_ast_export_if_stmt()
1237 zend_ast_export_indent(str, indent); in zend_ast_export_if_stmt()
1311 zend_ast_export_indent(str, indent); in zend_ast_export_class_no_header()
1521 str, type_ast, 0, indent); in zend_ast_export_ex()
1817 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
1823 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
1839 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
[all …]
H A Dzend.c291 for (i = 0; i < indent; i++) { in print_hash()
295 indent += PRINT_ZVAL_INDENT; in print_hash()
297 for (i = 0; i < indent; i++) { in print_hash()
324 zend_print_zval_r_to_buf(buf, tmp, indent+PRINT_ZVAL_INDENT); in print_hash()
327 indent -= PRINT_ZVAL_INDENT; in print_hash()
328 for (i = 0; i < indent; i++) { in print_hash()
445 print_hash(buf, Z_ARRVAL_P(expr), indent, 0); in zend_print_zval_r_to_buf()
469 print_hash(buf, properties, indent, 1); in zend_print_zval_r_to_buf()
479 zend_print_zval_r_to_buf(buf, Z_REFVAL_P(expr), indent); in zend_print_zval_r_to_buf()
498 zend_print_zval_r_to_buf(&buf, expr, indent); in zend_print_zval_r_to_str()
[all …]
H A Dzend.h249 ZEND_API size_t zend_print_zval(zval *expr, int indent);
250 ZEND_API void zend_print_zval_r(zval *expr, int indent);
251 ZEND_API zend_string *zend_print_zval_r_to_str(zval *expr, int indent);
/PHP-7.4/scripts/dev/
H A Dtidy.php95 $indent = 0;
98 $indent++;
100 $partialIndent = $indent % $tabSize;
102 $indent += $tabSize;
104 $indent += $tabSize - $partialIndent;
108 return str_repeat(" ", $indent);
/PHP-7.4/ext/xsl/tests/
H A Dxslt005.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@indent");
12 print "No or more than one xsl:output/@indent found";
H A Dxsltprocessor_transformToDoc.phpt21 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToURI.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dbug71540.phpt22 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dbug49634.phpt24 <xsl:output encoding="UTF-8" indent="yes" method="xml" />
/PHP-7.4/ext/phar/tests/zip/
H A Dbug48791.phpt13indent="-0.635cm" fo:margin-left="1.27cm"/></style:list-level-properties></text:list-level-style-b…
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c519 smart_str_append_printf(str, "%s}\n", indent); in _class_string()
531 indent, type, name); in _const_string()
534 indent, type, name, Z_STRVAL_P(value)); in _const_string()
539 indent, type, name, ZSTR_VAL(value_str)); in _const_string()
559 indent, visibility, type, name); in _class_const_string()
683 smart_str_append_printf(str, "%s ", indent); in _function_parameter_string()
688 smart_str_append_printf(str, "%s}\n", indent); in _function_parameter_string()
716 smart_str_append_printf(str, "%s}\n", indent); in _function_closure_string()
735 smart_str_appendl(str, indent, strlen(indent)); in _function_string()
834 smart_str_append_printf(str, "%s}\n", indent); in _function_string()
[all …]
/PHP-7.4/ext/xsl/tests/53965/
H A Dcollection.xsl6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>
/PHP-7.4/ext/dom/tests/
H A Dbug28721.phpt12 static $indent = "";
13 echo "\n" . $indent;
16 echo $indent . "parent: ";
22 echo $indent . "previousSibling: ";
28 echo $indent . "nextSibling: ";
39 $old_indent = $indent;
40 $indent .= " ";
42 $indent = $old_indent;
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation6.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
H A Dmb_encode_mimeheader_basic3.phpt11 * [, string $transfer-encoding [, string $linefeed [, int $indent]]]])
H A Dmb_encode_mimeheader_basic.phpt11 …* (string $str [, string $charset [, string $transfer-encoding [, string $linefeed [, int $indent]…
H A Dmb_encode_mimeheader_basic2.phpt11 * [, string $transfer-encoding [, string $linefeed [, int $indent]]]])
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h271 int indent);

Completed in 100 milliseconds

12