Home
last modified time | relevance | path

Searched defs:val (Results 26 – 50 of 158) sorted by relevance

1234567

/PHP-7.2/Zend/
H A Dzend_smart_str.h40 #define smart_str_append_long(dest, val) \ argument
42 #define smart_str_append_unsigned(dest, val) \ argument
H A Dzend_smart_string.h69 #define smart_string_append_long(str, val) \ argument
71 #define smart_string_append_unsigned(str, val) \ argument
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_ssa.c136 static inline void pi_range_equals(zend_ssa_phi *phi, int var, zend_long val) { in pi_range_equals()
139 static inline void pi_range_not_equals(zend_ssa_phi *phi, int var, zend_long val) { in pi_range_not_equals()
142 static inline void pi_range_min(zend_ssa_phi *phi, int var, zend_long val) { in pi_range_min()
145 static inline void pi_range_max(zend_ssa_phi *phi, int var, zend_long val) { in pi_range_max()
473 zval *val; in place_essa_pis() local
/PHP-7.2/main/
H A Dphp_variables.c62 PHPAPI void php_register_variable_ex(char *var_name, zval *val, zval *track_vars_array) in php_register_variable_ex()
277 char *start, *ksep, *vsep, *val; in add_post_var() local
397 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c338 static void add_zval(zval* list, const char* id, zval* val) in add_zval()
373 zval* val; in set_output_options() local
505 zval val; in PHP_to_XMLRPC_worker() local
652 zval val; in XMLRPC_to_PHP() local
1380 zval* val; in get_zval_xmlrpc_type() local
/PHP-7.2/ext/pdo_odbc/
H A Dodbc_driver.c339 static int odbc_handle_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in odbc_handle_set_attr()
354 static int odbc_handle_get_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in odbc_handle_get_attr()
H A Dodbc_stmt.c775 static int odbc_stmt_set_param(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_set_param()
802 static int odbc_stmt_get_attr(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_get_attr()
/PHP-7.2/ext/intl/doc/
H A Dcollator_api.php204 public function setAttribute( $attr, $val ) {}
377 function collator_set_attribute( $coll, $attr, $val ) {}
/PHP-7.2/ext/hash/
H A Dhash_sha3.c53 static inline void store64(unsigned char* x, uint64_t val) { in store64()
60 static inline void xor64(unsigned char* x, uint64_t val) { in xor64()
/PHP-7.2/ext/bcmath/libbcmath/src/
H A Ddoaddsub.c147 int borrow, count, val; local
H A Doutput.c61 bc_out_long (val, size, space, out_char) in bc_out_long() argument
H A Ddiv.c93 int scale1, val; in bc_divide() local
/PHP-7.2/ext/session/
H A Dmod_files.c231 static int ps_files_write(ps_files *data, zend_string *key, zend_string *val) in ps_files_write()
536 ZSTR_VAL(*val)[ZSTR_LEN(*val)] = '\0'; in PS_READ_FUNC() local
/PHP-7.2/sapi/apache2handler/
H A Dphp_apache.h63 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
H A Dsapi_apache2.c88 char *val, *ptr; in php_apache_sapi_header_handler() local
263 char *key, *val; in php_apache_sapi_register_variables() local
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_plugin.c169 zval *val; in mysqlnd_plugin_apply_with_argument() local
/PHP-7.2/ext/json/
H A Djson_parser.tab.h80 zval val; member
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.h44 smart_str val; /* read only */ member
/PHP-7.2/ext/dba/libinifile/
H A Dinifile.h35 val_type val; member
/PHP-7.2/ext/mbstring/
H A Dmb_gpc.c195 char *var, *val; in _php_mb_encoding_handler_ex() local
/PHP-7.2/ext/oci8/
H A Doci8_statement.c1376 zval *val; in php_oci_bind_in_callback() local
1439 zval *val; in php_oci_bind_out_callback() local
1610 zval *val; in php_oci_bind_array_by_name() local
/PHP-7.2/ext/pdo_firebird/
H A Dfirebird_statement.c709 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_set_attribute()
730 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_get_attribute()
H A Dfirebird_driver.c432 static int firebird_handle_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in firebird_handle_set_attribute()
516 static int firebird_handle_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in firebird_handle_get_attribute()
/PHP-7.2/ext/soap/
H A Dphp_encoding.c1168 static void set_zval_property(zval* object, char* name, zval* val) in set_zval_property()
1229 zval rv, arr, val, keepVal; in model_to_zval_any() local
1316 zval val; in model_to_zval_object() local
1532 xmlAttrPtr val = get_attribute(data->properties, attr->name); in to_zval_object_ex() local
1639 zval *val; in model_to_xml_object() local
1718 zval *val; in model_to_xml_object() local
1893 zval *val; in to_xml_object() local
2234 zval *val; in to_xml_array() local
3435 static void set_ns_prop(xmlNodePtr node, char *ns, char *name, char *val) in set_ns_prop()
/PHP-7.2/ext/sysvsem/
H A Dsysvsem.c48 int val; /* value for SETVAL */ member

Completed in 93 milliseconds

1234567