[PHP] Add quotes to another bareword string
Seems I missed one when I fixed all the others in the testsuite.
This commit is contained in:
parent
3f9ebb31b9
commit
8e4d135929
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ check::classes(array('arrays','SimpleStruct','ArrayStruct','CartPoseData_t'));
|
|||
check::globals(array('simplestruct_double_field','arraystruct_array_c','arraystruct_array_sc','arraystruct_array_uc','arraystruct_array_s','arraystruct_array_us','arraystruct_array_i','arraystruct_array_ui','arraystruct_array_l','arraystruct_array_ul','arraystruct_array_ll','arraystruct_array_f','arraystruct_array_d','arraystruct_array_struct','arraystruct_array_structpointers','arraystruct_array_ipointers','arraystruct_array_enum','arraystruct_array_enumpointers','arraystruct_array_const_i','cartposedata_t_p'));
|
||||
|
||||
$ss=new simplestruct();
|
||||
check::classname(simplestruct,$ss);
|
||||
check::classname('simplestruct',$ss);
|
||||
|
||||
$as=new arraystruct();
|
||||
$as->array_c="abc";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue