| /PHP_5_4/ext/intl/collator/ |
| H A D | collator_convert.c | 377 long lval = 0; local 385 if( ( is_numeric = collator_is_numeric( (UChar*) Z_STRVAL_P(str), UCHARS( Z_STRLEN_P(str) ), &lval, &dval, 1 ) ) ) 390 Z_LVAL_P(num) = lval;
|
| H A D | collator_is_numeric.c | 225 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors ) argument 245 if (lval) { 246 *lval = local_lval; 289 } else if (end_ptr_long && lval) { 290 *lval = local_lval;
|
| /PHP_5_4/Zend/ |
| H A D | zend_constants.c | 129 c.value.value.lval = 1; 135 c.value.value.lval = 0; 148 c.value.value.lval = ZTS_V; 154 c.value.value.lval = ZEND_DEBUG; 179 ZEND_API void zend_register_long_constant(const char *name, uint name_len, long lval, int flags, int module_number TSRMLS_DC) argument 184 c.value.value.lval = lval;
|
| H A D | zend_ini_scanner.c | 266 static void zend_ini_escape_string(zval *lval, char *str, int len, char quote_type TSRMLS_DC) argument 271 zend_ini_copy_value(lval, str, len); 274 s = t = Z_STRVAL_P(lval); 275 end = s + Z_STRLEN_P(lval); 294 Z_STRLEN_P(lval)--;
|
| H A D | zend_operators.h | 102 * The number's value is returned into the respective pointer, *lval or *dval, 109 static inline zend_uchar is_numeric_string_ex(const char *str, int length, long *lval, double *dval, int allow_errors, int *oflow_info) argument 232 if (lval) { 233 *lval = strtol(str, NULL, base); 246 static inline zend_uchar is_numeric_string(const char *str, int length, long *lval, double *dval, int allow_errors) { argument 247 return is_numeric_string_ex(str, length, lval, dval, allow_errors, NULL); 415 #define Z_LVAL(zval) (zval).value.lval 416 #define Z_BVAL(zval) ((zend_bool)(zval).value.lval) 427 #define Z_RESVAL(zval) (zval).value.lval
|
| H A D | zend.h | 308 long lval; /* long value */ member in union:_zvalue_value
|
| H A D | zend_exceptions.c | 414 long lval = Z_LVAL_PP(arg); local 416 int l_tmp = zend_sprintf(s_tmp, "%ld", lval); /* SAFE */
|
| H A D | zend_compile.c | 882 if (modifiers->u.constant.value.lval & ZEND_ACC_ABSTRACT) { 883 if(modifiers->u.constant.value.lval & ZEND_ACC_PRIVATE) { 897 if (body->u.constant.value.lval == ZEND_ACC_ABSTRACT) { 5742 znode lval; local 5782 fetch_simple_variable(&lval, varname, 0 TSRMLS_CC); /* Relies on the fact that the default fetch is BP_VAR_W */ 5788 zend_do_assign(&dummy, &lval, &result TSRMLS_CC); 5791 zend_do_assign_ref(NULL, &lval, &result TSRMLS_CC); 5820 znode lval; local 5844 fetch_simple_variable(&lval, varname, 0 TSRMLS_CC); /* Relies on the fact that the default fetch is BP_VAR_W */ 5846 zend_do_assign_ref(NULL, &lval, [all...] |
| H A D | zend_operators.c | 540 long lval; local 568 lval = Z_LVAL_P(op); 570 Z_STRLEN_P(op) = zend_spprintf(&Z_STRVAL_P(op), 0, "%ld", lval); 763 long lval = Z_LVAL_P(op1) + Z_LVAL_P(op2); local 767 && (Z_LVAL_P(op1) & LONG_SIGN_MASK) != (lval & LONG_SIGN_MASK)) { 771 ZVAL_LONG(result, lval); 825 long lval = Z_LVAL_P(op1) - Z_LVAL_P(op2); local 829 && (Z_LVAL_P(op1) & LONG_SIGN_MASK) != (lval & LONG_SIGN_MASK)) { 833 ZVAL_LONG(result, lval); 1813 long lval; local 1847 long lval; local [all...] |
| /PHP_5_4/ext/filter/ |
| H A D | filter.c | 596 long lval; local 598 PHP_FILTER_GET_LONG_OPT(filter_args, lval); 602 filter_flags = lval; 608 filter = lval;
|
| H A D | logical_filters.c | 318 long lval; local 388 switch (is_numeric_string(num, p - num, &lval, &dval, 0)) { 392 Z_DVAL_P(value) = lval;
|
| /PHP_5_4/ext/interbase/ |
| H A D | ibase_query.c | 87 ISC_LONG lval; member in union:__anon106::__anon107
|
| /PHP_5_4/ext/soap/ |
| H A D | php_encoding.c | 1030 long lval; local 1034 switch (is_numeric_string((char*)data->children->content, strlen((char*)data->children->content), &lval, &dval, 0)) { 1037 Z_DVAL_P(ret) = lval; 1071 long lval; local 1077 switch ((Z_TYPE_P(ret) = is_numeric_string((char*)data->children->content, strlen((char*)data->children->content), &lval, &dval, 0))) { 1079 Z_LVAL_P(ret) = lval;
|
| /PHP_5_4/ext/spl/ |
| H A D | spl_heap.c | 153 long lval = 0; local 154 if (spl_ptr_heap_cmp_cb_helper((zval *)object, heap_object, (zval *)a, (zval *)b, &lval TSRMLS_CC) == FAILURE) { 158 return lval; 178 long lval = 0; local 179 if (spl_ptr_heap_cmp_cb_helper((zval *)object, heap_object, (zval *)a, (zval *)b, &lval TSRMLS_CC) == FAILURE) { 183 return lval; 209 long lval = 0; local 210 if (spl_ptr_heap_cmp_cb_helper((zval *)object, heap_object, *a_priority_pp, *b_priority_pp, &lval TSRMLS_CC) == FAILURE) { 214 return lval;
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_bt.c | 164 long lval = Z_LVAL_PP(arg); local 166 int l_tmp = zend_sprintf(s_tmp, "%ld", lval); /* SAFE */ 347 long lval = Z_LVAL_PP(arg); local 349 int l_tmp = zend_sprintf(s_tmp, "%ld", lval); /* SAFE */
|
| H A D | mysqlnd_ps_codec.c | 95 int64_t lval = 0; local 97 case 8:lval = (int64_t) sint8korr(*row);break; 102 case 4:lval = (int64_t) sint4korr(*row);break; 103 case 3:lval = (int64_t) sint3korr(*row);break; 104 case 2:lval = (int64_t) sint2korr(*row);break; 105 case 1:lval = (int64_t) *(int8_t*)*row;break; 109 if ((L64(2147483647) < (int64_t) lval) || (L64(-2147483648) > (int64_t) lval)) { 111 tmp_len = sprintf((char *)&tmp, MYSQLND_LL_SPEC, lval); 115 ZVAL_LONG(zv, (long) lval); /* th [all...] |