Lines Matching refs:tok
330 foreach($f['tokens'] as $tok) {
331 if(is_array($v) && isset($v[$tok])) {
332 $v = $v[$tok];
473 foreach($row_insert['property_path'] as $tok) {
477 $item_copy[$tok] = null;
478 $item_copy = &$item_copy[$tok];
666 foreach($path['tokens'] as $tok) {
668 $json_parent_tok = $tok;
670 $json = array($tok => null);
672 $json = &$json[$tok];
895 foreach($path as $tok) {
897 $json_parent_tok = $tok;
899 if(!(isset($json[$tok]) && is_array($json[$tok]))) {
900 $json[$tok] = array();
902 $json = &$json[$tok];
938 foreach($path as $tok) {
943 if ($tok === '_FIRST_') {
946 else if ($tok === '_LAST_') {
950 $var = $var[$tok] ?? null;
969 foreach($src_path as $tok) {
970 if(!isset($json_src[$tok])) {
974 $json_src = $json_src[$tok];