Lines Matching refs:newval
2045 zval *link, **newval; in PHP_FUNCTION() local
2050 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zlZ", &link, &option, &newval) != SUCCESS) { in PHP_FUNCTION()
2074 convert_to_long_ex(newval); in PHP_FUNCTION()
2075 val = Z_LVAL_PP(newval); in PHP_FUNCTION()
2085 convert_to_long_ex(newval); in PHP_FUNCTION()
2086 timeout.tv_sec = Z_LVAL_PP(newval); in PHP_FUNCTION()
2097 convert_to_long_ex(newval); in PHP_FUNCTION()
2098 timeout = 1000 * Z_LVAL_PP(newval); /* Convert to milliseconds */ in PHP_FUNCTION()
2120 convert_to_string_ex(newval); in PHP_FUNCTION()
2121 val = Z_STRVAL_PP(newval); in PHP_FUNCTION()
2133 convert_to_boolean_ex(newval); in PHP_FUNCTION()
2134 val = Z_LVAL_PP(newval) in PHP_FUNCTION()
2149 …if ((Z_TYPE_PP(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_PP(newval))))… in PHP_FUNCTION()
2156 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(newval)); in PHP_FUNCTION()
2157 while (zend_hash_get_current_data(Z_ARRVAL_PP(newval), (void**)&ctrlval) == SUCCESS) { in PHP_FUNCTION()
2188 zend_hash_move_forward(Z_ARRVAL_PP(newval)); in PHP_FUNCTION()
2981 ZEND_ARG_INFO(0, newval)