--TEST-- P4::extraTag - Test extraTag fields in spec. --ARGS-- -c tests/php.ini --SKIPIF-- <?php include_once 'helper.inc'; requireMinP4d("2010", "2"); ?> --FILE-- <?php include 'connect.inc'; // go to tagged mode $p4->tagged = true; $user = $p4->fetch_user($p4->user); var_dump( in_array('passwordChange', $user['extraTag']) ); ?> --CLEAN-- <?php require_once('teardown.inc'); ?> --EXPECTF-- bool(true)
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 16506 | perforce_software | Move P4PHP to main branch. | ||
//guest/perforce_software/p4php/tests/015.phpt | |||||
#1 | 8467 | Jan Van Uytven |
Initial commit of P4PHP from //depot/main/p4-php |