Lines Matching refs:zend_argument_value_error
655 zend_argument_value_error(2, "individual argument must not contain null bytes"); in PHP_FUNCTION()
687 zend_argument_value_error(3, "value for environment variable must not contain null bytes"); in PHP_FUNCTION()
697 zend_argument_value_error(3, "name for environment variable must not contain null bytes"); in PHP_FUNCTION()
758 zend_argument_value_error(1, "must be greater than or equal to 1"); in PHP_FUNCTION()
763 zend_argument_value_error(1, "must be less than %d", PCNTL_G(num_signals)); in PHP_FUNCTION()
789 zend_argument_value_error(2, "must be either SIG_DFL or SIG_IGN when an integer value is given"); in PHP_FUNCTION()
841 zend_argument_value_error(1, "must be between 1 and %d", sigmax); in PHP_FUNCTION()
895 zend_argument_value_error(arg_num, "signals must be between 1 and %d", PCNTL_G(num_signals)-1); in php_pcntl_set_user_signal_infos()
928 zend_argument_value_error(1, "must be one of SIG_BLOCK, SIG_UNBLOCK, or SIG_SETMASK"); in PHP_FUNCTION()
1041 zend_argument_value_error(3, "must be greater than or equal to 0"); in PHP_FUNCTION()
1046 zend_argument_value_error(4, "must be between 0 and 1e9"); in PHP_FUNCTION()
1180 …zend_argument_value_error(2, "must be one of PRIO_PGRP, PRIO_USER, PRIO_PROCESS or PRIO_DARWIN_THR… in PHP_FUNCTION()
1183 …zend_argument_value_error(1, "must be 0 (zero) if PRIO_DARWIN_THREAD is provided as second paramet… in PHP_FUNCTION()
1186 zend_argument_value_error(1, "is not a valid process, process group, or user ID"); in PHP_FUNCTION()
1190 zend_argument_value_error(2, "must be one of PRIO_PGRP, PRIO_USER, or PRIO_PROCESS"); in PHP_FUNCTION()
1233 …zend_argument_value_error(3, "must be one of PRIO_PGRP, PRIO_USER, PRIO_PROCESS or PRIO_DARWIN_THR… in PHP_FUNCTION()
1236 …zend_argument_value_error(2, "must be 0 (zero) if PRIO_DARWIN_THREAD is provided as second paramet… in PHP_FUNCTION()
1239 …zend_argument_value_error(1, "must be either 0 (zero) or PRIO_DARWIN_BG, for mode PRIO_DARWIN_THRE… in PHP_FUNCTION()
1242 zend_argument_value_error(2, "is not a valid process, process group, or user ID"); in PHP_FUNCTION()
1246 zend_argument_value_error(3, "must be one of PRIO_PGRP, PRIO_USER, or PRIO_PROCESS"); in PHP_FUNCTION()
1434 …zend_argument_value_error(1, "must be a combination of CLONE_* flags, or at least one flag is unsu… in PHP_FUNCTION()
1487 zend_argument_value_error(1, "must not include RFMEM value, not allowed within this context"); in PHP_FUNCTION()
1492 …zend_argument_value_error(1, "must not include RFSIGSHARE value, not allowed within this context"); in PHP_FUNCTION()
1497 …zend_argument_value_error(1, "must not include both RFFDG and RFCFDG, because these flags are mutu… in PHP_FUNCTION()
1546 zend_argument_value_error(1, "must be FORK_NOSIGCHLD or FORK_WAITPID"); in PHP_FUNCTION()
1596 zend_argument_value_error(1, "is not a valid process (" ZEND_LONG_FMT ")", pid); in PHP_FUNCTION()
1623 zend_argument_value_error(1, "process no longer available (" ZEND_LONG_FMT ")", pid); in PHP_FUNCTION()
1627 zend_argument_value_error(2, "is an invalid nstype (%d)", nstype); in PHP_FUNCTION()
1666 zend_argument_value_error(1, "invalid process (" ZEND_LONG_FMT ")", pid); in PHP_FUNCTION()
1723 zend_argument_value_error(2, "cpu id invalid value (%s)", ZSTR_VAL(Z_STR_P(ncpu))); in PHP_FUNCTION()
1731 zend_argument_value_error(2, "cpu id invalid type (%s)", ZSTR_VAL(wcpu)); in PHP_FUNCTION()
1741 …zend_argument_value_error(2, "cpu id must be between 0 and " ZEND_ULONG_FMT " (" ZEND_LONG_FMT ")"… in PHP_FUNCTION()
1755 zend_argument_value_error(1, "invalid process (" ZEND_LONG_FMT ")", pid); in PHP_FUNCTION()
1761 zend_argument_value_error(2, "invalid cpu affinity mask size or unmapped cpu id(s)"); in PHP_FUNCTION()