Searched refs:Z_LVAL (Results 1 – 25 of 43) sorted by relevance
12
/php-src/Zend/ |
H A D | zend_vm_trace_map.h | 48 if (Z_LVAL(p1->val) > Z_LVAL(p2->val)) { in zend_vm_trace_compare() 50 } else if (Z_LVAL(p1->val) < Z_LVAL(p2->val)) { in zend_vm_trace_compare()
|
H A D | zend_vm_trace_handlers.h | 56 if (Z_LVAL(p1->val) < Z_LVAL(p2->val)) { in zend_vm_trace_compare() 58 } else if (Z_LVAL(p1->val) > Z_LVAL(p2->val)) { in zend_vm_trace_compare()
|
H A D | zend_vm_execute.skl | 104 Z_LVAL(tmp) = i;
|
H A D | zend_attributes.c | 59 uint32_t flags_l = Z_LVAL(flags); in zend_attribute_attribute_get_flags() 465 internal_attr->flags = Z_LVAL(attr->args[0].value); in zend_mark_internal_attribute()
|
H A D | zend_types.h | 965 #define Z_LVAL(zval) (zval).value.lval macro 966 #define Z_LVAL_P(zval_p) Z_LVAL(*(zval_p))
|
/php-src/ext/zend_test/ |
H A D | iterators.c | 52 ZVAL_LONG(&iterator->current, Z_LVAL(iterator->current) + 1); in test_traversable_it_next() 58 if (Z_LVAL(iterator->current) < 4) { in test_traversable_it_valid() 67 ZVAL_LONG(return_value, Z_LVAL(iterator->current)); in test_traversable_it_key()
|
/php-src/ext/pdo_sqlite/ |
H A D | pdo_sqlite.c | 357 if (Z_LVAL(retval) > 0) { in php_sqlite_collation_callback() 359 } else if (Z_LVAL(retval) < 0) { in php_sqlite_collation_callback()
|
H A D | sqlite_driver.c | 396 sqlite3_result_int(context, Z_LVAL(retval)); in do_callback() 473 if (Z_LVAL(retval) > 0) { in php_sqlite3_collation_callback() 475 } else if (Z_LVAL(retval) < 0) { in php_sqlite3_collation_callback()
|
/php-src/ext/com_dotnet/ |
H A D | com_saproxy.c | 179 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_read_dimension() 256 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_write_dimension() 558 I->indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in php_com_saproxy_iter_get()
|
H A D | com_typeinfo.c | 228 ZVAL_LONG(&c.value, Z_LVAL(value)); in php_com_import_typelib()
|
/php-src/ext/intl/collator/ |
H A D | collator_sort.c | 212 if( Z_LVAL(result) < 0 ) in collator_compare_func() 214 else if( Z_LVAL(result) > 0 ) in collator_compare_func()
|
/php-src/ext/intl/common/ |
H A D | common_date.cpp | 131 *millis = U_MILLIS_PER_SECOND * (double)Z_LVAL(retval) + (datetime->time->us / 1000); in intl_datetime_decompose()
|
/php-src/ext/session/ |
H A D | mod_user.c | 213 *nrdels = Z_LVAL(retval); in PS_GC_FUNC()
|
/php-src/ext/standard/ |
H A D | pack.c | 1265 int size = sizeof(Z_LVAL(val)); in PHP_MINIT_FUNCTION() 1266 Z_LVAL(val)=0; /*silence a warning*/ in PHP_MINIT_FUNCTION()
|
H A D | user_filters.c | 184 ret = (int)Z_LVAL(retval); in userfilter_filter()
|
H A D | array.c | 1235 if (min_lval > Z_LVAL(args[i])) { in PHP_FUNCTION() 1236 min_lval = Z_LVAL(args[i]); in PHP_FUNCTION() 1259 …} else if (Z_TYPE(args[i]) == IS_LONG && (zend_dval_to_lval((double) Z_LVAL(args[i])) == Z_LVAL(ar… in PHP_FUNCTION() 1261 if (min_dval > (double)Z_LVAL(args[i])) { in PHP_FUNCTION() 1262 min_dval = (double)Z_LVAL(args[i]); in PHP_FUNCTION() 1363 if (max_lval < Z_LVAL(args[i])) { in PHP_FUNCTION() 1364 max_lval = Z_LVAL(args[i]); in PHP_FUNCTION() 1387 …} else if (Z_TYPE(args[i]) == IS_LONG && (zend_dval_to_lval((double) Z_LVAL(args[i])) == Z_LVAL(ar… in PHP_FUNCTION() 1389 if (max_dval < (double)Z_LVAL(args[i])) { in PHP_FUNCTION() 1390 max_dval = (double)Z_LVAL(args[i]); in PHP_FUNCTION()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_info.c | 146 VARIABLEINFO("\nint ("ZEND_LONG_FMT")", Z_LVAL(data->value)); in PHPDBG_INFO()
|
/php-src/ext/intl/converter/ |
H A D | converter.c | 245 *pErrorCode = Z_LVAL(zargs[3]); in php_converter_to_u_callback() 326 *pErrorCode = Z_LVAL(zargs[3]); in php_converter_from_u_callback()
|
/php-src/Zend/Optimizer/ |
H A D | compact_literals.c | 361 if ((pos = zend_hash_index_find(&hash, Z_LVAL(op_array->literals[i]))) != NULL) { in zend_optimizer_compact_literals() 366 zend_hash_index_add_new(&hash, Z_LVAL(op_array->literals[i]), &zv); in zend_optimizer_compact_literals()
|
H A D | block_pass.c | 354 Z_LVAL(OPLINE_OP2_LITERAL(sv)) == 1 in zend_optimize_block() 357 char *fname = FUNCTION_CACHE->funcs[Z_LVAL(ZEND_OP1_LITERAL(fcall))].function_name; in zend_optimize_block() 358 size_t flen = FUNCTION_CACHE->funcs[Z_LVAL(ZEND_OP1_LITERAL(fcall))].name_len; in zend_optimize_block()
|
/php-src/ext/spl/ |
H A D | spl_heap.c | 240 zend_long a = Z_LVAL(((spl_pqueue_elem*) x)->priority); in spl_ptr_pqueue_elem_cmp_long() 241 zend_long b = Z_LVAL(((spl_pqueue_elem*) y)->priority); in spl_ptr_pqueue_elem_cmp_long()
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 821 sqlite3_result_int64(context, Z_LVAL(retval)); in sqlite3_do_callback() 823 sqlite3_result_int(context, Z_LVAL(retval)); in sqlite3_do_callback() 928 ret = Z_LVAL(retval); in php_sqlite3_callback_compare() 2131 authreturn = Z_LVAL(retval); in php_sqlite3_authorizer()
|
/php-src/main/streams/ |
H A D | userspace.c | 591 didwrite = Z_LVAL(retval); in php_userstreamop_write() 785 *newoffs = Z_LVAL(retval); in php_userstreamop_seek()
|
/php-src/docs/source/core/data-structures/ |
H A D | zval.rst | 142 - - ``Z_LVAL[_P]``
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.c | 921 …_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL(val), &tmp); in do_fetch() 1748 if (Z_LVAL(args[0]) < 0) { in pdo_stmt_setup_fetch_mode() 1752 stmt->fetch.column = Z_LVAL(args[0]); in pdo_stmt_setup_fetch_mode()
|
Completed in 85 milliseconds
12