Searched refs:haltoff (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_constants.c | 217 static char haltoff[] = "__COMPILER_HALT_OFFSET__"; in zend_get_special_constant() local 262 zend_mangle_property_name(&haltname, &len, haltoff, in zend_get_special_constant()
|
H A D | zend_compile.c | 5593 char haltoff[] = "__COMPILER_HALT_OFFSET__"; in zend_do_halt_compiler_register() local 5602 zend_mangle_property_name(&name, &len, haltoff, sizeof(haltoff) - 1, cfilename, clen, 0); in zend_do_halt_compiler_register()
|
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 1024 char haltoff[] = "__COMPILER_HALT_OFFSET__"; local 1029 zend_mangle_property_name(&name, &len, haltoff, sizeof(haltoff) - 1, cfilename, clen, 0);
|
Completed in 26 milliseconds