[{"data":1,"prerenderedAt":870},["ShallowReactive",2],{"content-all-\u002Fphp\u002Fphp-fundamental\u002Fexpression-statement-block":3,"related-\u002Fphp\u002Fphp-fundamental\u002Fexpression-statement-block":600,"sidebar-content":827},[4],{"_path":5,"_dir":6,"_draft":7,"_partial":7,"_locale":8,"title":9,"description":10,"tags":11,"date":17,"weight":18,"body":19,"_type":594,"_id":595,"_source":596,"_file":597,"_stem":598,"_extension":599},"\u002Fphp\u002Fphp-fundamental\u002Fexpression-statement-block","php-fundamental",false,"","PHP Expressions, Statements, and Blocks","Essential PHP expressions, statements, and blocks",[12,13,14,15,16],"php","backend","expressions","statements","blocks","2026-05-30",8,{"type":20,"children":21,"toc":589},"root",[22,30,36,190,195,208,403,408,421,583],{"type":23,"tag":24,"props":25,"children":26},"element","h2",{"id":14},[27],{"type":28,"value":29},"text","Expressions",{"type":23,"tag":31,"props":32,"children":33},"p",{},[34],{"type":28,"value":35},"In PHP, an expression is a combination of values, variables, operators, and function calls that can be evaluated to produce a value. Expressions can be as simple as a single value or variable, or they can be more complex involving multiple components.",{"type":23,"tag":37,"props":38,"children":41},"pre",{"className":39,"code":40,"language":12,"meta":8,"style":8},"language-php shiki shiki-themes github-light github-dark","\u002F\u002F Simple expression\n$result = 5 + 3; \u002F\u002F Evaluates to 8\n\n\u002F\u002F Complex expression\n$total = (10 * 2) + (5 \u002F 2); \u002F\u002F Evaluates to 25\n",[42],{"type":23,"tag":43,"props":44,"children":45},"code",{"__ignoreMap":8},[46,58,100,110,119],{"type":23,"tag":47,"props":48,"children":51},"span",{"class":49,"line":50},"line",1,[52],{"type":23,"tag":47,"props":53,"children":55},{"style":54},"--shiki-default:#6A737D;--shiki-dark:#6A737D",[56],{"type":28,"value":57},"\u002F\u002F Simple expression\n",{"type":23,"tag":47,"props":59,"children":61},{"class":49,"line":60},2,[62,68,74,80,85,90,95],{"type":23,"tag":47,"props":63,"children":65},{"style":64},"--shiki-default:#24292E;--shiki-dark:#E1E4E8",[66],{"type":28,"value":67},"$result ",{"type":23,"tag":47,"props":69,"children":71},{"style":70},"--shiki-default:#D73A49;--shiki-dark:#F97583",[72],{"type":28,"value":73},"=",{"type":23,"tag":47,"props":75,"children":77},{"style":76},"--shiki-default:#005CC5;--shiki-dark:#79B8FF",[78],{"type":28,"value":79}," 5",{"type":23,"tag":47,"props":81,"children":82},{"style":70},[83],{"type":28,"value":84}," +",{"type":23,"tag":47,"props":86,"children":87},{"style":76},[88],{"type":28,"value":89}," 3",{"type":23,"tag":47,"props":91,"children":92},{"style":64},[93],{"type":28,"value":94},"; ",{"type":23,"tag":47,"props":96,"children":97},{"style":54},[98],{"type":28,"value":99},"\u002F\u002F Evaluates to 8\n",{"type":23,"tag":47,"props":101,"children":103},{"class":49,"line":102},3,[104],{"type":23,"tag":47,"props":105,"children":107},{"emptyLinePlaceholder":106},true,[108],{"type":28,"value":109},"\n",{"type":23,"tag":47,"props":111,"children":113},{"class":49,"line":112},4,[114],{"type":23,"tag":47,"props":115,"children":116},{"style":54},[117],{"type":28,"value":118},"\u002F\u002F Complex expression\n",{"type":23,"tag":47,"props":120,"children":122},{"class":49,"line":121},5,[123,128,132,137,142,147,152,157,162,166,171,176,180,185],{"type":23,"tag":47,"props":124,"children":125},{"style":64},[126],{"type":28,"value":127},"$total ",{"type":23,"tag":47,"props":129,"children":130},{"style":70},[131],{"type":28,"value":73},{"type":23,"tag":47,"props":133,"children":134},{"style":64},[135],{"type":28,"value":136}," (",{"type":23,"tag":47,"props":138,"children":139},{"style":76},[140],{"type":28,"value":141},"10",{"type":23,"tag":47,"props":143,"children":144},{"style":70},[145],{"type":28,"value":146}," *",{"type":23,"tag":47,"props":148,"children":149},{"style":76},[150],{"type":28,"value":151}," 2",{"type":23,"tag":47,"props":153,"children":154},{"style":64},[155],{"type":28,"value":156},") ",{"type":23,"tag":47,"props":158,"children":159},{"style":70},[160],{"type":28,"value":161},"+",{"type":23,"tag":47,"props":163,"children":164},{"style":64},[165],{"type":28,"value":136},{"type":23,"tag":47,"props":167,"children":168},{"style":76},[169],{"type":28,"value":170},"5",{"type":23,"tag":47,"props":172,"children":173},{"style":70},[174],{"type":28,"value":175}," \u002F",{"type":23,"tag":47,"props":177,"children":178},{"style":76},[179],{"type":28,"value":151},{"type":23,"tag":47,"props":181,"children":182},{"style":64},[183],{"type":28,"value":184},"); ",{"type":23,"tag":47,"props":186,"children":187},{"style":54},[188],{"type":28,"value":189},"\u002F\u002F Evaluates to 25\n",{"type":23,"tag":24,"props":191,"children":192},{"id":15},[193],{"type":28,"value":194},"Statements",{"type":23,"tag":31,"props":196,"children":197},{},[198,200,206],{"type":28,"value":199},"A statement is a complete instruction that performs an action. In PHP, statements are typically terminated with a semicolon (",{"type":23,"tag":43,"props":201,"children":203},{"className":202},[],[204],{"type":28,"value":205},";",{"type":28,"value":207},"). Statements can include expressions, control structures, function calls, and more.",{"type":23,"tag":37,"props":209,"children":211},{"className":39,"code":210,"language":12,"meta":8,"style":8},"\u002F\u002F Variable assignment statement\n$name = \"John\";\n\n\u002F\u002F If statement\nif ($name === \"John\") {\n    echo \"Hello, John!\";\n}\n\n\u002F\u002F For loop statement\nfor ($i = 0; $i \u003C 5; $i++) {\n    echo $i;\n}\n",[212],{"type":23,"tag":43,"props":213,"children":214},{"__ignoreMap":8},[215,223,246,253,261,288,306,315,322,331,382,395],{"type":23,"tag":47,"props":216,"children":217},{"class":49,"line":50},[218],{"type":23,"tag":47,"props":219,"children":220},{"style":54},[221],{"type":28,"value":222},"\u002F\u002F Variable assignment statement\n",{"type":23,"tag":47,"props":224,"children":225},{"class":49,"line":60},[226,231,235,241],{"type":23,"tag":47,"props":227,"children":228},{"style":64},[229],{"type":28,"value":230},"$name ",{"type":23,"tag":47,"props":232,"children":233},{"style":70},[234],{"type":28,"value":73},{"type":23,"tag":47,"props":236,"children":238},{"style":237},"--shiki-default:#032F62;--shiki-dark:#9ECBFF",[239],{"type":28,"value":240}," \"John\"",{"type":23,"tag":47,"props":242,"children":243},{"style":64},[244],{"type":28,"value":245},";\n",{"type":23,"tag":47,"props":247,"children":248},{"class":49,"line":102},[249],{"type":23,"tag":47,"props":250,"children":251},{"emptyLinePlaceholder":106},[252],{"type":28,"value":109},{"type":23,"tag":47,"props":254,"children":255},{"class":49,"line":112},[256],{"type":23,"tag":47,"props":257,"children":258},{"style":54},[259],{"type":28,"value":260},"\u002F\u002F If statement\n",{"type":23,"tag":47,"props":262,"children":263},{"class":49,"line":121},[264,269,274,279,283],{"type":23,"tag":47,"props":265,"children":266},{"style":70},[267],{"type":28,"value":268},"if",{"type":23,"tag":47,"props":270,"children":271},{"style":64},[272],{"type":28,"value":273}," ($name ",{"type":23,"tag":47,"props":275,"children":276},{"style":70},[277],{"type":28,"value":278},"===",{"type":23,"tag":47,"props":280,"children":281},{"style":237},[282],{"type":28,"value":240},{"type":23,"tag":47,"props":284,"children":285},{"style":64},[286],{"type":28,"value":287},") {\n",{"type":23,"tag":47,"props":289,"children":291},{"class":49,"line":290},6,[292,297,302],{"type":23,"tag":47,"props":293,"children":294},{"style":76},[295],{"type":28,"value":296},"    echo",{"type":23,"tag":47,"props":298,"children":299},{"style":237},[300],{"type":28,"value":301}," \"Hello, John!\"",{"type":23,"tag":47,"props":303,"children":304},{"style":64},[305],{"type":28,"value":245},{"type":23,"tag":47,"props":307,"children":309},{"class":49,"line":308},7,[310],{"type":23,"tag":47,"props":311,"children":312},{"style":64},[313],{"type":28,"value":314},"}\n",{"type":23,"tag":47,"props":316,"children":317},{"class":49,"line":18},[318],{"type":23,"tag":47,"props":319,"children":320},{"emptyLinePlaceholder":106},[321],{"type":28,"value":109},{"type":23,"tag":47,"props":323,"children":325},{"class":49,"line":324},9,[326],{"type":23,"tag":47,"props":327,"children":328},{"style":54},[329],{"type":28,"value":330},"\u002F\u002F For loop statement\n",{"type":23,"tag":47,"props":332,"children":334},{"class":49,"line":333},10,[335,340,345,349,354,359,364,368,373,378],{"type":23,"tag":47,"props":336,"children":337},{"style":70},[338],{"type":28,"value":339},"for",{"type":23,"tag":47,"props":341,"children":342},{"style":64},[343],{"type":28,"value":344}," ($i ",{"type":23,"tag":47,"props":346,"children":347},{"style":70},[348],{"type":28,"value":73},{"type":23,"tag":47,"props":350,"children":351},{"style":76},[352],{"type":28,"value":353}," 0",{"type":23,"tag":47,"props":355,"children":356},{"style":64},[357],{"type":28,"value":358},"; $i ",{"type":23,"tag":47,"props":360,"children":361},{"style":70},[362],{"type":28,"value":363},"\u003C",{"type":23,"tag":47,"props":365,"children":366},{"style":76},[367],{"type":28,"value":79},{"type":23,"tag":47,"props":369,"children":370},{"style":64},[371],{"type":28,"value":372},"; $i",{"type":23,"tag":47,"props":374,"children":375},{"style":70},[376],{"type":28,"value":377},"++",{"type":23,"tag":47,"props":379,"children":380},{"style":64},[381],{"type":28,"value":287},{"type":23,"tag":47,"props":383,"children":385},{"class":49,"line":384},11,[386,390],{"type":23,"tag":47,"props":387,"children":388},{"style":76},[389],{"type":28,"value":296},{"type":23,"tag":47,"props":391,"children":392},{"style":64},[393],{"type":28,"value":394}," $i;\n",{"type":23,"tag":47,"props":396,"children":398},{"class":49,"line":397},12,[399],{"type":23,"tag":47,"props":400,"children":401},{"style":64},[402],{"type":28,"value":314},{"type":23,"tag":24,"props":404,"children":405},{"id":16},[406],{"type":28,"value":407},"Blocks",{"type":23,"tag":31,"props":409,"children":410},{},[411,413,419],{"type":28,"value":412},"A block is a group of statements that are enclosed within curly braces (",{"type":23,"tag":43,"props":414,"children":416},{"className":415},[],[417],{"type":28,"value":418},"{}",{"type":28,"value":420},"). Blocks are used to define the scope of control structures such as loops and conditionals.",{"type":23,"tag":37,"props":422,"children":424},{"className":39,"code":423,"language":12,"meta":8,"style":8},"\u002F\u002F If statement with a block\nif ($name === \"John\") {\n    echo \"Hello, John!\";\n    echo \"Welcome to PHP programming.\";\n}\n\n\u002F\u002F For loop with a block\nfor ($i = 0; $i \u003C 5; $i++) {\n    echo \"The value of i is: \" . $i;\n}\n",[425],{"type":23,"tag":43,"props":426,"children":427},{"__ignoreMap":8},[428,436,459,474,490,497,504,512,555,576],{"type":23,"tag":47,"props":429,"children":430},{"class":49,"line":50},[431],{"type":23,"tag":47,"props":432,"children":433},{"style":54},[434],{"type":28,"value":435},"\u002F\u002F If statement with a block\n",{"type":23,"tag":47,"props":437,"children":438},{"class":49,"line":60},[439,443,447,451,455],{"type":23,"tag":47,"props":440,"children":441},{"style":70},[442],{"type":28,"value":268},{"type":23,"tag":47,"props":444,"children":445},{"style":64},[446],{"type":28,"value":273},{"type":23,"tag":47,"props":448,"children":449},{"style":70},[450],{"type":28,"value":278},{"type":23,"tag":47,"props":452,"children":453},{"style":237},[454],{"type":28,"value":240},{"type":23,"tag":47,"props":456,"children":457},{"style":64},[458],{"type":28,"value":287},{"type":23,"tag":47,"props":460,"children":461},{"class":49,"line":102},[462,466,470],{"type":23,"tag":47,"props":463,"children":464},{"style":76},[465],{"type":28,"value":296},{"type":23,"tag":47,"props":467,"children":468},{"style":237},[469],{"type":28,"value":301},{"type":23,"tag":47,"props":471,"children":472},{"style":64},[473],{"type":28,"value":245},{"type":23,"tag":47,"props":475,"children":476},{"class":49,"line":112},[477,481,486],{"type":23,"tag":47,"props":478,"children":479},{"style":76},[480],{"type":28,"value":296},{"type":23,"tag":47,"props":482,"children":483},{"style":237},[484],{"type":28,"value":485}," \"Welcome to PHP programming.\"",{"type":23,"tag":47,"props":487,"children":488},{"style":64},[489],{"type":28,"value":245},{"type":23,"tag":47,"props":491,"children":492},{"class":49,"line":121},[493],{"type":23,"tag":47,"props":494,"children":495},{"style":64},[496],{"type":28,"value":314},{"type":23,"tag":47,"props":498,"children":499},{"class":49,"line":290},[500],{"type":23,"tag":47,"props":501,"children":502},{"emptyLinePlaceholder":106},[503],{"type":28,"value":109},{"type":23,"tag":47,"props":505,"children":506},{"class":49,"line":308},[507],{"type":23,"tag":47,"props":508,"children":509},{"style":54},[510],{"type":28,"value":511},"\u002F\u002F For loop with a block\n",{"type":23,"tag":47,"props":513,"children":514},{"class":49,"line":18},[515,519,523,527,531,535,539,543,547,551],{"type":23,"tag":47,"props":516,"children":517},{"style":70},[518],{"type":28,"value":339},{"type":23,"tag":47,"props":520,"children":521},{"style":64},[522],{"type":28,"value":344},{"type":23,"tag":47,"props":524,"children":525},{"style":70},[526],{"type":28,"value":73},{"type":23,"tag":47,"props":528,"children":529},{"style":76},[530],{"type":28,"value":353},{"type":23,"tag":47,"props":532,"children":533},{"style":64},[534],{"type":28,"value":358},{"type":23,"tag":47,"props":536,"children":537},{"style":70},[538],{"type":28,"value":363},{"type":23,"tag":47,"props":540,"children":541},{"style":76},[542],{"type":28,"value":79},{"type":23,"tag":47,"props":544,"children":545},{"style":64},[546],{"type":28,"value":372},{"type":23,"tag":47,"props":548,"children":549},{"style":70},[550],{"type":28,"value":377},{"type":23,"tag":47,"props":552,"children":553},{"style":64},[554],{"type":28,"value":287},{"type":23,"tag":47,"props":556,"children":557},{"class":49,"line":324},[558,562,567,572],{"type":23,"tag":47,"props":559,"children":560},{"style":76},[561],{"type":28,"value":296},{"type":23,"tag":47,"props":563,"children":564},{"style":237},[565],{"type":28,"value":566}," \"The value of i is: \"",{"type":23,"tag":47,"props":568,"children":569},{"style":70},[570],{"type":28,"value":571}," .",{"type":23,"tag":47,"props":573,"children":574},{"style":64},[575],{"type":28,"value":394},{"type":23,"tag":47,"props":577,"children":578},{"class":49,"line":333},[579],{"type":23,"tag":47,"props":580,"children":581},{"style":64},[582],{"type":28,"value":314},{"type":23,"tag":584,"props":585,"children":586},"style",{},[587],{"type":28,"value":588},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":8,"searchDepth":102,"depth":102,"links":590},[591,592,593],{"id":14,"depth":60,"text":29},{"id":15,"depth":60,"text":194},{"id":16,"depth":60,"text":407},"markdown","content:php:php-fundamental:expression-statement-block.md","content","php\u002Fphp-fundamental\u002Fexpression-statement-block.md","php\u002Fphp-fundamental\u002Fexpression-statement-block","md",[601,609,617,622,628,637,642,647,652,657,662,671,677,682,687,692,697,702,708,716,724,729,736,741,748,754,760,766,772,779,785,791,798,810,816,821],{"_path":602,"title":603,"description":604,"tags":605,"date":608},"\u002Fcpp","C++ \u002F CPP","C++ notes, snippets, and references",[606,607],"cpp","c++","2026-05-05",{"_path":610,"title":611,"description":612,"tags":613,"date":616},"\u002Fdata-structure-algorithm\u002Farray-manipulation\u002Ffor-looping","For Looping in Python","Using for loops to manipulate arrays in Python.",[614,13,615],"python","arrays","2026-03-18",{"_path":618,"title":619,"description":620,"tags":621,"date":616},"\u002Fdata-structure-algorithm\u002Farray-manipulation\u002Fwhile-looping","While Looping in Python","Using while loops to manipulate arrays in Python.",[614,13,615],{"_path":623,"title":624,"description":625,"tags":626,"date":627},"\u002Fdata-structure-algorithm\u002Fassignments","Assignments","Assignments in Python for competitive programming.",[614,13],"2026-04-10",{"_path":629,"title":630,"description":631,"tags":632,"date":636},"\u002Fdata-structure-algorithm\u002Fbuzzword","Buzzword List DSA","Common terms and concepts in data structures and algorithms.",[633,634,635],"dsa","algorithms","data-structures","2026-04-03",{"_path":638,"title":639,"description":640,"tags":641,"date":627},"\u002Fdata-structure-algorithm\u002Fdata-type","Data Types","Data types in Python for competitive programming.",[614,13],{"_path":643,"title":644,"description":645,"tags":646,"date":627},"\u002Fdata-structure-algorithm\u002Fhash-map","Hash Map","Hash map implementation in Python for competitive programming.",[614,13],{"_path":648,"title":649,"description":650,"tags":651,"date":627},"\u002Fdata-structure-algorithm\u002Finput-output","Input and Output","Handling input and output in Python for competitive programming.",[614,13],{"_path":653,"title":654,"description":655,"tags":656,"date":616},"\u002Fdata-structure-algorithm\u002Fmath-library\u002Fsum","Sum Elements","Using for loops to sum elements in Python.",[614,13,615],{"_path":658,"title":659,"description":660,"tags":661,"date":616},"\u002Fdata-structure-algorithm\u002Fmath-library\u002Fsummary","Summary","Summary of the math library in Python.",[614,13,615],{"_path":663,"title":664,"description":665,"tags":666,"date":670},"\u002Fdocker\u002Fcheat-sheets","Docker Cheat Sheets","Cheat sheets for frequently used Docker commands and concepts",[667,668,669],"docker","devops","infrastructure","2026-05-01",{"_path":672,"title":673,"description":674,"tags":675,"date":676},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-container","Docker Container","Introduction to Docker containers and their usage",[667,668,669],"2026-03-12",{"_path":678,"title":679,"description":680,"tags":681,"date":676},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-execution","Docker Execution","Introduction to Docker execution and their usage",[667,668,669],{"_path":683,"title":684,"description":685,"tags":686,"date":676},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-image","Docker Image","Introduction to Docker images and their usage",[667,668,669],{"_path":688,"title":689,"description":690,"tags":691,"date":676},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-logging","Docker Logging","Introduction to Docker logging and their usage",[667,668,669],{"_path":693,"title":694,"description":695,"tags":696,"date":676},"\u002Fdocker\u002Fdocker-prerequisites\u002Fdocker-installation","Docker Installation","Introduction to Docker installation and their usage",[667,668,669],{"_path":698,"title":699,"description":700,"tags":701,"date":676},"\u002Fdocker\u002Fresources","Docker Resources","Collection of Docker resources for learning and reference",[667,668,669],{"_path":703,"title":704,"description":705,"tags":706,"date":608},"\u002Fjava","Java","Java notes, snippets, and references",[707],"java",{"_path":709,"title":710,"description":711,"tags":712,"date":676},"\u002Fjavascript\u002Fpromises","Promise Patterns","Common JavaScript promise patterns and async\u002Fawait usage",[713,714,715],"javascript","frontend","async",{"_path":717,"title":718,"description":719,"tags":720,"date":608},"\u002Fjenkins","Jenkins","Jenkins notes, snippets, and references",[721,722,723],"jenkins","ci","cd",{"_path":725,"title":726,"description":727,"tags":728,"date":616},"\u002Fphp\u002Farrays","PHP Array Functions","Essential PHP array functions and patterns",[12,13,615],{"_path":730,"title":731,"description":732,"tags":733,"date":735},"\u002Fphp\u002Fpatterns\u002Fsingleton","Singleton Pattern","Implementing the singleton pattern in PHP",[12,734,13],"patterns","2026-03-13",{"_path":737,"title":738,"description":739,"tags":740,"date":17},"\u002Fphp\u002Fphp-fundamental\u002Farray-map","PHP Array and Map","Essential PHP array and map functions and their usage",[12,13,615],{"_path":742,"title":743,"description":744,"tags":745,"date":17},"\u002Fphp\u002Fphp-fundamental\u002Fcasting-convertions","PHP Casting and Conversions","Learning about PHP casting and conversions",[12,13,746,747],"casting","conversions",{"_path":749,"title":750,"description":751,"tags":752,"date":17},"\u002Fphp\u002Fphp-fundamental\u002Fcomments","PHP Comments","Essential PHP comment operations",[12,13,753],"comments",{"_path":755,"title":756,"description":757,"tags":758,"date":17},"\u002Fphp\u002Fphp-fundamental\u002Fdatatypes","PHP Data Types","Essential PHP data types and their usage",[12,13,759],"data types",{"_path":761,"title":762,"description":763,"tags":764,"date":17},"\u002Fphp\u002Fphp-fundamental\u002Fflow-control","PHP Flow Control","Essential PHP flow control structures and patterns",[12,13,765],"flow control",{"_path":767,"title":768,"description":769,"tags":770,"date":17},"\u002Fphp\u002Fphp-fundamental\u002Ffunctions","PHP Functions","Essential PHP functions and their usage",[12,13,771],"functions",{"_path":773,"title":774,"description":775,"tags":776,"date":17},"\u002Fphp\u002Fphp-fundamental\u002Finclude-require","PHP Include and Require","Understanding PHP include and require statements",[12,13,777,778],"include","require",{"_path":780,"title":781,"description":782,"tags":783,"date":17},"\u002Fphp\u002Fphp-fundamental\u002Fintroduction","PHP Introduction","An introduction to PHP programming language and its fundamentals",[12,13,784],"introduction",{"_path":786,"title":787,"description":788,"tags":789,"date":17},"\u002Fphp\u002Fphp-fundamental\u002Foperator","PHP Operators","Essential PHP operators and their usage",[12,13,790],"operators",{"_path":792,"title":793,"description":794,"tags":795,"date":17},"\u002Fphp\u002Fphp-fundamental\u002Foutput-input","PHP Output & Input","Learning about PHP output and input methods",[12,13,796,797],"output","input",{"_path":799,"title":800,"description":801,"tags":802,"date":17},"\u002Fphp\u002Fphp-fundamental\u002Fvariables","PHP Variables","Essential PHP variables, constants, magic constants, and variable scope",[12,13,803,804,805,806,807,808,809],"variables","constants","magic constants","scope","global","local","static",{"_path":811,"title":812,"description":813,"tags":814,"date":815},"\u002Fphp\u002Freferences","PHP References (&)","Useful PHP reference snippets and patterns",[12,13],"2026-03-19",{"_path":817,"title":818,"description":819,"tags":820,"date":608},"\u002Fpython","Python","Python notes, snippets, and references",[614],{"_path":822,"title":823,"description":824,"tags":825,"date":608},"\u002Frust","Rust","Rust notes, snippets, and references",[826],"rust",[828,829,830,831,832,833,834,835,836,838,839,841,842,844,846,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869],{"_path":602,"title":603,"weight":50},{"_path":610,"title":611,"weight":333},{"_path":618,"title":619,"weight":333},{"_path":623,"title":624,"weight":102},{"_path":629,"title":630,"weight":50},{"_path":638,"title":639,"weight":60},{"_path":643,"title":644,"weight":333},{"_path":648,"title":649,"weight":50},{"_path":653,"title":654,"weight":837},20,{"_path":658,"title":659,"weight":333},{"_path":663,"title":664,"weight":840},100,{"_path":672,"title":673,"weight":837},{"_path":678,"title":679,"weight":843},22,{"_path":683,"title":684,"weight":845},21,{"_path":688,"title":689,"weight":847},23,{"_path":693,"title":694,"weight":333},{"_path":698,"title":699,"weight":50},{"_path":703,"title":704,"weight":50},{"_path":709,"title":710},{"_path":717,"title":718,"weight":50},{"_path":725,"title":726,"weight":50},{"_path":730,"title":731},{"_path":737,"title":738,"weight":324},{"_path":742,"title":743,"weight":290},{"_path":749,"title":750,"weight":102},{"_path":755,"title":756,"weight":121},{"_path":5,"title":9,"weight":18},{"_path":761,"title":762,"weight":333},{"_path":767,"title":768,"weight":384},{"_path":773,"title":774,"weight":397},{"_path":780,"title":781,"weight":50},{"_path":786,"title":787,"weight":308},{"_path":792,"title":793,"weight":60},{"_path":799,"title":800,"weight":112},{"_path":811,"title":812,"weight":60},{"_path":817,"title":818,"weight":50},{"_path":822,"title":823,"weight":50},1780160028578]