Home
last modified time | relevance | path

Searched refs:new_val (Results 1 – 17 of 17) sorted by relevance

/PHP-7.2/ext/intl/tests/
H A Dcollator_get_set_strength.phpt19 $new_val = ut_coll_get_strength( $coll );
20 return ( $new_val == $val ? "ok" : "failed" ) . "\n";
H A Dformatter_get_set_attribute.phpt46 list( $attr, $new_val, $number ) = $args;
63 $rc = ut_nfmt_set_attribute( $fmt, $attr, $new_val );
72 // Get current value of the attribute and check if it equals $new_val.
74 if( $attr_val_check !== $new_val )
80 dump( $new_val ),
H A Dformatter_get_set_text_attribute.phpt36 list( $attr, $new_val, $test_number ) = $data;
51 $res_val = ut_nfmt_set_text_attribute( $fmt, $attr, $new_val );
61 if( $new_val !== $new_val_check )
H A Dformatter_get_set_text_attribute_var2.phpt36 list( $attr, $new_val, $test_number ) = $data;
51 $res_val = ut_nfmt_set_text_attribute( $fmt, $attr, $new_val );
61 if( $new_val !== $new_val_check )
H A Dformatter_get_set_symbol.phpt44 list( $symb, $new_val, $number, $attr ) = $data;
55 $res_val = ut_nfmt_set_symbol( $fmt, $symb, $new_val );
67 if( $new_val_check !== $new_val )
H A Dformatter_get_set_symbol2.phpt45 list( $symb, $new_val, $number, $attr ) = $data;
56 $res_val = ut_nfmt_set_symbol( $fmt, $symb, $new_val );
68 if( $new_val_check !== $new_val )
/PHP-7.2/ext/pdo/
H A Dpdo.c256 char *new_val = (char *) emalloc(vlen - n_semicolumns + 1); in php_pdo_parse_data_source() local
258 parsed[j].optval = new_val; in php_pdo_parse_data_source()
261 *new_val = *orig_val; in php_pdo_parse_data_source()
262 new_val++; in php_pdo_parse_data_source()
272 *new_val = '\0'; in php_pdo_parse_data_source()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c5832 if (!err && Z_TYPE(new_val) == IS_STRING && !strcmp(Z_STRVAL(new_val), "NULL")) { \
5835 zval_ptr_dtor(&new_val); \
5873 ZVAL_NULL(&new_val);
5998 convert_to_long_ex(&new_val);
6099 ZVAL_NEW_STR(&new_val, str);
6149 convert_to_long_ex(&new_val);
6366 ZVAL_STRING(&new_val, "NULL");
6396 smart_str_appendl(&s, Z_STRVAL(new_val), Z_STRLEN(new_val));
6398 zval_ptr_dtor(&new_val);
6399 ZVAL_NEW_STR(&new_val, s.s);
[all …]
/PHP-7.2/ext/intl/collator/
H A Dcollator_convert.c43 UChar* new_val = NULL; in collator_convert_hash_item_from_utf8_to_utf16() local
55 intl_convert_utf8_to_utf16( &new_val, &new_val_len, old_val, old_val_len, status ); in collator_convert_hash_item_from_utf8_to_utf16()
60 ZVAL_STRINGL( &znew_val, (char*)new_val, UBYTES(new_val_len + 1) ); in collator_convert_hash_item_from_utf8_to_utf16()
62 efree(new_val); in collator_convert_hash_item_from_utf8_to_utf16()
/PHP-7.2/win32/build/
H A Dconfutils.js2366 var new_val = val;
2371 new_val = new_val.replace(r[0], repl);
2373 val = new_val;
2388 new_val = "";
2390 new_val += extract_convert_style_line(val, "/I", "-I", true);
2391 new_val += extract_convert_style_line(val, "/D", "-D", false);
2393 val = new_val;
2399 new_val = "";
2401 new_val += extract_convert_style_line(val, "/I", "-I", true);
2402 new_val += extract_convert_style_line(val, "/D", "-D", false);
[all …]
/PHP-7.2/ext/standard/
H A Darray.c3937 new_val; /* New value */ local
3967 ZVAL_STR_COPY(&new_val, str_idx);
3969 ZVAL_LONG(&new_val, num_idx);
3978 ZVAL_STR_COPY(&new_val, str_idx);
3980 ZVAL_LONG(&new_val, num_idx);
3992 ZVAL_LONG(&new_val, 0);
3993 for (; Z_LVAL(new_val) < elem_count; ++Z_LVAL(new_val)) {
3994 ZEND_HASH_FILL_ADD(&new_val);
4000 ZVAL_STR_COPY(&new_val, str_idx);
4002 ZVAL_LONG(&new_val, num_idx);
[all …]
/PHP-7.2/Zend/
H A Dzend_builtin_functions.c686 zend_string *new_val = zval_get_string(err); in ZEND_FUNCTION() local
712 p->value = new_val; in ZEND_FUNCTION()
761 zval *new_val, *val; in copy_constant_array() local
768 new_val = zend_hash_add_new(Z_ARRVAL_P(dst), key, val); in copy_constant_array()
770 new_val = zend_hash_index_add_new(Z_ARRVAL_P(dst), idx, val); in copy_constant_array()
774 copy_constant_array(new_val, val); in copy_constant_array()
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c231 char * new_val = (char *) pValue; in add_variable() local
234 if (sapi_module.input_filter(filter_arg, (char *)pKey, &new_val, valLen, &new_val_len)) { in add_variable()
235 php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg ); in add_variable()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.h319 int new_val; member
H A Dregcomp.c1795 map[en->regnum].new_val = *counter; in noname_disable_map()
1840 n = map[backs[i]].new_val; in renumber_node_backref()
1932 map[i].new_val = 0; in disable_noname_group_capture()
1942 if (map[i].new_val > 0) { in disable_noname_group_capture()
1952 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, map[i].new_val); in disable_noname_group_capture()
H A Dregparse.c594 e->back_refs[i] = map[e->back_refs[i]].new_val; in i_renumber_name()
598 e->back_ref1 = map[e->back_ref1].new_val; in i_renumber_name()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c595 char *new_val = (char *)val; in sapi_cli_server_register_variable() local
602 if (sapi_module.input_filter(PARSE_SERVER, (char*)key, &new_val, strlen(val), &new_val_len)) { in sapi_cli_server_register_variable()
603 php_register_variable_safe((char *)key, new_val, new_val_len, track_vars_array); in sapi_cli_server_register_variable()

Completed in 113 milliseconds