Lines Matching refs:E_WARNING
160 php_error_docref(NULL, E_WARNING, "%s is not a valid flag", flags); in PHP_FUNCTION()
190 php_error_docref(NULL, E_WARNING, "invalid access mode"); in PHP_FUNCTION()
195 php_error_docref(NULL, E_WARNING, "Shared memory segment size must be greater than zero"); in PHP_FUNCTION()
201 …php_error_docref(NULL, E_WARNING, "unable to attach or create shared memory segment '%s'", strerro… in PHP_FUNCTION()
207 …php_error_docref(NULL, E_WARNING, "unable to get shared memory segment information '%s'", strerror… in PHP_FUNCTION()
213 …php_error_docref(NULL, E_WARNING, "unable to attach to shared memory segment '%s'", strerror(errno… in PHP_FUNCTION()
246 php_error_docref(NULL, E_WARNING, "start is out of range"); in PHP_FUNCTION()
251 php_error_docref(NULL, E_WARNING, "count is out of range"); in PHP_FUNCTION()
322 php_error_docref(NULL, E_WARNING, "trying to write to a read only segment"); in PHP_FUNCTION()
327 php_error_docref(NULL, E_WARNING, "offset out of range"); in PHP_FUNCTION()
354 php_error_docref(NULL, E_WARNING, "can't mark segment for deletion (are you the owner?)"); in PHP_FUNCTION()