Home
last modified time | relevance | path

Searched refs:Z_LVAL (Results 1 – 25 of 43) sorted by relevance

12

/PHP-7.4/Zend/
H A Dzend_vm_trace_map.h48 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 Dzend_vm_trace_handlers.h56 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 Dzend_vm_execute.skl92 Z_LVAL(tmp) = i;
H A Dzend_operators.h864 return Z_LVAL(result) == 0; in fast_equal_check_function()
874 return Z_LVAL(result) == 0; in fast_equal_check_long()
884 return Z_LVAL(result) == 0; in fast_equal_check_string()
H A Dzend_types.h677 #define Z_LVAL(zval) (zval).value.lval macro
678 #define Z_LVAL_P(zval_p) Z_LVAL(*(zval_p))
/PHP-7.4/ext/session/
H A Dmod_user.c62 } else if ((Z_TYPE(retval) == IS_LONG) && (Z_LVAL(retval) == -1)) { \
65 } else if ((Z_TYPE(retval) == IS_LONG) && (Z_LVAL(retval) == 0)) { \
192 *nrdels = Z_LVAL(retval); in PS_GC_FUNC()
/PHP-7.4/ext/oci8/
H A Doci8_failover.c71 returnValue = (sb4) Z_LVAL(retval); in callback_fn()
/PHP-7.4/ext/com_dotnet/
H A Dcom_saproxy.c174 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_read_dimension()
251 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_write_dimension()
567 I->indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in php_com_saproxy_iter_get()
H A Dcom_typeinfo.c230 ZVAL_LONG(&c.value, Z_LVAL(value)); in php_com_import_typelib()
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c242 if( Z_LVAL(result) < 0 ) in collator_compare_func()
244 else if( Z_LVAL(result) > 0 ) in collator_compare_func()
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp133 *millis = U_MILLIS_PER_SECOND * (double)Z_LVAL(retval) + (datetime->time->us / 1000); in intl_datetime_decompose()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c407 sqlite3_result_int(context, Z_LVAL(retval)); in do_callback()
504 if (Z_LVAL(retval) > 0) { in php_sqlite3_collation_callback()
506 } else if (Z_LVAL(retval) < 0) { in php_sqlite3_collation_callback()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_frame.c290 Z_LVAL(startline) = zend_get_executed_lineno(); in phpdbg_dump_backtrace()
H A Dphpdbg_info.c146 VARIABLEINFO("value=\"%ld\"", "\nint (%ld)", Z_LVAL(data->value)); in PHPDBG_INFO()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp439 if (Z_LVAL(args[i]) < INT32_MIN || Z_LVAL(args[i]) > INT32_MAX) { in PHP_FUNCTION()
1185 cal->setTime(((UDate)Z_LVAL(zv_timestamp)) * 1000., status); in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_heap.c191 return (int)Z_LVAL(result); in spl_ptr_heap_zval_max_cmp()
216 return (int)Z_LVAL(result); in spl_ptr_heap_zval_min_cmp()
244 return (int)Z_LVAL(result); in spl_ptr_pqueue_elem_cmp()
H A Dspl_observer.c353 return ZEND_NORMALIZE_BOOL(Z_LVAL(result)); in spl_object_storage_compare_info()
1243 add_index_zval(return_value, Z_LVAL(element->inf), &retval); in spl_multiple_iterator_get_all()
/PHP-7.4/ext/standard/
H A Dpack.c1281 int size = sizeof(Z_LVAL(val)); in PHP_MINIT_FUNCTION()
1282 Z_LVAL(val)=0; /*silence a warning*/ in PHP_MINIT_FUNCTION()
H A Duser_filters.c215 ret = (int)Z_LVAL(retval); in userfilter_filter()
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c361 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 Dblock_pass.c381 Z_LVAL(OPLINE_OP2_LITERAL(sv)) == 1 in zend_optimize_block()
384 char *fname = FUNCTION_CACHE->funcs[Z_LVAL(ZEND_OP1_LITERAL(fcall))].function_name; in zend_optimize_block()
385 int flen = FUNCTION_CACHE->funcs[Z_LVAL(ZEND_OP1_LITERAL(fcall))].name_len; in zend_optimize_block()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c256 *pErrorCode = Z_LVAL(zargs[3]); in php_converter_to_u_callback()
338 *pErrorCode = Z_LVAL(zargs[3]); in php_converter_from_u_callback()
/PHP-7.4/main/streams/
H A Duserspace.c625 didwrite = Z_LVAL(retval); in php_userstreamop_write()
844 *newoffs = Z_LVAL(retval); in php_userstreamop_seek()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c842 sqlite3_result_int64(context, Z_LVAL(retval)); in sqlite3_do_callback()
844 sqlite3_result_int(context, Z_LVAL(retval)); in sqlite3_do_callback()
959 ret = Z_LVAL(retval); in php_sqlite3_callback_compare()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c1026 …_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL(val), &tmp); in do_fetch()
1866 mode = Z_LVAL(args[skip]); in pdo_stmt_setup_fetch_mode()
1904 stmt->fetch.column = Z_LVAL(args[skip+1]); in pdo_stmt_setup_fetch_mode()

Completed in 77 milliseconds

12