[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 array( 1, 2, 3, 4 )|ends_with( 3, 4 )='{array( 1, 2, 3, 4 )|ends_with( 3, 4 )}' 2 3 {let kake=4} 4 array( 1, 2, 3, $kake )|ends_with( 3, 4 )='{array( 1, 2, 3, $kake )|ends_with( 3, 4 )}' 5 {/let} 6 7 array( 1, 2, 3, 4 )|ends_with( 4, 3 )='{array( 1, 2, 3, 4 )|ends_with( 4, 3 )}' 8 9 {let kake=4} 10 array( 1, 2, 3, $kake )|begins_with( 4, 3 )='{array( 1, 2, 3, $kake )|begins_with( 4, 3 )}' 11 {/let} 12 13 "Kake mann"|ends_with( "Kake" )='{"Kake mann"|ends_with( "Kake" )}' 14 15 {let arr="Kake mann"} 16 $arr|ends_with( "Kake" )='{$arr|ends_with( "Kake" )}' 17 {/let} 18 19 "Kake mann"|ends_with( "mann" )='{"Kake mann"|ends_with( "mann" )}' 20 21 {let arr="Kake mann"} 22 $arr|ends_with( "mann" )='{$arr|ends_with( "mann" )}' 23 {/let} 24 25 26 {let request_uri_string='content/view/full/98' show_subtree='blog' show_subtree2='98'} 27 $request_uri_string|ends_with( $show_subtree )='{$request_uri_string|ends_with( $show_subtree )}' 28 $request_uri_string|ends_with( $show_subtree2 )='{$request_uri_string|ends_with( $show_subtree2 )}' 29 {/let} 30 31 32 {let request_uri_array=array( 'content', 'view', 'full', '98' ) show_subtree='blog' show_subtree2='98'} 33 $request_uri_array|ends_with( $show_subtree )='{$request_uri_array|ends_with( $show_subtree )}' 34 $request_uri_array|ends_with( $show_subtree2 )='{$request_uri_array|ends_with( $show_subtree2 )}' 35 {/let}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |