Searched defs:new_val (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/pdo/ |
H A D | pdo.c | 222 char *new_val = (char *) emalloc(vlen - n_semicolumns + 1); in php_pdo_parse_data_source() local
|
/php-src/ext/intl/collator/ |
H A D | collator_convert.c | 41 UChar* new_val = NULL; in collator_convert_hash_item_from_utf8_to_utf16() local
|
/php-src/sapi/litespeed/ |
H A D | lsapi_main.c | 205 char * new_val = (char *) pValue; in add_variable() local
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_sccp.c | 1037 ir_val new_val; in ir_ext_const() local
|
/php-src/Zend/ |
H A D | zend_builtin_functions.c | 486 zval *new_val, *val; in copy_constant_array() local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 3587 int zend_jit_debug_config(zend_long old_val, zend_long new_val, int stage) in zend_jit_debug_config()
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 613 char *new_val = (char *)val; in sapi_cli_server_register_variable() local
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 4823 zval meta, *def, *type, *not_null, *has_default, *is_enum, *val, new_val; in php_pgsql_convert() local
|
/php-src/ext/standard/ |
H A D | array.c | 4405 new_val; /* New value */ local
|
Completed in 73 milliseconds