Lines Matching refs:newval
2149 zval *link, **newval; in PHP_FUNCTION() local
2154 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zlZ", &link, &option, &newval) != SUCCESS) { in PHP_FUNCTION()
2178 convert_to_long_ex(newval); in PHP_FUNCTION()
2179 val = Z_LVAL_PP(newval); in PHP_FUNCTION()
2189 convert_to_long_ex(newval); in PHP_FUNCTION()
2190 timeout.tv_sec = Z_LVAL_PP(newval); in PHP_FUNCTION()
2201 convert_to_long_ex(newval); in PHP_FUNCTION()
2202 timeout = 1000 * Z_LVAL_PP(newval); /* Convert to milliseconds */ in PHP_FUNCTION()
2213 convert_to_long_ex(newval); in PHP_FUNCTION()
2214 timeout.tv_sec = Z_LVAL_PP(newval); in PHP_FUNCTION()
2237 convert_to_string_ex(newval); in PHP_FUNCTION()
2238 val = Z_STRVAL_PP(newval); in PHP_FUNCTION()
2250 convert_to_boolean_ex(newval); in PHP_FUNCTION()
2251 val = Z_LVAL_PP(newval) in PHP_FUNCTION()
2266 …if ((Z_TYPE_PP(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_PP(newval))))… in PHP_FUNCTION()
2273 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(newval)); in PHP_FUNCTION()
2274 while (zend_hash_get_current_data(Z_ARRVAL_PP(newval), (void**)&ctrlval) == SUCCESS) { in PHP_FUNCTION()
2305 zend_hash_move_forward(Z_ARRVAL_PP(newval)); in PHP_FUNCTION()
3175 ZEND_ARG_INFO(0, newval)