/PHP-8.3/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-8.3/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-8.3/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-8.3/Zend/ |
H A D | zend_ast.c | 1294 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 D | zend.c | 377 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-8.3/scripts/dev/ |
H A D | tidy.php | 105 $indent = 0; 108 $indent++; 110 $partialIndent = $indent % $tabSize; 112 $indent += $tabSize; 114 $indent += $tabSize - $partialIndent; 118 return str_repeat(" ", $indent);
|
/PHP-8.3/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-8.3/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-8.3/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_transformToDoc.phpt | 21 <xsl:output method="html" encoding="utf-8" indent="yes"/>
|
H A D | xsltprocessor_transformToURI.phpt | 24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
|
H A D | xsltprocessor_transformToXML.phpt | 24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
|
/PHP-8.3/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-8.3/ext/xsl/tests/53965/ |
H A D | collection.xsl | 6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 538 smart_str_append_printf(str, "%s}\n", indent); in _class_string() 550 indent, type, name); in _const_string() 553 indent, type, name, Z_STRVAL_P(value)); in _const_string() 558 indent, type, name, ZSTR_VAL(value_str)); in _const_string() 739 smart_str_append_printf(str, "%s ", indent); in _function_parameter_string() 744 smart_str_append_printf(str, "%s}\n", indent); in _function_parameter_string() 772 smart_str_append_printf(str, "%s}\n", indent); in _function_closure_string() 791 smart_str_appendl(str, indent, strlen(indent)); in _function_string() 880 smart_str_append_printf(str, "%s}\n", indent); in _function_string() 983 _class_string(str, ce, NULL, indent); in _extension_class_string() [all …]
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | gh8208.phpt | 2 GH-8208 (mb_encode_mimeheader: $indent functionality broken)
|
H A D | mb_encode_mimeheader_variation6.phpt | 7 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
|
/PHP-8.3/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;
|
/PHP-8.3/ext/zend_test/ |
H A D | observer.c | 173 int indent = 2 * ZT_G(observer_nesting_depth) + 4; in observer_show_init_backtrace() local 176 …php_printf("%*s%s::%s()\n", indent, "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.fu… in observer_show_init_backtrace() 178 php_printf("%*s%s()\n", indent, "", ZSTR_VAL(fbc->common.function_name)); in observer_show_init_backtrace() 181 php_printf("%*s{main} %s\n", indent, "", ZSTR_VAL(fbc->op_array.filename)); in observer_show_init_backtrace()
|