Lines Matching refs:newval
2295 zval *link, *newval; in PHP_FUNCTION() local
2300 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zlz", &link, &option, &newval) != SUCCESS) { in PHP_FUNCTION()
2340 convert_to_long_ex(newval); in PHP_FUNCTION()
2341 val = Z_LVAL_P(newval); in PHP_FUNCTION()
2351 convert_to_long_ex(newval); in PHP_FUNCTION()
2352 timeout.tv_sec = Z_LVAL_P(newval); in PHP_FUNCTION()
2363 convert_to_long_ex(newval); in PHP_FUNCTION()
2364 timeout = 1000 * Z_LVAL_P(newval); /* Convert to milliseconds */ in PHP_FUNCTION()
2375 convert_to_long_ex(newval); in PHP_FUNCTION()
2376 timeout.tv_sec = Z_LVAL_P(newval); in PHP_FUNCTION()
2413 convert_to_string_ex(newval); in PHP_FUNCTION()
2414 val = Z_STRVAL_P(newval); in PHP_FUNCTION()
2429 convert_to_boolean_ex(newval); in PHP_FUNCTION()
2430 val = Z_TYPE_P(newval) == IS_TRUE in PHP_FUNCTION()
2445 … if ((Z_TYPE_P(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_P(newval)))) { in PHP_FUNCTION()
2452 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(newval), ctrlval) { in PHP_FUNCTION()
3383 ZEND_ARG_INFO(0, newval)