Home
last modified time | relevance | path

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

123

/PHP-7.0/ext/session/
H A Dmod_user.c56 } else if ((Z_TYPE(retval) == IS_LONG) && (Z_LVAL(retval) == -1)) { \
59 } else if ((Z_TYPE(retval) == IS_LONG) && (Z_LVAL(retval) == 0)) { \
/PHP-7.0/ext/oci8/
H A Doci8_failover.c71 returnValue = (sb4) Z_LVAL(retval); in callback_fn()
/PHP-7.0/ext/dba/
H A Ddba_ndbm.c63 filemode = Z_LVAL(info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_dbm.c64 filemode = Z_LVAL(info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_db1.c55 filemode = Z_LVAL(info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_db2.c76 filemode = Z_LVAL(info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_gdbm.c58 filemode = Z_LVAL(info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_db3.c88 filemode = Z_LVAL(info->argv[0]);
H A Ddba_db4.c121 filemode = Z_LVAL(info->argv[0]);
/PHP-7.0/ext/com_dotnet/
H A Dcom_saproxy.c170 indices[i] = (LONG)Z_LVAL(proxy->indices[i]); in saproxy_read_dimension()
244 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()
/PHP-7.0/ext/intl/collator/
H A Dcollator_sort.c240 if( Z_LVAL(result) < 0 ) in collator_compare_func()
242 else if( Z_LVAL(result) > 0 ) in collator_compare_func()
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c402 sqlite3_result_int(context, Z_LVAL(retval)); in do_callback()
498 if (Z_LVAL(retval) > 0) { in php_sqlite3_collation_callback()
500 } else if (Z_LVAL(retval) < 0) { in php_sqlite3_collation_callback()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_frame.c212 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.0/ext/intl/common/
H A Dcommon_date.cpp140 *millis = U_MILLIS_PER_SECOND * (double)Z_LVAL(retval);
/PHP-7.0/Zend/
H A Dzend_operators.h705 return Z_LVAL(result) == 0; in fast_equal_check_function()
715 return Z_LVAL(result) == 0; in fast_equal_check_long()
735 return Z_LVAL(result) == 0; in fast_equal_check_string()
H A Dzend_types.h506 #define Z_LVAL(zval) (zval).value.lval macro
507 #define Z_LVAL_P(zval_p) Z_LVAL(*(zval_p))
/PHP-7.0/ext/opcache/Optimizer/
H A Dcompact_literals.c397 if ((pos = zend_hash_index_find(&hash, Z_LVAL(op_array->literals[i]))) != NULL) { in zend_optimizer_compact_literals()
402 zend_hash_index_add_new(&hash, Z_LVAL(op_array->literals[i]), &zv); in zend_optimizer_compact_literals()
H A Dpass1_5.c208 char chval = (char)Z_LVAL(ZEND_OP2_LITERAL(opline)); in zend_optimizer_pass1()
227 *ptr = (char)Z_LVAL(ZEND_OP2_LITERAL(next_op)); in zend_optimizer_pass1()
/PHP-7.0/ext/interbase/
H A Dphp_ibase_udf.c312 *(zend_long*)r->dsc_address = Z_LVAL(return_value); in call_php()
/PHP-7.0/ext/intl/calendar/
H A Dcalendar_methods.cpp434 if (Z_LVAL(args[i]) < INT32_MIN || Z_LVAL(args[i]) > INT32_MAX) { in PHP_FUNCTION()
1188 cal->setTime(((UDate)Z_LVAL(zv_timestamp)) * 1000., status); in PHP_FUNCTION()
/PHP-7.0/ext/spl/
H A Dspl_heap.c164 return (int)Z_LVAL(result); in spl_ptr_heap_zval_max_cmp()
188 return (int)Z_LVAL(result); in spl_ptr_heap_zval_min_cmp()
219 return (int)Z_LVAL(result); in spl_ptr_pqueue_zval_cmp()
H A Dspl_observer.c345 return Z_LVAL(result) > 0 ? 1 : (Z_LVAL(result) < 0 ? -1 : 0); in spl_object_storage_compare_info()
1143 add_index_zval(return_value, Z_LVAL(element->inf), &retval); in spl_multiple_iterator_get_all()
/PHP-7.0/ext/standard/
H A Dpack.c1269 int size = sizeof(Z_LVAL(val)); in PHP_MINIT_FUNCTION()
1270 Z_LVAL(val)=0; /*silence a warning*/ in PHP_MINIT_FUNCTION()
H A Duser_filters.c214 ret = (int)Z_LVAL(retval); in userfilter_filter()

Completed in 171 milliseconds

123