| /PHP_5_3/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;
|
| H A D | collator_is_numeric.h | 24 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors );
|
| H A D | collator_sort.c | 84 result->value.lval = ucol_strcoll( 193 result->value.lval = ucol_strcoll(
|
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_typeinfo.c | 208 c.value.value.lval = Z_LVAL(value);
|
| /PHP_5_3/ext/dom/ |
| H A D | xpath.c | 235 valuePush(ctxt, xmlXPathNewBoolean(retval->value.lval));
|
| /PHP_5_3/ext/filter/ |
| H A D | filter.c | 611 long lval; local 613 PHP_FILTER_GET_LONG_OPT(filter_args, lval); 617 filter_flags = lval; 623 filter = lval;
|
| H A D | logical_filters.c | 310 long lval; local 380 switch (is_numeric_string(num, p - num, &lval, &dval, 0)) { 384 Z_DVAL_P(value) = lval;
|
| /PHP_5_3/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_3/Zend/ |
| H A D | zend_constants.c | 127 c.value.value.lval = 1; 133 c.value.value.lval = 0; 146 c.value.value.lval = ZTS_V; 152 c.value.value.lval = ZEND_DEBUG; 177 ZEND_API void zend_register_long_constant(const char *name, uint name_len, long lval, int flags, int module_number TSRMLS_DC) argument 182 c.value.value.lval = lval;
|
| H A D | zend_constants.h | 41 #define REGISTER_LONG_CONSTANT(name, lval, flags) zend_register_long_constant((name), sizeof(name), (lval), (flags), module_number TSRMLS_CC) 46 #define REGISTER_NS_LONG_CONSTANT(ns, name, lval, flags) zend_register_long_constant(ZEND_NS_NAME(ns, name), sizeof(ZEND_NS_NAME(ns, name)), (lval), (flags), module_number TSRMLS_CC) 51 #define REGISTER_MAIN_LONG_CONSTANT(name, lval, flags) zend_register_long_constant((name), sizeof(name), (lval), (flags), 0 TSRMLS_CC) 65 ZEND_API void zend_register_long_constant(const char *name, uint name_len, long lval, int flags, int module_number TSRMLS_DC);
|
| 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_ini_scanner.l | 264 static void zend_ini_escape_string(zval *lval, char *str, int len, char quote_type TSRMLS_DC) 269 zend_ini_copy_value(lval, str, len); 272 s = t = Z_STRVAL_P(lval); 273 end = s + Z_STRLEN_P(lval); 292 Z_STRLEN_P(lval)--;
|
| H A D | zend_language_scanner.c | 346 retval_znode.u.constant.value.lval = 1; 1510 zendlval->value.lval = (long) '{'; 1741 zendlval->value.lval = (long) '{'; 2000 zendlval->value.lval = (long) '{'; 2808 zendlval->value.lval = strtol(yytext, NULL, 0); 2811 zendlval->value.lval = strtol(yytext, NULL, 0); 3170 zendlval->value.lval = 0; 3172 zendlval->value.lval = strtol(hex, NULL, 16); 4076 zendlval->value.lval = CG(zend_lineno); 7227 zendlval->value.lval [all...] |
| H A D | zend_language_scanner.l | 344 retval_znode.u.constant.value.lval = 1; 1334 zendlval->value.lval = strtol(yytext, NULL, 0); 1337 zendlval->value.lval = strtol(yytext, NULL, 0); 1365 zendlval->value.lval = 0; 1367 zendlval->value.lval = strtol(hex, NULL, 16); 1380 zendlval->value.lval = strtol(yytext, NULL, 10); 1457 zendlval->value.lval = CG(zend_lineno); 1980 zendlval->value.lval = (long) '{';
|
| H A D | zend_list.c | 102 rsrc_result->value.lval = rsrc_id; 134 id = (*passed_id)->value.lval;
|
| H A D | zend_multiply.h | 24 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ 31 else (lval) = __tmpvar; \ 36 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ 42 (lval) = (long) __result; \ 49 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ 56 (lval) = __lres; \
|
| H A D | zend_operators.c | 543 long lval; local 571 lval = Z_LVAL_P(op); 573 Z_STRLEN_P(op) = zend_spprintf(&Z_STRVAL_P(op), 0, "%ld", lval); 766 long lval = Z_LVAL_P(op1) + Z_LVAL_P(op2); local 770 && (Z_LVAL_P(op1) & LONG_SIGN_MASK) != (lval & LONG_SIGN_MASK)) { 774 ZVAL_LONG(result, lval); 828 long lval = Z_LVAL_P(op1) - Z_LVAL_P(op2); local 832 && (Z_LVAL_P(op1) & LONG_SIGN_MASK) != (lval & LONG_SIGN_MASK)) { 836 ZVAL_LONG(result, lval); 1777 long lval; local 1811 long lval; local [all...] |
| H A D | zend_operators.h | 98 * The number's value is returned into the respective pointer, *lval or *dval, 102 static inline zend_uchar is_numeric_string(const char *str, int length, long *lval, double *dval, int allow_errors) argument 212 if (lval) { 213 *lval = strtol(str, NULL, base); 389 #define Z_LVAL(zval) (zval).value.lval 390 #define Z_BVAL(zval) ((zend_bool)(zval).value.lval) 401 #define Z_RESVAL(zval) (zval).value.lval
|
| H A D | zend_variables.c | 62 zend_list_delete(zvalue->value.lval); 112 zend_list_addref(zvalue->value.lval);
|
| H A D | zend_compile.c | 554 if (modifiers->u.constant.value.lval & ZEND_ACC_ABSTRACT) { 555 if(modifiers->u.constant.value.lval & ZEND_ACC_PRIVATE) { 569 if (body->u.constant.value.lval == ZEND_ACC_ABSTRACT) { 4232 znode lval; local 4267 fetch_simple_variable(&lval, varname, 0 TSRMLS_CC); /* Relies on the fact that the default fetch is BP_VAR_W */ 4273 zend_do_assign(&dummy, &lval, &result TSRMLS_CC); 4276 zend_do_assign_ref(NULL, &lval, &result TSRMLS_CC); 4307 znode lval; local 4329 fetch_simple_variable(&lval, varname, 0 TSRMLS_CC); /* Relies on the fact that the default fetch is BP_VAR_W */ 4331 zend_do_assign_ref(NULL, &lval, [all...] |
| H A D | zend_execute.c | 1205 nest_levels = tmp.value.lval; 1207 nest_levels = nest_levels_zval->value.lval;
|
| H A D | zend_vm_execute.h | 444 zend_error(E_WARNING, "Missing argument %ld for %s%s%s(), called in %s on line %d and defined", opline->op1.u.constant.value.lval, class_name, space, get_active_function_name(TSRMLS_C), ptr->op_array->filename, ptr->opline->lineno); 446 zend_error(E_WARNING, "Missing argument %ld for %s%s%s()", opline->op1.u.constant.value.lval, class_name, space, get_active_function_name(TSRMLS_C)); 10993 if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_PP(container)) { 10998 if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_PP(container) && Z_STRVAL_PP(container)[offset->value.lval] != '0') { 12747 if (offset->value.lval >= 0 && offset->value.lval < Z_STRLEN_PP(container)) { 12752 if (offset->value.lval > [all...] |
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_debug.c | 1547 long lval = Z_LVAL_PP(arg); local 1549 int l_tmp = zend_sprintf(s_tmp, "%ld", lval); /* SAFE */ 1730 long lval = Z_LVAL_PP(arg); local 1732 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...] |