This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$a = array( 'joe' => 35, | |
'phil' => 33, | |
); | |
echo $a[0]; //this will throw an error | |
?> | |
<?php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:columns {"verticalAlignment":"top","align":"wide"} --> | |
<div class="wp-block-columns alignwide are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","width":"25%"} --> | |
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:25%"></div> | |
<!-- /wp:column --> | |
<!-- wp:column {"verticalAlignment":"top","width":"50%"} --> | |
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:50%"><!-- wp:image {"align":"center","id":37,"sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} --> | |
<div class="wp-block-image is-style-rounded"><figure class="aligncenter size-full"><img src="https://joec.live/wp-content/uploads/2021/06/joe-casabona-nobg-2021-small.jpg" alt="" class="wp-image-37"/></figure></div> | |
<!-- /wp:image --> |
OlderNewer