Home
last modified time | relevance | path

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

12

/PHP-8.1/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-8.1/ext/tidy/tests/
H A D030.phpt11 'indent' => true, // AutoBool
12 'indent-attributes' => true, // Boolean
13 'indent-spaces' => 3); // Integer
17 var_dump($c['indent']);
18 var_dump($c['indent-attributes']);
19 var_dump($c['indent-spaces']);
H A Dgh10636_config1 indent:@
H A D027.phpt15 'indent' => false,
/PHP-8.1/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-8.1/Zend/
H A Dzend_ast.c1135 while (indent > 0) { in zend_ast_export_indent()
1137 indent--; in zend_ast_export_indent()
1326 zend_ast_export_indent(str, indent); in zend_ast_export_stmt()
1372 zend_ast_export_indent(str, indent); in zend_ast_export_if_stmt()
1384 zend_ast_export_indent(str, indent); in zend_ast_export_if_stmt()
1456 zend_ast_export_indent(str, indent); in zend_ast_export_class_no_header()
1489 zend_ast_export_indent(str, indent); in zend_ast_export_attributes()
2073 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
2079 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
2095 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
[all …]
H A Dzend.c319 for (i = 0; i < indent; i++) { in print_hash()
323 indent += PRINT_ZVAL_INDENT; in print_hash()
325 for (i = 0; i < indent; i++) { in print_hash()
352 zend_print_zval_r_to_buf(buf, tmp, indent+PRINT_ZVAL_INDENT); in print_hash()
355 indent -= PRINT_ZVAL_INDENT; in print_hash()
356 for (i = 0; i < indent; i++) { in print_hash()
488 print_hash(buf, Z_ARRVAL_P(expr), indent, 0); in zend_print_zval_r_to_buf()
521 print_hash(buf, properties, indent, 1); in zend_print_zval_r_to_buf()
531 zend_print_zval_r_to_buf(buf, Z_REFVAL_P(expr), indent); in zend_print_zval_r_to_buf()
550 zend_print_zval_r_to_buf(&buf, expr, indent); in zend_print_zval_r_to_str()
[all …]
H A Dzend.h293 ZEND_API size_t zend_print_zval(zval *expr, int indent);
294 ZEND_API void zend_print_zval_r(zval *expr, int indent);
295 ZEND_API zend_string *zend_print_zval_r_to_str(zval *expr, int indent);
/PHP-8.1/scripts/dev/
H A Dtidy.php105 $indent = 0;
108 $indent++;
110 $partialIndent = $indent % $tabSize;
112 $indent += $tabSize;
114 $indent += $tabSize - $partialIndent;
118 return str_repeat(" ", $indent);
/PHP-8.1/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.phpt23 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dbug49634.phpt22 <xsl:output encoding="UTF-8" indent="yes" method="xml" />
/PHP-8.1/ext/phar/tests/zip/
H A Dbug48791.phpt12indent="-0.635cm" fo:margin-left="1.27cm"/></style:list-level-properties></text:list-level-style-b…
/PHP-8.1/ext/xsl/tests/53965/
H A Dcollection.xsl6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c533 smart_str_append_printf(str, "%s}\n", indent); in _class_string()
545 indent, type, name); in _const_string()
548 indent, type, name, Z_STRVAL_P(value)); in _const_string()
553 indent, type, name, ZSTR_VAL(value_str)); in _const_string()
570 indent, final, visibility, type, name); in _class_const_string()
729 smart_str_append_printf(str, "%s ", indent); in _function_parameter_string()
734 smart_str_append_printf(str, "%s}\n", indent); in _function_parameter_string()
762 smart_str_append_printf(str, "%s}\n", indent); in _function_closure_string()
781 smart_str_appendl(str, indent, strlen(indent)); in _function_string()
870 smart_str_append_printf(str, "%s}\n", indent); in _function_string()
[all …]
/PHP-8.1/ext/mbstring/tests/
H A Dgh8208.phpt2 GH-8208 (mb_encode_mimeheader: $indent functionality broken)
H A Dmb_encode_mimeheader_variation6.phpt7 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
/PHP-8.1/ext/zend_test/
H A Dobserver.c157 int indent = 2 * ZT_G(observer_nesting_depth) + 4; in observer_show_init_backtrace() local
160 …php_printf("%*s%s::%s()\n", indent, "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.fu… in observer_show_init_backtrace()
162 php_printf("%*s%s()\n", indent, "", ZSTR_VAL(fbc->common.function_name)); in observer_show_init_backtrace()
165 php_printf("%*s{main} %s\n", indent, "", ZSTR_VAL(fbc->op_array.filename)); in observer_show_init_backtrace()
/PHP-8.1/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-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h269 int indent);

Completed in 89 milliseconds

12