Home
last modified time | relevance | path

Searched refs:ZVAL_LONG (Results 101 – 125 of 179) sorted by relevance

12345678

/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c282 ZVAL_LONG(result, i); in pdo_sqlite_stmt_get_col()
H A Dsqlite_driver.c351 ZVAL_LONG(&zargs[1], ++agg_context->row); in do_callback()
358 ZVAL_LONG(&zargs[i + is_agg], sqlite3_value_int(argv[i])); in do_callback()
/php-src/ext/dom/
H A Ddom_iterators.c128 ZVAL_LONG(key, iter->index); in php_dom_iterator_current_key()
H A Dphp_dom_arginfo.h1964 ZVAL_LONG(&const_DOCUMENT_POSITION_DISCONNECTED_value, 0x1); in register_class_DOMNode()
1970 ZVAL_LONG(&const_DOCUMENT_POSITION_PRECEDING_value, 0x2); in register_class_DOMNode()
1976 ZVAL_LONG(&const_DOCUMENT_POSITION_FOLLOWING_value, 0x4); in register_class_DOMNode()
1982 ZVAL_LONG(&const_DOCUMENT_POSITION_CONTAINS_value, 0x8); in register_class_DOMNode()
1988 ZVAL_LONG(&const_DOCUMENT_POSITION_CONTAINED_BY_value, 0x10); in register_class_DOMNode()
2554 ZVAL_LONG(&property_code_default_value, 0); in register_class_DOMException()
2758 ZVAL_LONG(&const_DOCUMENT_POSITION_DISCONNECTED_value, 0x1); in register_class_Dom_Node()
2764 ZVAL_LONG(&const_DOCUMENT_POSITION_PRECEDING_value, 0x2); in register_class_Dom_Node()
2770 ZVAL_LONG(&const_DOCUMENT_POSITION_FOLLOWING_value, 0x4); in register_class_Dom_Node()
2776 ZVAL_LONG(&const_DOCUMENT_POSITION_CONTAINS_value, 0x8); in register_class_Dom_Node()
[all …]
/php-src/main/
H A Drfc1867.c1220 ZVAL_LONG(&error_type, cancel_upload);
1224 ZVAL_LONG(&file_size, 0);
1241 ZVAL_LONG(&file_size, total_bytes);
/php-src/ext/hash/
H A Dhash.c257 ZVAL_LONG(&tmp, (int32_t) val); in php_hash_serialize_spec()
260 ZVAL_LONG(&tmp, (int32_t) (val >> 32)); in php_hash_serialize_spec()
1471 ZVAL_LONG(&tmp, hash->options); in PHP_METHOD()
1479 ZVAL_LONG(&tmp, magic); in PHP_METHOD()
/php-src/Zend/
H A Dzend_property_hooks.c181 ZVAL_LONG(&hooked_iter->current_key, bucket->h); in zho_dynamic_it_fetch_current()
H A Dzend_generators.c682 ZVAL_LONG(&generator->key, pos - 1); in zend_generator_get_next_delegated_value()
704 ZVAL_LONG(&generator->key, p->h); in zend_generator_get_next_delegated_value()
739 ZVAL_LONG(&generator->key, iter->index); in zend_generator_get_next_delegated_value()
H A Dzend_builtin_functions.c1867 ZVAL_LONG(&tmp, lineno); in zend_fetch_debug_backtrace()
1954 ZVAL_LONG(&tmp, lineno); in zend_fetch_debug_backtrace()
2005 ZVAL_LONG(&tmp, lineno); in zend_fetch_debug_backtrace()
2028 ZVAL_LONG(&tmp, prev->opline->lineno); in zend_fetch_debug_backtrace()
H A Dzend_constants.c143 ZVAL_LONG(&c.value, lval); in zend_register_long_constant()
/php-src/ext/spl/
H A Dspl_iterators.c250 ZVAL_LONG(key, iter->index); in spl_recursive_it_get_current_key()
558 ZVAL_LONG(&params[1], user_caching_it_flags); in spl_recursive_it_it_construct()
1504 ZVAL_LONG(&intern->current.key, intern->current.pos); in spl_dual_it_fetch()
1983 ZVAL_LONG(&args[2], intern->u.regex.mode); in PHP_METHOD()
1984 ZVAL_LONG(&args[3], intern->u.regex.flags); in PHP_METHOD()
1985 ZVAL_LONG(&args[4], intern->u.regex.preg_flags); in PHP_METHOD()
2144 ZVAL_LONG(&zpos, pos); in spl_limit_it_seek()
2290 ZVAL_LONG(&args[1], intern->u.caching.flags & CIT_PUBLIC); in spl_caching_it_next()
H A Dspl_array.c1193 ZVAL_LONG(&params[1], sort_flags); in spl_array_method()
1258 ZVAL_LONG(&flags, (intern->ar_flags & SPL_ARRAY_CLONE_MASK)); in SPL_ARRAY_METHOD()
1407 ZVAL_LONG(&tmp, (intern->ar_flags & SPL_ARRAY_CLONE_MASK)); in PHP_METHOD()
1867 ZVAL_LONG(&flags, intern->ar_flags); in PHP_METHOD()
H A Dspl_fixedarray.c909 ZVAL_LONG(&zindex, iterator->current); in spl_fixedarray_it_get_current_data()
920 ZVAL_LONG(key, ((spl_fixedarray_it*)iter)->current); in spl_fixedarray_it_get_current_key()
H A Dspl_heap.c516 ZVAL_LONG(&tmp, intern->flags); in spl_heap_object_get_debug_info()
936 ZVAL_LONG(key, object->heap->count - 1); in spl_heap_it_get_current_key()
/php-src/ext/ffi/
H A Dffi.c564 ZVAL_LONG(rv, *(uint8_t*)ptr); in zend_ffi_cdata_to_zval()
567 ZVAL_LONG(rv, *(int8_t*)ptr); in zend_ffi_cdata_to_zval()
570 ZVAL_LONG(rv, *(uint16_t*)ptr); in zend_ffi_cdata_to_zval()
573 ZVAL_LONG(rv, *(int16_t*)ptr); in zend_ffi_cdata_to_zval()
576 ZVAL_LONG(rv, *(uint32_t*)ptr); in zend_ffi_cdata_to_zval()
579 ZVAL_LONG(rv, *(int32_t*)ptr); in zend_ffi_cdata_to_zval()
585 ZVAL_LONG(rv, *(int64_t*)ptr); in zend_ffi_cdata_to_zval()
692 ZVAL_LONG(rv, val); in zend_ffi_bit_field_to_zval()
1892 ZVAL_LONG(result, in zend_ffi_cdata_do_operation()
1978 ZVAL_LONG(key, iter->key); in zend_ffi_cdata_it_get_current_key()
[all …]
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c539ZVAL_LONG(return_value, H->assume_national_character_set_strings ? PDO_PARAM_STR_NATL : PDO_PARAM_…
553 ZVAL_LONG(return_value, H->max_buffer_size);
/php-src/ext/sqlite3/
H A Dsqlite3.c642 ZVAL_LONG(data, (zend_long) val); in sqlite_value_to_zval()
771 ZVAL_LONG(&zargs[1], agg_context->row_count); in sqlite3_do_callback()
778 ZVAL_LONG(&zargs[i + is_agg], sqlite3_value_int64(argv[i])); in sqlite3_do_callback()
780 ZVAL_LONG(&zargs[i + is_agg], sqlite3_value_int(argv[i])); in sqlite3_do_callback()
2096 ZVAL_LONG(&argv[0], action); in php_sqlite3_authorizer()
/php-src/ext/snmp/
H A Dsnmp.c1837 ZVAL_LONG(&val, snmp_object->session->timeout); in php_snmp_read_info()
1840 ZVAL_LONG(&val, snmp_object->session->retries); in php_snmp_read_info()
1851 ZVAL_LONG(retval, snmp_object->max_oids); in php_snmp_read_max_oids()
1873 ZVAL_LONG(retval, snmp_object->name); \ in PHP_SNMP_BOOL_PROPERTY_READER_FUNCTION()
/php-src/ext/standard/
H A Duser_filters.c166 ZVAL_LONG(&args[2], *bytes_consumed); in userfilter_filter()
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c87 ZVAL_LONG(zv, (zend_long) uval); /* the cast is safe, we are in the range */ in ps_fetch_from_1_to_8_bytes()
115 ZVAL_LONG(zv, (zend_long) lval); /* the cast is safe, we are in the range */ in ps_fetch_from_1_to_8_bytes()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c399 ZVAL_LONG(&tmp, pindex); in php_firebird_preprocess()
1273 ZVAL_LONG(val, H->txn_isolation_level); in pdo_firebird_get_attribute()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c93 ZVAL_LONG(result, zval_get_long(op1)); in zend_optimizer_eval_cast()
120 ZVAL_LONG(result, Z_STRLEN_P(op1)); in zend_optimizer_eval_strlen()
577 ZVAL_LONG(&tmp, index); in zend_optimizer_update_op2_const()
593 ZVAL_LONG(val, index); in zend_optimizer_update_op2_const()
/php-src/ext/soap/
H A Dphp_http.c395 ZVAL_LONG(&params[1], level); in make_http_soap_request()
404 ZVAL_LONG(&params[2], 0x1f); in make_http_soap_request()
530 ZVAL_LONG(Z_CLIENT_USE_PROXY_P(this_ptr), use_proxy); in make_http_soap_request()
H A Dphp_sdl.c1965 ZVAL_LONG(&zv, i); in sdl_serialize_type()
2131 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2148 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2165 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2182 ZVAL_LONG(&zv, encoder_num); in add_sdl_to_cache()
2191 ZVAL_LONG(&zv, encoder_num); in add_sdl_to_cache()
2263 ZVAL_LONG(&zv, binding_num); in add_sdl_to_cache()
2329 ZVAL_LONG(&zv, function_num); in add_sdl_to_cache()
/php-src/ext/pdo_dblib/
H A Ddblib_driver.c388ZVAL_LONG(return_value, H->assume_national_character_set_strings ? PDO_PARAM_STR_NATL : PDO_PARAM_… in dblib_get_attribute()

Completed in 164 milliseconds

12345678