Home
last modified time | relevance | path

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

/PHP-8.1/ext/sysvshm/
H A Dsysvshm.c135 bool shm_size_is_null = 1; in PHP_FUNCTION() local
137 …nd_parse_parameters(ZEND_NUM_ARGS(), "l|l!l", &shm_key, &shm_size, &shm_size_is_null, &shm_flag)) { in PHP_FUNCTION()
141 if (shm_size_is_null) { in PHP_FUNCTION()

Completed in 5 milliseconds