Home
last modified time | relevance | path

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

12

/php-src/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-src/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-src/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-src/Zend/
H A Dzend_ast.c1294 while (indent > 0) { in zend_ast_export_indent()
1296 indent--; in zend_ast_export_indent()
1485 zend_ast_export_indent(str, indent); in zend_ast_export_stmt()
1531 zend_ast_export_indent(str, indent); in zend_ast_export_if_stmt()
1543 zend_ast_export_indent(str, indent); in zend_ast_export_if_stmt()
1615 zend_ast_export_indent(str, indent); in zend_ast_export_class_no_header()
1648 zend_ast_export_indent(str, indent); in zend_ast_export_attributes()
2242 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
2248 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
2264 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
[all …]
H A Dzend.c377 for (i = 0; i < indent; i++) { in print_hash()
381 indent += PRINT_ZVAL_INDENT; in print_hash()
383 for (i = 0; i < indent; i++) { in print_hash()
410 zend_print_zval_r_to_buf(buf, tmp, indent+PRINT_ZVAL_INDENT); in print_hash()
413 indent -= PRINT_ZVAL_INDENT; in print_hash()
414 for (i = 0; i < indent; i++) { in print_hash()
546 print_hash(buf, Z_ARRVAL_P(expr), indent, 0); in zend_print_zval_r_to_buf()
581 print_hash(buf, properties, indent, 1); in zend_print_zval_r_to_buf()
591 zend_print_zval_r_to_buf(buf, Z_REFVAL_P(expr), indent); in zend_print_zval_r_to_buf()
610 zend_print_zval_r_to_buf(&buf, expr, indent); in zend_print_zval_r_to_str()
[all …]
/php-src/ext/dom/lexbor/lexbor/html/
H A Dserialize.h61 lxb_html_serialize_opt_t opt, size_t indent,
66 lxb_html_serialize_opt_t opt, size_t indent,
71 lxb_html_serialize_opt_t opt, size_t indent,
76 lxb_html_serialize_opt_t opt, size_t indent,
81 lxb_html_serialize_opt_t opt, size_t indent,
86 lxb_html_serialize_opt_t opt, size_t indent,
/php-src/scripts/dev/
H A Dtidy.php104 $indent = 0;
107 $indent++;
109 $partialIndent = $indent % $tabSize;
111 $indent += $tabSize;
113 $indent += $tabSize - $partialIndent;
117 return str_repeat(" ", $indent);
/php-src/ext/reflection/tests/types/
H A Dpure_intersection_type_implicitly_nullable.phpt6 function dumpType(ReflectionType $rt, int $indent = 0) {
7 $str_indent = str_repeat(' ', 2 * $indent);
15 dumpType($type, $indent+1);
H A Ddnf_types_with_null.phpt6 function dumpType(ReflectionType $rt, int $indent = 0) {
7 $str_indent = str_repeat(' ', 2 * $indent);
15 dumpType($type, $indent+1);
H A Ddnf_types.phpt6 function dumpType(ReflectionType $rt, int $indent = 0) {
7 $str_indent = str_repeat(' ', 2 * $indent);
15 dumpType($type, $indent+1);
/php-src/ext/dom/
H A Dxml_serializer.c74 int indent
773 for (int i = 0; i < indent; i++) { in dom_xml_output_indents()
787 int indent in dom_xml_serialize_element_node() argument
1005 indent++; in dom_xml_serialize_element_node()
1007 indent = -1; in dom_xml_serialize_element_node()
1019 indent--; in dom_xml_serialize_element_node()
1020 TRY_OR_CLEANUP(dom_xml_output_indents(out, indent)); in dom_xml_serialize_element_node()
1049 int indent in dom_xml_serializing_a_document_fragment_node() argument
1075 int indent in dom_xml_serializing_a_document_node() argument
1111 int indent in dom_xml_serialization_algorithm() argument
[all …]
/php-src/ext/simplexml/tests/
H A DSimpleXMLElement_asXML_fragment_filename.phpt18 // Note: the strange indent is correct: the indent text node preceding container2 is not emitted.
/php-src/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_namespace_mapper_lifetime.phpt19 <xsl:output method="text" omit-xml-declaration="yes" indent="no"/>
H A Dxsltprocessor_transformToDoc.phpt21 <xsl:output method="html" encoding="utf-8" indent="yes"/>
/php-src/ext/dom/lexbor/lexbor/css/
H A Dlog.h74 const lxb_char_t *indent, size_t indent_length);
78 const lxb_char_t *indent, size_t indent_length);
/php-src/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-src/ext/xsl/tests/53965/
H A Dcollection.xsl6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>
/php-src/ext/reflection/
H A Dphp_reflection.c395 smart_str_append_printf(str, "%s }\n", indent); in _class_string()
423 smart_str_append_printf(str, "%s }\n", indent); in _class_string()
533 smart_str_append_printf(str, "%s}\n", indent); in _class_string()
544 smart_str_appends(str, indent); in _const_string()
766 smart_str_append_printf(str, "%s ", indent); in _function_parameter_string()
771 smart_str_append_printf(str, "%s}\n", indent); in _function_parameter_string()
799 smart_str_append_printf(str, "%s}\n", indent); in _function_closure_string()
820 smart_str_appendl(str, indent, strlen(indent)); in _function_string()
909 smart_str_append_printf(str, "%s}\n", indent); in _function_string()
1015 _class_string(str, ce, NULL, indent); in _extension_class_string()
[all …]
/php-src/ext/mbstring/tests/
H A Dgh8208.phpt2 GH-8208 (mb_encode_mimeheader: $indent functionality broken)
/php-src/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;

Completed in 79 milliseconds

12