| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_sort.c | 238 if( Z_LVAL(result) < 0 ) 240 else if( Z_LVAL(result) > 0 )
|
| /PHP_5_3/ext/intl/dateformat/ |
| H A D | dateformat_format.c | 179 p_timestamp = Z_LVAL(retval);
|
| /PHP_5_3/ext/bz2/ |
| H A D | bz2_filter.c | 362 data->expect_concatenated = Z_LVAL(tmp); 378 data->small_footprint = Z_LVAL(tmp); 399 if (Z_LVAL(tmp) < 1 || Z_LVAL(tmp) > 9) { 402 blockSize100k = Z_LVAL(tmp); 414 if (Z_LVAL(tmp) < 0 || Z_LVAL(tmp) > 250) { 415 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter given for work factor. (%ld)", Z_LVAL(tmp)); 417 workFactor = Z_LVAL(tmp);
|
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_typeinfo.c | 208 c.value.value.lval = Z_LVAL(value);
|
| /PHP_5_3/ext/filter/ |
| H A D | filter_private.h | 122 opt = Z_LVAL(___tmp); \
|
| /PHP_5_3/ext/gmp/ |
| H A D | gmp.c | 624 add_index_resource(return_value, 0, Z_LVAL(r)); 630 add_index_resource(return_value, 1, Z_LVAL(r)); 1172 add_index_resource(return_value, 0, Z_LVAL(r)); 1174 add_index_resource(return_value, 1, Z_LVAL(r)); 1258 add_assoc_resource(return_value, "g", Z_LVAL(r)); 1260 add_assoc_resource(return_value, "s", Z_LVAL(r)); 1262 add_assoc_resource(return_value, "t", Z_LVAL(r));
|
| /PHP_5_3/ext/interbase/ |
| H A D | php_ibase_udf.c | 314 *(long*)r->dsc_address = Z_LVAL(return_value);
|
| /PHP_5_3/ext/oci8/ |
| H A D | oci8_statement.c | 1352 column = php_oci_statement_get_column(statement, Z_LVAL(tmp), NULL, 0 TSRMLS_CC); 1354 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid column index \"%ld\"", Z_LVAL(tmp));
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_heap.c | 164 return Z_LVAL(result); 189 return Z_LVAL(result); 220 return Z_LVAL(result);
|
| H A D | spl_observer.c | 352 return Z_LVAL(result); 959 if (Z_LVAL(compare_result)) {
|
| /PHP_5_3/ext/standard/ |
| H A D | array.c | 180 Z_LVAL(first) = f->h; 189 Z_LVAL(second) = s->h; 212 if (Z_LVAL(result) < 0) { 214 } else if (Z_LVAL(result) > 0) { 383 if (Z_LVAL(result) < 0) { 385 } else if (Z_LVAL(result) > 0) { 982 if (Z_LVAL(result) == 1) { 1033 if (Z_LVAL(result) == 0) { 1218 if (Z_LVAL(res)) { 2857 if (Z_LVAL(resul [all...] |
| H A D | assert.c | 183 val = Z_LVAL(retval);
|
| H A D | pack.c | 912 int size = sizeof(Z_LVAL(val)); 913 Z_LVAL(val)=0; /*silence a warning*/
|
| /PHP_5_3/ext/tidy/ |
| H A D | tidy.c | 534 if (tidyOptSetInt(doc, tidyOptGetId(opt), Z_LVAL(conv))) { 544 if (tidyOptSetBool(doc, tidyOptGetId(opt), Z_LVAL(conv))) {
|
| /PHP_5_3/ext/zlib/ |
| H A D | zlib_filter.c | 338 if (Z_LVAL(tmp) < -MAX_WBITS || Z_LVAL(tmp) > MAX_WBITS + 32) { 339 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter give for window size. (%ld)", Z_LVAL(tmp)); 341 windowBits = Z_LVAL(tmp); 372 if (Z_LVAL(tmp) < 1 || Z_LVAL(tmp) > MAX_MEM_LEVEL) { 373 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter give for memory level. (%ld)", Z_LVAL(tmp)); 375 memLevel = Z_LVAL(tmp); 385 if (Z_LVAL(tmp) < -MAX_WBITS || Z_LVAL(tm [all...] |
| /PHP_5_3/main/ |
| H A D | php_ini.c | 906 *result = Z_LVAL(var);
|
| H A D | php_variables.c | 624 Z_LVAL(new_entry) = sapi_get_request_time(TSRMLS_C);
|
| /PHP_5_3/sapi/milter/ |
| H A D | php_milter.c | 162 ret = Z_LVAL(retval); 232 return Z_LVAL(retval); 267 return Z_LVAL(retval); 307 return Z_LVAL(retval); 348 return Z_LVAL(retval); 388 return Z_LVAL(retval); 417 return Z_LVAL(retval); 453 return Z_LVAL(retval); 482 return Z_LVAL(retval); 511 return Z_LVAL(retva [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend_execute.h | 114 result = Z_LVAL(tmp);
|
| H A D | zend_operators.c | 191 if ((Z_TYPE(holder)=is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &Z_LVAL(holder), &Z_DVAL(holder), 1)) == 0) { \ 226 Z_LVAL(holder) = 0; \ 229 Z_LVAL(holder) = zend_dval_to_lval(Z_DVAL_P(op)); \ 232 Z_LVAL(holder) = strtol(Z_STRVAL_P(op), NULL, 10); \ 235 Z_LVAL(holder) = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); \ 244 Z_LVAL(holder) = Z_LVAL_P(op); \ 248 Z_LVAL(holder) = 0; \ 264 Z_LVAL(holder) = 0; \ 268 Z_LVAL(holder) = (Z_LVAL_P(op) ? 1 : 0); \ 271 Z_LVAL(holde [all...] |
| H A D | zend_operators.h | 389 #define Z_LVAL(zval) (zval).value.lval macro 404 #define Z_LVAL_P(zval_p) Z_LVAL(*zval_p) 419 #define Z_LVAL_PP(zval_pp) Z_LVAL(**zval_pp)
|
| H A D | zend_compile.c | 129 Z_LVAL(CG(declarables).ticks) = 0; 548 Z_LVAL(modifiers->u.constant) |= ZEND_ACC_ABSTRACT; 558 if (Z_LVAL(body->u.constant) == ZEND_ACC_ABSTRACT) { 1163 if ((Z_LVAL(current_access_type->u.constant) & ZEND_ACC_PPP_MASK) 1164 && (Z_LVAL(new_modifier->u.constant) & ZEND_ACC_PPP_MASK)) { 1167 if ((Z_LVAL(current_access_type->u.constant) & ZEND_ACC_ABSTRACT) 1168 && (Z_LVAL(new_modifier->u.constant) & ZEND_ACC_ABSTRACT)) { 1171 if ((Z_LVAL(current_access_type->u.constant) & ZEND_ACC_STATIC) 1172 && (Z_LVAL(new_modifier->u.constant) & ZEND_ACC_STATIC)) { 1175 if ((Z_LVAL(current_access_typ [all...] |
| H A D | zend_language_parser.y | 453 optional_class_type T_VARIABLE { znode tmp; fetch_simple_variable(&tmp, &$2, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL, &$1, &$2, 0 TSRMLS_CC); } 454 | optional_class_type '&' T_VARIABLE { znode tmp; fetch_simple_variable(&tmp, &$3, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL, &$1, &$3, 1 TSRMLS_CC); } 455 | optional_class_type '&' T_VARIABLE '=' static_scalar { znode tmp; fetch_simple_variable(&tmp, &$3, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV_INIT, &tmp, &$$, &$5, &$1, &$3, 1 TSRMLS_CC); } 456 | optional_class_type T_VARIABLE '=' static_scalar { znode tmp; fetch_simple_variable(&tmp, &$2, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV_INIT, &tmp, &$$, &$4, &$1, &$2, 0 TSRMLS_CC); } 457 | non_empty_parameter_list ',' optional_class_type T_VARIABLE { znode tmp; fetch_simple_variable(&tmp, &$4, 0 TSRMLS_CC); $$=$1; Z_LVAL($$.u.constant)++; zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL, &$3, &$4, 0 TSRMLS_CC); } 458 | non_empty_parameter_list ',' optional_class_type '&' T_VARIABLE { znode tmp; fetch_simple_variable(&tmp, &$5, 0 TSRMLS_CC); $$=$1; Z_LVAL($$.u.constant)++; zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL, &$3, &$5, 1 TSRMLS_CC); } 459 | non_empty_parameter_list ',' optional_class_type '&' T_VARIABLE '=' static_scalar { znode tmp; fetch_simple_variable(&tmp, &$5, 0 TSRMLS_CC); $$=$1; Z_LVAL($$.u.constant)++; zend_do_receive_arg(ZEND_RECV_INIT, &tmp, &$$, &$7, &$3, &$5, 1 TSRMLS_CC); } 460 | non_empty_parameter_list ',' optional_class_type T_VARIABLE '=' static_scalar { znode tmp; fetch_simple_variable(&tmp, &$4, 0 TSRMLS_CC); $$=$1; Z_LVAL($$.u.constant)++; zend_do_receive_arg(ZEND_RECV_INIT, &tmp, &$$, &$6, &$3, &$4, 0 TSRMLS_CC); } 473 | /* empty */ { Z_LVAL($$.u.constant) = 0; } 478 expr_without_variable { Z_LVAL( [all...] |
| H A D | zend_vm_def.h | 914 Z_LVAL(EX_T(opline->result.u.var).tmp_var) = 1; 1749 Z_LVAL(EX_T(opline->result.u.var).tmp_var) = retval; 1777 Z_LVAL(EX_T(opline->result.u.var).tmp_var) = retval; 2138 char *short_name = Z_STRVAL(opline->op1.u.constant)+Z_LVAL(op_data->op1.u.constant); 2139 if (zend_hash_quick_find(EG(function_table), short_name, Z_STRLEN(opline->op1.u.constant)-Z_LVAL(op_data->op1.u.constant)+1, op_data->extended_value, (void **) &EX(fbc))==FAILURE) { 2439 if (zend_hash_quick_find(EG(function_table), fname->value.str.val, fname->value.str.len+1, Z_LVAL(opline->op2.u.constant), (void **) &EX(function_state).function)==FAILURE) { 2742 zend_uint arg_num = Z_LVAL(opline->op1.u.constant); 2778 zend_uint arg_num = Z_LVAL(opline->op1.u.constant); 2812 Z_LVAL(EX_T(opline->result.u.var).tmp_var) = i_zend_is_true(GET_OP1_ZVAL_PTR(BP_VAR_R)); 3240 if (Z_LVAL(oplin [all...] |
| H A D | zend_vm_execute.h | 434 zend_uint arg_num = Z_LVAL(opline->op1.u.constant); 516 Z_LVAL(EX_T(opline->result.u.var).tmp_var) = EG(error_reporting); 678 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting)); 810 char *short_name = Z_STRVAL(opline->op1.u.constant)+Z_LVAL(op_data->op1.u.constant); 811 if (zend_hash_quick_find(EG(function_table), short_name, Z_STRLEN(opline->op1.u.constant)-Z_LVAL(op_data->op1.u.constant)+1, op_data->extended_value, (void **) &EX(fbc))==FAILURE) { 824 zend_uint arg_num = Z_LVAL(opline->op1.u.constant); 1340 Z_LVAL(EX_T(opline->result.u.var).tmp_var) = 1; 1579 Z_LVAL(EX_T(opline->result.u.var).tmp_var) = retval; 1607 Z_LVAL(EX_T(opline->result.u.var).tmp_var) = retval; 1627 if (zend_hash_quick_find(EG(function_table), fname->value.str.val, fname->value.str.len+1, Z_LVAL(oplin [all...] |