Home
last modified time | relevance | path

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

/PHP-7.1/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.1/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.1/ext/pgsql/
H A Dpgsql.c5826 if (!err && Z_TYPE(new_val) == IS_STRING && !strcmp(Z_STRVAL(new_val), "NULL")) { \
5829 zval_ptr_dtor(&new_val); \
5867 ZVAL_NULL(&new_val);
5992 convert_to_long_ex(&new_val);
6093 ZVAL_NEW_STR(&new_val, str);
6143 convert_to_long_ex(&new_val);
6360 ZVAL_STRING(&new_val, "NULL");
6390 smart_str_appendl(&s, Z_STRVAL(new_val), Z_STRLEN(new_val));
6392 zval_ptr_dtor(&new_val);
6393 ZVAL_NEW_STR(&new_val, s.s);
[all …]
/PHP-7.1/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.1/win32/build/
H A Dconfutils.js2338 var new_val = val;
2343 new_val = new_val.replace(r[0], repl);
2345 val = new_val;
2360 new_val = "";
2362 new_val += extract_convert_style_line(val, "/I", "-I", true);
2363 new_val += extract_convert_style_line(val, "/D", "-D", false);
2365 val = new_val;
2371 new_val = "";
2373 new_val += extract_convert_style_line(val, "/I", "-I", true);
2374 new_val += extract_convert_style_line(val, "/D", "-D", false);
[all …]
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c230 char * new_val = (char *) pValue; in add_variable() local
233 if (sapi_module.input_filter(filter_arg, (char *)pKey, &new_val, valLen, &new_val_len)) { in add_variable()
234 php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg ); in add_variable()
/PHP-7.1/Zend/
H A Dzend_builtin_functions.c795 zend_string *new_val = zval_get_string(err); in ZEND_FUNCTION() local
821 p->value = new_val; in ZEND_FUNCTION()
870 zval *new_val, *val; in copy_constant_array() local
877 new_val = zend_hash_add_new(Z_ARRVAL_P(dst), key, val); in copy_constant_array()
879 new_val = zend_hash_index_add_new(Z_ARRVAL_P(dst), idx, val); in copy_constant_array()
883 copy_constant_array(new_val, val); in copy_constant_array()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.h318 int new_val; member
H A Dregcomp.c1781 map[en->regnum].new_val = *counter; in noname_disable_map()
1821 n = map[backs[i]].new_val; in renumber_node_backref()
1903 map[i].new_val = 0; in disable_noname_group_capture()
1913 if (map[i].new_val > 0) { in disable_noname_group_capture()
1923 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, map[i].new_val); in disable_noname_group_capture()
H A Dregparse.c550 e->back_refs[i] = map[e->back_refs[i]].new_val; in i_renumber_name()
554 e->back_ref1 = map[e->back_ref1].new_val; in i_renumber_name()
/PHP-7.1/ext/standard/
H A Darray.c3279 new_val; /* New value */ local
3300 ZVAL_STR_COPY(&new_val, str_idx);
3302 ZVAL_LONG(&new_val, num_idx);
3304 zend_hash_next_index_insert_new(Z_ARRVAL_P(return_value), &new_val);
3311 ZVAL_STR_COPY(&new_val, str_idx);
3313 ZVAL_LONG(&new_val, num_idx);
3315 zend_hash_next_index_insert_new(Z_ARRVAL_P(return_value), &new_val);
3329 ZVAL_STR_COPY(&new_val, str_idx);
3331 ZVAL_LONG(&new_val, num_idx);
3333 ZEND_HASH_FILL_ADD(&new_val);
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c596 char *new_val = (char *)val; in sapi_cli_server_register_variable() local
603 if (sapi_module.input_filter(PARSE_SERVER, (char*)key, &new_val, strlen(val), &new_val_len)) { in sapi_cli_server_register_variable()
604 php_register_variable_safe((char *)key, new_val, new_val_len, track_vars_array); in sapi_cli_server_register_variable()

Completed in 109 milliseconds