Home
last modified time | relevance | path

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

12

/PHP-8.0/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.skl94 Z_LVAL(tmp) = i;
H A Dzend_attributes.c50 if (Z_LVAL(flags) & ~ZEND_ATTRIBUTE_FLAGS) { in validate_attribute()
H A Dzend_types.h795 #define Z_LVAL(zval) (zval).value.lval macro
796 #define Z_LVAL_P(zval_p) Z_LVAL(*(zval_p))
H A Dzend_operators.c339 return Z_LVAL(dst); in zendi_try_get_long()
480 ZVAL_LONG(op, Z_LVAL(dst)); in convert_to_long_base()
832 return Z_LVAL(dst); in zval_get_long_func()
/PHP-8.0/ext/session/
H A Dmod_user.c60 } 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-8.0/ext/oci8/
H A Doci8_failover.c69 returnValue = (sb4) Z_LVAL(retval); in callback_fn()
/PHP-8.0/ext/com_dotnet/
H A Dcom_saproxy.c171 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_read_dimension()
248 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_write_dimension()
551 I->indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in php_com_saproxy_iter_get()
H A Dcom_typeinfo.c228 ZVAL_LONG(&c.value, Z_LVAL(value)); in php_com_import_typelib()
/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c216 if( Z_LVAL(result) < 0 ) in collator_compare_func()
218 else if( Z_LVAL(result) > 0 ) in collator_compare_func()
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c409 sqlite3_result_int(context, Z_LVAL(retval)); in do_callback()
506 if (Z_LVAL(retval) > 0) { in php_sqlite3_collation_callback()
508 } else if (Z_LVAL(retval) < 0) { in php_sqlite3_collation_callback()
/PHP-8.0/ext/intl/common/
H A Dcommon_date.cpp131 *millis = U_MILLIS_PER_SECOND * (double)Z_LVAL(retval) + (datetime->time->us / 1000); in intl_datetime_decompose()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_frame.c288 Z_LVAL(startline) = zend_get_executed_lineno(); in phpdbg_dump_backtrace()
H A Dphpdbg_info.c144 VARIABLEINFO("value=\"%ld\"", "\nint (%ld)", Z_LVAL(data->value)); in PHPDBG_INFO()
/PHP-8.0/ext/standard/
H A Dpack.c1266 int size = sizeof(Z_LVAL(val)); in PHP_MINIT_FUNCTION()
1267 Z_LVAL(val)=0; /*silence a warning*/ in PHP_MINIT_FUNCTION()
H A Duser_filters.c212 ret = (int)Z_LVAL(retval); in userfilter_filter()
/PHP-8.0/ext/opcache/Optimizer/
H A Dcompact_literals.c393 if ((pos = zend_hash_index_find(&hash, Z_LVAL(op_array->literals[i]))) != NULL) { in zend_optimizer_compact_literals()
398 zend_hash_index_add_new(&hash, Z_LVAL(op_array->literals[i]), &zv); in zend_optimizer_compact_literals()
H A Dblock_pass.c328 Z_LVAL(OPLINE_OP2_LITERAL(sv)) == 1 in zend_optimize_block()
331 char *fname = FUNCTION_CACHE->funcs[Z_LVAL(ZEND_OP1_LITERAL(fcall))].function_name; in zend_optimize_block()
332 int flen = FUNCTION_CACHE->funcs[Z_LVAL(ZEND_OP1_LITERAL(fcall))].name_len; in zend_optimize_block()
/PHP-8.0/ext/intl/converter/
H A Dconverter.c241 *pErrorCode = Z_LVAL(zargs[3]); in php_converter_to_u_callback()
323 *pErrorCode = Z_LVAL(zargs[3]); in php_converter_from_u_callback()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c821 sqlite3_result_int64(context, Z_LVAL(retval)); in sqlite3_do_callback()
823 sqlite3_result_int(context, Z_LVAL(retval)); in sqlite3_do_callback()
938 ret = Z_LVAL(retval); in php_sqlite3_callback_compare()
2122 authreturn = Z_LVAL(retval); in php_sqlite3_authorizer()
/PHP-8.0/main/streams/
H A Duserspace.c591 didwrite = Z_LVAL(retval); in php_userstreamop_write()
809 *newoffs = Z_LVAL(retval); in php_userstreamop_seek()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c1001 …_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL(val), &tmp); in do_fetch()
1829 if (Z_LVAL(args[0]) < 0) { in pdo_stmt_setup_fetch_mode()
1833 stmt->fetch.column = Z_LVAL(args[0]); in pdo_stmt_setup_fetch_mode()
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_methods.cpp1011 cal->setTime(((UDate)Z_LVAL(zv_timestamp)) * 1000., status); in PHP_FUNCTION()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c2245 if (Z_LVAL(retval) < 0) { in magiccheck()
2249 } else if ((Z_LVAL(retval) > 0) && (Z_TYPE(subpats) == IS_ARRAY)) { in magiccheck()

Completed in 128 milliseconds

12