Home
last modified time | relevance | path

Searched refs:OG (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/main/
H A Doutput.c183 OG(active) = NULL; in php_output_deactivate()
222 OG(flags) = (OG(flags) & ~0xf) | (status & 0xf); in php_output_set_status()
231 OG(flags) in php_output_get_status()
276 zend_stack_push(&OG(handlers), &OG(active)); in php_output_flush()
289 if (OG(active)) { in php_output_flush_all()
317 if (OG(active)) { in php_output_clean_all()
367 return OG(active) ? zend_stack_count(&OG(handlers)) : 0; in php_output_get_level()
375 if (OG(active)) { in php_output_get_contents()
388 if (OG(active)) { in php_output_get_length()
771 if (op && OG(active) && OG(running)) { in php_output_lock_error()
[all …]
H A Dphp_output.h151 # define OG(v) ZEND_TSRMG(output_globals_id, zend_output_globals *, v) macro
153 # define OG(v) (output_globals.v)
/PHP-7.4/docs/
H A Doutput-api.md7 // Using OG()
74 // OG(nesting_level);

Completed in 11 milliseconds