Searched refs:o4 (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/tests/classes/ |
H A D | destructor_and_references.phpt | 14 $o4 = new test4; 16 $o3->x = &$o4;
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | cdf.c | 805 size_t i, o, o4, nelements, j; in cdf_read_property_info() local 884 o4 = o * sizeof(uint32_t); in cdf_read_property_info() 894 (void)memcpy(&s16, &q[o4], sizeof(s16)); in cdf_read_property_info() 900 (void)memcpy(&s32, &q[o4], sizeof(s32)); in cdf_read_property_info() 907 (void)memcpy(&u32, &q[o4], sizeof(u32)); in cdf_read_property_info() 913 (void)memcpy(&s64, &q[o4], sizeof(s64)); in cdf_read_property_info() 919 (void)memcpy(&u64, &q[o4], sizeof(u64)); in cdf_read_property_info() 925 (void)memcpy(&u32, &q[o4], sizeof(u32)); in cdf_read_property_info() 932 (void)memcpy(&u64, &q[o4], sizeof(u64)); in cdf_read_property_info() 969 o4 = o * sizeof(uint32_t); in cdf_read_property_info() [all …]
|
Completed in 32 milliseconds