Lines Matching refs:newval
1658 zval *link, **newval; in PHP_FUNCTION() local
1663 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zlZ", &link, &option, &newval) != SUCCESS) { in PHP_FUNCTION()
1687 convert_to_long_ex(newval); in PHP_FUNCTION()
1688 val = Z_LVAL_PP(newval); in PHP_FUNCTION()
1698 convert_to_long_ex(newval); in PHP_FUNCTION()
1699 timeout.tv_sec = Z_LVAL_PP(newval); in PHP_FUNCTION()
1710 convert_to_long_ex(newval); in PHP_FUNCTION()
1711 timeout = 1000 * Z_LVAL_PP(newval); /* Convert to milliseconds */ in PHP_FUNCTION()
1733 convert_to_string_ex(newval); in PHP_FUNCTION()
1734 val = Z_STRVAL_PP(newval); in PHP_FUNCTION()
1746 convert_to_boolean_ex(newval); in PHP_FUNCTION()
1747 val = Z_LVAL_PP(newval) in PHP_FUNCTION()
1762 …if ((Z_TYPE_PP(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_PP(newval))))… in PHP_FUNCTION()
1769 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(newval)); in PHP_FUNCTION()
1770 while (zend_hash_get_current_data(Z_ARRVAL_PP(newval), (void**)&ctrlval) == SUCCESS) { in PHP_FUNCTION()
1801 zend_hash_move_forward(Z_ARRVAL_PP(newval)); in PHP_FUNCTION()
2385 ZEND_ARG_INFO(0, newval)