Home
last modified time | relevance | path

Searched refs:zend_ulong (Results 76 – 100 of 166) sorted by relevance

1234567

/PHP-7.4/ext/standard/
H A Dhttp.c36 zend_ulong idx; in php_url_encode_hash_ex()
H A Dmath.c935 char buf[(sizeof(zend_ulong) << 3) + 1]; in _php_math_longtobase()
937 zend_ulong value; in _php_math_longtobase()
H A Dvar_unserializer.re390 zend_ulong result = 0;
391 zend_ulong neg = 0;
408 result = result * 10 + ((zend_ulong)(*p) - '0');
473 zend_ulong idx;
/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h152zend_ulong descriptor_count; /* used to index the descriptors hash table. Not an accurate coun…
175 zend_ulong index; /* descriptors hash table index */
/PHP-7.4/main/
H A Dphp_variables.c266 zend_ulong idx; in php_register_variable_ex()
564 zend_ulong idx; in import_environment_variable()
732 zend_ulong num_key; in php_autoglobal_merge()
/PHP-7.4/Zend/
H A Dzend_API.h412 ZEND_API int add_index_long(zval *arg, zend_ulong index, zend_long n);
413 ZEND_API int add_index_null(zval *arg, zend_ulong index);
414 ZEND_API int add_index_bool(zval *arg, zend_ulong index, int b);
415 ZEND_API int add_index_resource(zval *arg, zend_ulong index, zend_resource *r);
416 ZEND_API int add_index_double(zval *arg, zend_ulong index, double d);
417 ZEND_API int add_index_str(zval *arg, zend_ulong index, zend_string *str);
418 ZEND_API int add_index_string(zval *arg, zend_ulong index, const char *str);
419 ZEND_API int add_index_stringl(zval *arg, zend_ulong index, const char *str, size_t length);
421 static zend_always_inline int add_index_zval(zval *arg, zend_ulong index, zval *value) in add_index_zval()
H A Dzend_objects.c238 zend_ulong num_key; in zend_objects_clone_members()
H A Dzend_builtin_functions.c497 if ((zend_ulong)requested_offset >= arg_count) { in ZEND_FUNCTION()
503 …if ((zend_ulong)requested_offset >= first_extra_arg && (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg))… in ZEND_FUNCTION()
676 zend_ulong num_key; in ZEND_FUNCTION()
824 zend_ulong idx; in copy_constant_array()
1187 zend_ulong num_key; in ZEND_FUNCTION()
1959 zend_ulong index; in ZEND_FUNCTION()
H A Dzend_inheritance.c625 && op->op1.num == (zend_ulong)idx) in zend_get_function_declaration()
2269 zend_ulong key; in get_or_init_obligations_for_class()
2275 key = (zend_ulong) (uintptr_t) ce; in get_or_init_obligations_for_class()
2391 zend_ulong num_key = (zend_ulong) (uintptr_t) ce; in resolve_delayed_variance_obligations()
2408 zend_ulong num_key = (zend_ulong) (uintptr_t) ce; in report_variance_errors()
H A Dzend_operators.c1748 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_left_function()
1773 ZVAL_LONG(result, (zend_long) ((zend_ulong) op1_lval << op2_lval)); in shift_left_function()
1785 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_right_function()
3010 if ((zend_ulong)num <= 9) {
3031 zend_ulong tmp_lval = 0;
3265 return (zend_long)(zend_ulong)dmod;
3279 return (zend_long)(zend_ulong)dmod;
H A Dzend_virtual_cwd.h206 zend_ulong key;
/PHP-7.4/ext/opcache/Optimizer/
H A Dscdf.c93 sizeof(zend_ulong)); in scdf_init()
H A Dzend_call_graph.c237 memset(visited, 0, sizeof(zend_ulong) * set_len); in zend_analyze_recursion()
/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c42 smart_str_append_unsigned(&str, (zend_ulong)*s); in php_filter_encode_html()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c329 zend_ulong rc; in PHP_FUNCTION()
395 zend_ulong rc; in mysqli_stmt_bind_result_do_bind()
500 zend_ulong tmp = 0; in mysqli_stmt_bind_result_do_bind()
588 zend_ulong rc; in PHP_FUNCTION()
616 zend_ulong rc; in PHP_FUNCTION()
949 zend_ulong ret;
1274 const zend_ulong *ret;
/PHP-7.4/win32/
H A Dregistry.c118 zend_ulong num; in LoadDirectory()
/PHP-7.4/ext/calendar/
H A Djewish.c435 register zend_ulong r1, r2, d1, d2; in MoladOfMetonicCycle()
/PHP-7.4/ext/session/
H A Dphp_session.h290 zend_ulong num_key; \
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h686 #define MYSQLND_DEFAULT_PREFETCH_ROWS (zend_ulong) 1
H A Dmysqlnd_result_meta.c57 zend_ulong idx; in MYSQLND_METHOD()
H A Dmysqlnd_portability.h138 #define uint4korr(A) (*((zend_ulong *) (A)))
H A Dmysqlnd_commands.c452 MYSQLND_METHOD(mysqlnd_command, stmt_reset)(MYSQLND_CONN_DATA * const conn, const zend_ulong stmt_i… in MYSQLND_METHOD()
503 MYSQLND_METHOD(mysqlnd_command, stmt_close)(MYSQLND_CONN_DATA * const conn, const zend_ulong stmt_i… in MYSQLND_METHOD()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c976 notices = zend_hash_index_find(&PGG(notices), (zend_ulong)resource_id); in _php_pgsql_notice_handler()
980 zend_hash_index_update(&PGG(notices), (zend_ulong)resource_id, notices); in _php_pgsql_notice_handler()
2335 notices = zend_hash_index_find(&PGG(notices), (zend_ulong)Z_RES_HANDLE_P(pgsql_link));
6514 zend_ulong option = 0;
6545 static int do_exec(smart_str *querystr, ExecStatusType expect, PGconn *pg_link, zend_ulong opt) /* …
6602 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, zend_ulong
6723 zend_ulong option = PGSQL_DML_EXEC, return_sql;
6937 zend_ulong option = PGSQL_DML_EXEC;
6970 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, zend_ulong
7029 zend_ulong option = PGSQL_DML_EXEC;
[all …]
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c440 zend_ulong num_index; in PHP_METHOD()
2126 zend_ulong num; in PHP_METHOD()
2333 zend_ulong key;
2371 if (I->key == (zend_ulong)-1) { in pdo_stmt_iter_get_key()
2391 I->key = (zend_ulong)-1; in pdo_stmt_iter_move_forwards()
2429 I->key = (zend_ulong)-1; in pdo_stmt_iter_get()
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c352 zend_ulong *len, int *caller_frees) in pdo_dblib_stmt_get_col()

Completed in 162 milliseconds

1234567