Home
last modified time | relevance | path

Searched defs:lval (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.0/Zend/
H A Dzend_multiply.h27 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
39 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
51 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
64 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
77 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
94 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
107 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
H A Dzend_constants.h42 #define REGISTER_LONG_CONSTANT(name, lval, flags) zend_register_long_constant((name), sizeof(name)… argument
49 #define REGISTER_NS_LONG_CONSTANT(ns, name, lval, flags) zend_register_long_constant(ZEND_NS_NAME(… argument
56 #define REGISTER_MAIN_LONG_CONSTANT(name, lval, flags) zend_register_long_constant((name), sizeof(… argument
H A Dzend_ini_scanner.l158 zend_long lval; in convert_to_number() local
314 static void zend_ini_escape_string(zval *lval, char *str, int len, char quote_type) in zend_ini_escape_string()
H A Dzend_ini_scanner.c160 zend_long lval; in convert_to_number() local
316 static void zend_ini_escape_string(zval *lval, char *str, int len, char quote_type) in zend_ini_escape_string()
H A Dzend_operators.h130 …line zend_uchar is_numeric_string_ex(const char *str, size_t length, zend_long *lval, double *dval… in is_numeric_string_ex()
138 …_inline zend_uchar is_numeric_string(const char *str, size_t length, zend_long *lval, double *dval… in is_numeric_string()
H A Dzend_operators.c887 zend_long lval = Z_LVAL_P(op1) + Z_LVAL_P(op2); in add_function() local
956 zend_long lval = Z_LVAL_P(op1) - Z_LVAL_P(op2); in sub_function() local
2348 zend_long lval; in increment_function() local
2408 zend_long lval; in decrement_function() local
2849 ZEND_API zend_uchar ZEND_FASTCALL is_numeric_str_function(const zend_string *str, zend_long *lval, …
2854 … ZEND_FASTCALL _is_numeric_string_ex(const char *str, size_t length, zend_long *lval, double *dval…
H A Dzend_constants.c187 ZEND_API void zend_register_long_constant(const char *name, size_t name_len, zend_long lval, int fl… in zend_register_long_constant()
H A Dzend_ast.h256 static zend_always_inline zend_ast *zend_ast_create_zval_from_long(zend_long lval) { in zend_ast_create_zval_from_long()
/PHP-7.0/ext/sockets/
H A Dsockaddr_conv.c64 zend_long lval = 0; in php_set_inet6_addr() local
H A Dconversions.c332 zend_long lval; in from_zval_integer_common() local
367 zend_long lval; in from_zval_write_int() local
386 zend_long lval; in from_zval_write_uint32() local
405 zend_long lval; in from_zval_write_net_uint16() local
424 zend_long lval; in from_zval_write_sa_family() local
443 zend_long lval; in from_zval_write_pid_t() local
462 zend_long lval; in from_zval_write_uid_t() local
1056 zend_long lval; in from_zval_write_msghdr_buffer_size() local
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_format_object.cpp50 zend_long lval = Z_LVAL_P(z); in valid_format() local
/PHP-7.0/ext/intl/collator/
H A Dcollator_is_numeric.c225 zend_uchar collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, int allo… in collator_is_numeric()
H A Dcollator_convert.c355 zend_long lval = 0; in collator_convert_string_to_number_if_possible() local
/PHP-7.0/ext/spl/
H A Dspl_heap.c154 zend_long lval = 0; in spl_ptr_heap_zval_max_cmp() local
178 zend_long lval = 0; in spl_ptr_heap_zval_min_cmp() local
209 zend_long lval = 0; in spl_ptr_pqueue_zval_cmp() local
/PHP-7.0/ext/pdo_oci/
H A Doci_driver.c443 zend_long lval = zval_get_long(val); in oci_handle_set_attribute() local
/PHP-7.0/ext/pdo_mysql/
H A Dmysql_driver.c371 zend_long lval = zval_get_long(val); in pdo_mysql_set_attribute() local
/PHP-7.0/ext/intl/timezone/
H A Dtimezone_methods.cpp176 zend_long lval; in PHP_FUNCTION() local
/PHP-7.0/ext/filter/
H A Dfilter.c596 zend_long lval = zval_get_long(filter_args); in php_filter_call() local
H A Dlogical_filters.c335 zend_long lval; in php_filter_float() local
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c2498 zend_long lval; in row_prop_read() local
2553 zend_long lval; in row_prop_exists() local
H A Dpdo_dbh.c672 zend_long lval; in pdo_dbh_attribute_set() local
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c96 int64_t lval = 0; in ps_fetch_from_1_to_8_bytes() local
/PHP-7.0/ext/intl/converter/
H A Dconverter.c172 zend_long lval = Z_LVAL_P(val); in php_converter_append_toUnicode_target() local
/PHP-7.0/ext/curl/
H A Dinterface.c2098 zend_long lval; in _php_curl_setopt() local
/PHP-7.0/ext/soap/
H A Dphp_encoding.c1001 zend_long lval; in to_zval_double() local
1039 zend_long lval; in to_zval_long() local

Completed in 106 milliseconds

12