Home
last modified time | relevance | path

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

/php-src/ext/pcntl/tests/
H A Dpcntl_setns_basic.phpt32 pcntl_setns(): Argument #2 ($nstype) is an invalid nstype (%d)
/php-src/ext/pcntl/
H A Dpcntl.stub.php1092 function pcntl_setns(?int $process_id = null, int $nstype = CLONE_NEWNET): bool {} argument
H A Dpcntl.c1571 zend_long pid, nstype = CLONE_NEWNET; in PHP_FUNCTION() local
1578 Z_PARAM_LONG(nstype) in PHP_FUNCTION()
1608 ret = setns(fd, (int)nstype); in PHP_FUNCTION()
1619 zend_argument_value_error(2, "is an invalid nstype (%d)", nstype); in PHP_FUNCTION()
H A Dpcntl_arginfo.h145 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, nstype, IS_LONG, 0, "CLONE_NEWNET")
/php-src/ext/soap/
H A Dphp_encoding.c3413 smart_str nstype = {0}; in set_ns_and_type_ex() local
3414 get_type_str(node, ns, type, &nstype); in set_ns_and_type_ex()
3415 set_xsi_type(node, ZSTR_VAL(nstype.s)); in set_ns_and_type_ex()
3416 smart_str_free(&nstype); in set_ns_and_type_ex()

Completed in 34 milliseconds