Lines Matching refs:zend_argument_value_error
613 zend_argument_value_error(1, "must be greater than or equal to 1"); in PHP_FUNCTION()
618 zend_argument_value_error(1, "must be less than %d", PCNTL_G(num_signals)); in PHP_FUNCTION()
645 zend_argument_value_error(2, "must be either SIG_DFL or SIG_IGN when an integer value is given"); in PHP_FUNCTION()
692 zend_argument_value_error(1, "must be between 1 and 32"); in PHP_FUNCTION()
935 …zend_argument_value_error(2, "must be one of PRIO_PGRP, PRIO_USER, PRIO_PROCESS or PRIO_DARWIN_THR… in PHP_FUNCTION()
938 …zend_argument_value_error(1, "must be 0 (zero) if PRIO_DARWIN_THREAD is provided as second paramet… in PHP_FUNCTION()
941 zend_argument_value_error(1, "is not a valid process, process group, or user ID"); in PHP_FUNCTION()
945 zend_argument_value_error(2, "must be one of PRIO_PGRP, PRIO_USER, or PRIO_PROCESS"); in PHP_FUNCTION()
988 …zend_argument_value_error(3, "must be one of PRIO_PGRP, PRIO_USER, PRIO_PROCESS or PRIO_DARWIN_THR… in PHP_FUNCTION()
991 …zend_argument_value_error(2, "must be 0 (zero) if PRIO_DARWIN_THREAD is provided as second paramet… in PHP_FUNCTION()
994 …zend_argument_value_error(1, "must be either 0 (zero) or PRIO_DARWIN_BG, for mode PRIO_DARWIN_THRE… in PHP_FUNCTION()
997 zend_argument_value_error(2, "is not a valid process, process group, or user ID"); in PHP_FUNCTION()
1001 zend_argument_value_error(3, "must be one of PRIO_PGRP, PRIO_USER, or PRIO_PROCESS"); in PHP_FUNCTION()
1189 zend_argument_value_error(1, "must be a combination of CLONE_* flags"); in PHP_FUNCTION()
1242 zend_argument_value_error(1, "must not include RFMEM value, not allowed within this context"); in PHP_FUNCTION()
1247 …zend_argument_value_error(1, "must not include RFSIGSHARE value, not allowed within this context"); in PHP_FUNCTION()
1252 …zend_argument_value_error(1, "must not include both RFFDG and RFCFDG, because these flags are mutu… in PHP_FUNCTION()
1301 zend_argument_value_error(1, "must be FORK_NOSIGCHLD or FORK_WAITPID"); in PHP_FUNCTION()