Searched refs:o4 (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/tests/classes/ |
H A D | destructor_and_references.phpt | 14 $o4 = new test4; 16 $o3->x = &$o4;
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | cdf.c | 768 size_t i, o, o4, nelements, j; in cdf_read_property_info() local 842 o4 = o * sizeof(uint32_t); in cdf_read_property_info() 852 (void)memcpy(&s16, &q[o4], sizeof(s16)); in cdf_read_property_info() 858 (void)memcpy(&s32, &q[o4], sizeof(s32)); in cdf_read_property_info() 865 (void)memcpy(&u32, &q[o4], sizeof(u32)); in cdf_read_property_info() 871 (void)memcpy(&s64, &q[o4], sizeof(s64)); in cdf_read_property_info() 877 (void)memcpy(&u64, &q[o4], sizeof(u64)); in cdf_read_property_info() 883 (void)memcpy(&u32, &q[o4], sizeof(u32)); in cdf_read_property_info() 890 (void)memcpy(&u64, &q[o4], sizeof(u64)); in cdf_read_property_info() 927 o4 = o * sizeof(uint32_t); in cdf_read_property_info() [all …]
|
Completed in 13 milliseconds