#!/usr/bin/env php > 验证第3行数据 >> [esac] */ include_once __DIR__ . DIRECTORY_SEPARATOR . '../lib/zd.php'; $zd = new zendata(); $output = $zd->create("default.yaml", "test.yaml", 10, "", array("fields"=>"field_nested_instant")); $count = sprintf("%d", count($output)); print(">> $count\n"); print(">> $output[2]\n");