/php-src/ext/pcre/tests/ |
H A D | preg_replace_callback.phpt | 5 $input = "plain [indent] deep [indent] [abcd]deeper[/abcd] [/indent] deep [/indent] plain"; 10 $regex = '#\[indent]((?:[^[]|\[(?!/?indent])|(?R))+)\[/indent]#';
|
/php-src/ext/tidy/tests/ |
H A D | 030.phpt | 11 '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 D | gh10636_config | 1 indent:@
|
H A D | 027.phpt | 15 'indent' => false,
|
/php-src/tests/lang/ |
H A D | foreachLoopIteratorAggregate.001.phpt | 10 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 D | foreachLoopIterator.001.phpt | 11 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 D | foreachLoopIteratorAggregate.003.phpt | 10 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/Zend/ |
H A D | zend_ast.c | 1331 while (indent > 0) { in zend_ast_export_indent() 1333 indent--; in zend_ast_export_indent() 1522 zend_ast_export_indent(str, indent); in zend_ast_export_stmt() 1576 zend_ast_export_indent(str, indent); in zend_ast_export_if_stmt() 1588 zend_ast_export_indent(str, indent); in zend_ast_export_if_stmt() 1660 zend_ast_export_indent(str, indent); in zend_ast_export_class_no_header() 1693 zend_ast_export_indent(str, indent); in zend_ast_export_attributes() 2304 zend_ast_export_indent(str, indent); in zend_ast_export_ex() 2310 zend_ast_export_indent(str, indent); in zend_ast_export_ex() 2396 indent++; in zend_ast_export_ex() [all …]
|
H A D | zend.c | 386 for (i = 0; i < indent; i++) { in print_hash() 390 indent += PRINT_ZVAL_INDENT; in print_hash() 392 for (i = 0; i < indent; i++) { in print_hash() 419 zend_print_zval_r_to_buf(buf, tmp, indent+PRINT_ZVAL_INDENT); in print_hash() 422 indent -= PRINT_ZVAL_INDENT; in print_hash() 423 for (i = 0; i < indent; i++) { in print_hash() 555 print_hash(buf, Z_ARRVAL_P(expr), indent, 0); in zend_print_zval_r_to_buf() 590 print_hash(buf, properties, indent, 1); in zend_print_zval_r_to_buf() 600 zend_print_zval_r_to_buf(buf, Z_REFVAL_P(expr), indent); in zend_print_zval_r_to_buf() 619 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 D | serialize.h | 61 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 D | tidy.php | 104 $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 D | pure_intersection_type_implicitly_nullable.phpt | 6 function dumpType(ReflectionType $rt, int $indent = 0) { 7 $str_indent = str_repeat(' ', 2 * $indent); 15 dumpType($type, $indent+1);
|
H A D | dnf_types_with_null.phpt | 6 function dumpType(ReflectionType $rt, int $indent = 0) { 7 $str_indent = str_repeat(' ', 2 * $indent); 15 dumpType($type, $indent+1);
|
H A D | dnf_types.phpt | 6 function dumpType(ReflectionType $rt, int $indent = 0) { 7 $str_indent = str_repeat(' ', 2 * $indent); 15 dumpType($type, $indent+1);
|
/php-src/ext/simplexml/tests/ |
H A D | SimpleXMLElement_asXML_fragment_filename.phpt | 18 // Note: the strange indent is correct: the indent text node preceding container2 is not emitted.
|
/php-src/ext/xsl/tests/ |
H A D | xslt005.phpt | 10 $res = $xp->query("/xsl:stylesheet/xsl:output/@indent"); 12 print "No or more than one xsl:output/@indent found";
|
H A D | XSLTProcessor_namespace_mapper_lifetime.phpt | 19 <xsl:output method="text" omit-xml-declaration="yes" indent="no"/>
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | log.c | 191 const lxb_char_t *indent, size_t indent_length) in lxb_css_log_serialize() argument 206 if (indent != NULL) { in lxb_css_log_serialize() 207 lexbor_serialize_write(cb, indent, indent_length, ctx, status); in lxb_css_log_serialize() 230 const lxb_char_t *indent, size_t indent_length) in lxb_css_log_serialize_char() argument 237 indent, indent_length); in lxb_css_log_serialize_char() 251 indent, indent_length); in lxb_css_log_serialize_char()
|
H A D | log.h | 74 const lxb_char_t *indent, size_t indent_length); 78 const lxb_char_t *indent, size_t indent_length);
|
/php-src/ext/dom/ |
H A D | xml_serializer.c | 82 int indent, 898 for (int i = 0; i < indent; i++) { in dom_xml_output_indents() 911 int indent, in dom_xml_serialize_element_node() argument 1136 indent++; in dom_xml_serialize_element_node() 1138 indent = -1; in dom_xml_serialize_element_node() 1162 indent--; in dom_xml_serialize_element_node() 1163 TRY_OR_CLEANUP(dom_xml_output_indents(ctx->out, indent)); in dom_xml_serialize_element_node() 1191 int indent, in dom_xml_serializing_a_document_fragment_node() argument 1217 int indent, in dom_xml_serializing_a_document_node() argument 1253 int indent, in dom_xml_serialization_algorithm() argument [all …]
|
/php-src/ext/phar/tests/zip/ |
H A D | bug48791.phpt | 12 …indent="-0.635cm" fo:margin-left="1.27cm"/></style:list-level-properties></text:list-level-style-b…
|
/php-src/ext/xsl/tests/53965/ |
H A D | collection.xsl | 6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 401 smart_str_append_printf(str, "%s }\n", indent); in _class_string() 429 smart_str_append_printf(str, "%s }\n", indent); in _class_string() 539 smart_str_append_printf(str, "%s}\n", indent); in _class_string() 550 smart_str_appends(str, indent); in _const_string() 764 smart_str_append_printf(str, "%s ", indent); in _function_parameter_string() 769 smart_str_append_printf(str, "%s}\n", indent); in _function_parameter_string() 797 smart_str_append_printf(str, "%s}\n", indent); in _function_closure_string() 818 smart_str_appendl(str, indent, strlen(indent)); in _function_string() 907 smart_str_append_printf(str, "%s}\n", indent); in _function_string() 1026 _class_string(str, ce, NULL, indent); in _extension_class_string() [all …]
|
/php-src/ext/mbstring/tests/ |
H A D | gh8208.phpt | 2 GH-8208 (mb_encode_mimeheader: $indent functionality broken)
|
/php-src/ext/dom/tests/ |
H A D | bug28721.phpt | 12 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;
|