Home
last modified time | relevance | path

Searched refs:ZVAL_LONG (Results 51 – 75 of 179) sorted by relevance

12345678

/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.c54 ZVAL_LONG( return_value, lfield ); in resourcebundle_extract_value()
H A Dresourcebundle_iterator.c109 ZVAL_LONG(key, iterator->i); in resourcebundle_iterator_key()
/php-src/ext/date/
H A Dphp_date_arginfo.h1003 ZVAL_LONG(&const_AFRICA_value, PHP_DATE_TIMEZONE_GROUP_AFRICA); in register_class_DateTimeZone()
1009 ZVAL_LONG(&const_AMERICA_value, PHP_DATE_TIMEZONE_GROUP_AMERICA); in register_class_DateTimeZone()
1021 ZVAL_LONG(&const_ARCTIC_value, PHP_DATE_TIMEZONE_GROUP_ARCTIC); in register_class_DateTimeZone()
1027 ZVAL_LONG(&const_ASIA_value, PHP_DATE_TIMEZONE_GROUP_ASIA); in register_class_DateTimeZone()
1033 ZVAL_LONG(&const_ATLANTIC_value, PHP_DATE_TIMEZONE_GROUP_ATLANTIC); in register_class_DateTimeZone()
1045 ZVAL_LONG(&const_EUROPE_value, PHP_DATE_TIMEZONE_GROUP_EUROPE); in register_class_DateTimeZone()
1051 ZVAL_LONG(&const_INDIAN_value, PHP_DATE_TIMEZONE_GROUP_INDIAN); in register_class_DateTimeZone()
1057 ZVAL_LONG(&const_PACIFIC_value, PHP_DATE_TIMEZONE_GROUP_PACIFIC); in register_class_DateTimeZone()
1063 ZVAL_LONG(&const_UTC_value, PHP_DATE_TIMEZONE_GROUP_UTC); in register_class_DateTimeZone()
1069 ZVAL_LONG(&const_ALL_value, PHP_DATE_TIMEZONE_GROUP_ALL); in register_class_DateTimeZone()
[all …]
/php-src/ext/standard/
H A Dfile.c1385 ZVAL_LONG(&stat_dev, stat_ssb.sb.st_dev); in php_fstat()
1386 ZVAL_LONG(&stat_ino, stat_ssb.sb.st_ino); in php_fstat()
1387 ZVAL_LONG(&stat_mode, stat_ssb.sb.st_mode); in php_fstat()
1388 ZVAL_LONG(&stat_nlink, stat_ssb.sb.st_nlink); in php_fstat()
1389 ZVAL_LONG(&stat_uid, stat_ssb.sb.st_uid); in php_fstat()
1390 ZVAL_LONG(&stat_gid, stat_ssb.sb.st_gid); in php_fstat()
1392 ZVAL_LONG(&stat_rdev, stat_ssb.sb.st_rdev); in php_fstat()
1394 ZVAL_LONG(&stat_rdev, -1); in php_fstat()
1396 ZVAL_LONG(&stat_size, stat_ssb.sb.st_size); in php_fstat()
1403 ZVAL_LONG(&stat_blksize,-1); in php_fstat()
[all …]
H A Dpack.c1028 ZVAL_LONG(&val, v); in PHP_FUNCTION()
1048 ZVAL_LONG(&val, v); in PHP_FUNCTION()
1064 ZVAL_LONG(&val, v); in PHP_FUNCTION()
1084 ZVAL_LONG(&val, v); in PHP_FUNCTION()
1106 ZVAL_LONG(&val, v); in PHP_FUNCTION()
/php-src/ext/intl/uchar/
H A Duchar.c174 ZVAL_LONG(&args[0], start); in enumCharType_callback()
175 ZVAL_LONG(&args[1], limit); in enumCharType_callback()
176 ZVAL_LONG(&args[2], type); in enumCharType_callback()
277 ZVAL_LONG(&args[0], code); in enumCharNames_callback()
278 ZVAL_LONG(&args[1], nameChoice); in enumCharNames_callback()
/php-src/Zend/
H A Dzend_exceptions.c281 ZVAL_LONG(&tmp, zend_get_executed_lineno()); in zend_default_exception_new()
286 ZVAL_LONG(&tmp, zend_get_compiled_lineno()); in zend_default_exception_new()
324 ZVAL_LONG(&tmp, code); in ZEND_METHOD()
374 ZVAL_LONG(&tmp, code); in ZEND_METHOD()
382 ZVAL_LONG(&tmp, severity); in ZEND_METHOD()
392 ZVAL_LONG(&tmp, lineno); in ZEND_METHOD()
395 ZVAL_LONG(&tmp, 0); in ZEND_METHOD()
832 ZVAL_LONG(&tmp, code); in zend_throw_exception_zstr()
873 ZVAL_LONG(&tmp, severity); in zend_throw_error_exception()
H A Dzend_exceptions_arginfo.h177 ZVAL_LONG(&property_code_default_value, 0); in register_class_Exception()
189 ZVAL_LONG(&property_line_default_value, 0); in register_class_Exception()
218 ZVAL_LONG(&property_severity_default_value, E_ERROR); in register_class_ErrorException()
247 ZVAL_LONG(&property_code_default_value, 0); in register_class_Error()
H A Dzend_operators.h718 ZVAL_LONG(result, lresult); in fast_long_add_function()
725 ZVAL_LONG(result, llresult); in fast_long_add_function()
738 ZVAL_LONG(result, Z_LVAL_P(op1) + Z_LVAL_P(op2)); in fast_long_add_function()
806 ZVAL_LONG(result, lresult); in fast_long_sub_function()
813 ZVAL_LONG(result, llresult); in fast_long_sub_function()
816 ZVAL_LONG(result, Z_LVAL_P(op1) - Z_LVAL_P(op2)); in fast_long_sub_function()
/php-src/ext/calendar/
H A Deaster.c137 ZVAL_LONG(return_value, result); in _cal_easter()
/php-src/ext/intl/collator/
H A Dcollator_convert.c273 ZVAL_LONG( num, 0 ); in collator_convert_string_to_number()
323 ZVAL_LONG(rv, lval); in collator_convert_string_to_number_if_possible()
H A Dcollator_sort.c74 ZVAL_LONG(result, ucol_strcoll( in collator_regular_compare_function()
154 ZVAL_LONG(result, numeric_compare_function(op1, op2)); in collator_numeric_compare_function()
176 ZVAL_LONG(result, ucol_strcoll( in collator_icu_compare_function()
/php-src/win32/
H A Dsignal.c34 ZVAL_LONG(&params[0], ctrl_evt); in php_win32_signal_ctrl_interrupt_function()
/php-src/ext/mysqli/
H A Dmysqli_result_iterator.c138 ZVAL_LONG(key, iterator->row_num); in php_mysqli_result_iterator_current_key()
H A Dmysqli_warning.c194 ZVAL_LONG(retval, w->errorno); in mysqli_warning_errno()
/php-src/ext/intl/locale/
H A Dlocale_arginfo.h114 ZVAL_LONG(&const_ACTUAL_LOCALE_value, ULOC_ACTUAL_LOCALE); in register_class_Locale()
120 ZVAL_LONG(&const_VALID_LOCALE_value, ULOC_VALID_LOCALE); in register_class_Locale()
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp320 ZVAL_LONG(&zv, (zend_long)rawOffset); in TimeZone_get_debug_info()
322 ZVAL_LONG(&zv, (zend_long)(rawOffset + dstOffset)); in TimeZone_get_debug_info()
H A Dtimezone_methods.cpp170 ZVAL_LONG(arg, lval); in PHP_FUNCTION()
456 ZVAL_LONG(rawOffsetArg, rawOffset); in PHP_FUNCTION()
458 ZVAL_LONG(dstOffsetArg, dstOffset); in PHP_FUNCTION()
/php-src/ext/xsl/
H A Dphp_xsl.c122 ZVAL_LONG(xsl_prop_max_template_depth(&intern->std), xsltMaxDepth); in xsl_objects_new()
123 ZVAL_LONG(xsl_prop_max_template_vars(&intern->std), xsltMaxVars); in xsl_objects_new()
/php-src/ext/random/
H A Dengine_mt19937.c183 ZVAL_LONG(&t, s->count); in serialize()
185 ZVAL_LONG(&t, s->mode); in serialize()
/php-src/ext/intl/converter/
H A Dconverter.c219 ZVAL_LONG(&zargs[0], reason); in php_converter_to_u_callback()
230 ZVAL_LONG(&zargs[3], *pErrorCode); in php_converter_to_u_callback()
302 ZVAL_LONG(&zargs[0], reason); in php_converter_from_u_callback()
310 ZVAL_LONG(&zargs[2], codePoint); in php_converter_from_u_callback()
311 ZVAL_LONG(&zargs[3], *pErrorCode); in php_converter_from_u_callback()
/php-src/Zend/Optimizer/
H A Dcompact_literals.c112 ZVAL_LONG(&tmp, ret); in add_static_slot()
365 ZVAL_LONG(&zv, j); in zend_optimizer_compact_literals()
383 ZVAL_LONG(&zv, j); in zend_optimizer_compact_literals()
405 ZVAL_LONG(&zv, j); in zend_optimizer_compact_literals()
431 ZVAL_LONG(&zv, j); in zend_optimizer_compact_literals()
/php-src/ext/sockets/
H A Dconversions.c349 ZVAL_LONG(&lzval, lval); in from_zval_integer_common()
501 ZVAL_LONG(zv, (zend_long)ival); in to_zval_read_int()
508 ZVAL_LONG(zv, (zend_long)ntohs(ival)); in to_zval_read_net_uint16()
515 ZVAL_LONG(zv, (zend_long)ival); in to_zval_read_sa_family()
523 ZVAL_LONG(zv, (zend_long)ival); in to_zval_read_unsigned()
530 ZVAL_LONG(zv, (zend_long)ival); in to_zval_read_uint32()
539 ZVAL_LONG(zv, (zend_long)ival); in to_zval_read_pid_t()
546 ZVAL_LONG(zv, (zend_long)ival); in to_zval_read_uid_t()
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c464 ZVAL_LONG(&tmp2, pid); in generate_dispids()
499 ZVAL_LONG(&tmp2, pid); in generate_dispids()
570 ZVAL_LONG(&tmp, pid); in php_com_wrapper_export_as_sink()
/php-src/ext/curl/
H A Dinterface.c535 ZVAL_LONG(result, obj->handle); in curl_cast_object()
662 ZVAL_LONG(&args[2], (zend_long)dlnow); in curl_progress()
664 ZVAL_LONG(&args[4], (zend_long)ulnow); in curl_progress()
699 ZVAL_LONG(&argv[1], dltotal); in curl_xferinfo()
700 ZVAL_LONG(&argv[2], dlnow); in curl_xferinfo()
701 ZVAL_LONG(&argv[3], ultotal); in curl_xferinfo()
702 ZVAL_LONG(&argv[4], ulnow); in curl_xferinfo()
747 ZVAL_LONG(&args[4], conn_local_port); in curl_prereqfunction()
791 ZVAL_LONG(&args[1], keytype); in curl_ssh_hostkeyfunction()
793 ZVAL_LONG(&args[3], keylen); in curl_ssh_hostkeyfunction()
[all …]

Completed in 99 milliseconds

12345678