radarrplexorganizrnginxsonarrdashboardhtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelanding
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							40 lines
						
					
					
						
							846 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							40 lines
						
					
					
						
							846 B
						
					
					
				
								Global constants
							 | 
						|
								-----
							 | 
						|
								<?php
							 | 
						|
								
							 | 
						|
								const A = 0, B = 1.0, C = 'A', D = E;
							 | 
						|
								-----
							 | 
						|
								array(
							 | 
						|
								    0: Stmt_Const(
							 | 
						|
								        consts: array(
							 | 
						|
								            0: Const(
							 | 
						|
								                name: A
							 | 
						|
								                value: Scalar_LNumber(
							 | 
						|
								                    value: 0
							 | 
						|
								                )
							 | 
						|
								            )
							 | 
						|
								            1: Const(
							 | 
						|
								                name: B
							 | 
						|
								                value: Scalar_DNumber(
							 | 
						|
								                    value: 1
							 | 
						|
								                )
							 | 
						|
								            )
							 | 
						|
								            2: Const(
							 | 
						|
								                name: C
							 | 
						|
								                value: Scalar_String(
							 | 
						|
								                    value: A
							 | 
						|
								                )
							 | 
						|
								            )
							 | 
						|
								            3: Const(
							 | 
						|
								                name: D
							 | 
						|
								                value: Expr_ConstFetch(
							 | 
						|
								                    name: Name(
							 | 
						|
								                        parts: array(
							 | 
						|
								                            0: E
							 | 
						|
								                        )
							 | 
						|
								                    )
							 | 
						|
								                )
							 | 
						|
								            )
							 | 
						|
								        )
							 | 
						|
								    )
							 | 
						|
								)
							 |