Home
last modified time | relevance | path

Searched refs:index (Results 126 – 150 of 645) sorted by path

12345678910>>...26

/PHP-7.2/ext/oci8/
H A Dphp_oci8_int.h175 zend_ulong index; /* descriptors hash table index */ member
469 int php_oci_collection_element_get(php_oci_collection *collection, zend_long index, zval *result_el…
470 int php_oci_collection_element_set(php_oci_collection *collection, zend_long index, char *value, in…
471 int php_oci_collection_element_set_null(php_oci_collection *collection, zend_long index);
472 int php_oci_collection_element_set_date(php_oci_collection *collection, zend_long index, char *date…
473 int php_oci_collection_element_set_number(php_oci_collection *collection, zend_long index, char *nu…
474 int php_oci_collection_element_set_string(php_oci_collection *collection, zend_long index, char *el…
498 sb4 php_oci_bind_in_callback(dvoid *ictxp, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 …
499 sb4 php_oci_bind_out_callback(dvoid *octxp, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4…
/PHP-7.2/ext/oci8/tests/
H A Dbug37581.phpt14 type str_array is table of char(2) index by binary_integer;
H A Dcoll_016.phpt43 Warning: OCI-Collection::assignelem(): OCI-22165: given index [%d] must be in the range of %s to [0…
46 Warning: OCI-Collection::assignelem(): OCI-22165: given index [5000] must be in the range of %s to …
H A Dcoll_016_func.phpt43 Warning: oci_collection_element_assign(): OCI-22165: given index [%d] must be in the range of%s0%st…
46 Warning: oci_collection_element_assign(): OCI-22165: given index [5000] must be in the range of%s0%…
H A Dcoll_019.phpt86 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
91 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
96 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
104 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
H A Dfield_funcs1.phpt94 Warning: oci_field_is_null(): Invalid column index "-1" in %s on line %d
97 Warning: oci_field_name(): Invalid column index "-1" in %s on line %d
100 Warning: oci_field_type(): Invalid column index "-1" in %s on line %d
103 Warning: oci_field_type_raw(): Invalid column index "-1" in %s on line %d
106 Warning: oci_field_scale(): Invalid column index "-1" in %s on line %d
112 Warning: oci_field_size(): Invalid column index "-1" in %s on line %d
160 Warning: oci_field_is_null(): Invalid column index "0" in %s on line %d
163 Warning: oci_field_name(): Invalid column index "0" in %s on line %d
166 Warning: oci_field_type(): Invalid column index "0" in %s on line %d
172 Warning: oci_field_scale(): Invalid column index "0" in %s on line %d
[all …]
H A Dreflection1.phpt626 Parameter #1 [ <required> $index ]
634 Parameter #1 [ <required> $index ]
1023 Parameter #1 [ <required> $index ]
1031 Parameter #1 [ <required> $index ]
H A Dreflection2.phpt212 Parameter #0 [ <required> $index ]
219 Parameter #0 [ <required> $index ]
/PHP-7.2/ext/odbc/
H A Dbirdstep.c63 ZEND_ARG_INFO(0, index)
68 ZEND_ARG_INFO(0, index)
72 ZEND_ARG_INFO(0, index)
77 ZEND_ARG_INFO(0, index)
81 ZEND_ARG_INFO(0, index)
85 ZEND_ARG_INFO(0, index)
89 ZEND_ARG_INFO(0, index)
93 ZEND_ARG_INFO(0, index)
97 ZEND_ARG_INFO(0, index)
232 conn->index = ind; in birdstep_add_conn()
[all …]
H A Dphp_birdstep.h34 zend_long index; member
47 zend_long index; member
/PHP-7.2/ext/opcache/Optimizer/
H A Dsccp.c409 zend_long index; in ct_eval_fetch_dim() local
410 if (zval_to_string_offset(&index, op2) == FAILURE) { in ct_eval_fetch_dim()
413 if (index >= 0 && index < Z_STRLEN_P(op1)) { in ct_eval_fetch_dim()
414 ZVAL_STR(result, zend_string_init(&Z_STRVAL_P(op1)[index], 1, 0)); in ct_eval_fetch_dim()
491 zend_long index; in ct_eval_assign_dim()
494 || zval_to_string_offset(&index, key) == FAILURE || index < 0) { in ct_eval_assign_dim()
498 if (index >= Z_STRLEN_P(result)) { in ct_eval_assign_dim()
499 new_str = zend_string_alloc(index + 1, 0); in ct_eval_assign_dim()
501 memset(ZSTR_VAL(new_str) + Z_STRLEN_P(result), ' ', index - Z_STRLEN_P(result)); in ct_eval_assign_dim()
502 ZSTR_VAL(new_str)[index + 1] = 0; in ct_eval_assign_dim()
[all …]
H A Dzend_inference.c80 zend_ssa_check_scc_var(op_array, ssa, var2, index, dfs, root, stack); \
172 …check_scc_var(const zend_op_array *op_array, zend_ssa *ssa, int var, int *index, int *dfs, int *ro… in zend_ssa_check_scc_var() argument
178 dfs[var] = *index; in zend_ssa_check_scc_var()
179 (*index)++; in zend_ssa_check_scc_var()
212 int index = 0, *dfs, *root; in zend_ssa_find_sccs() local
227 zend_ssa_check_scc_var(op_array, ssa, j, &index, dfs, root, &stack); in zend_ssa_find_sccs()
H A Dzend_optimizer.c455 zend_ulong index; in zend_optimizer_update_op2_const() local
456 if (ZEND_HANDLE_NUMERIC(Z_STR_P(val), index)) { in zend_optimizer_update_op2_const()
458 ZVAL_LONG(val, index); in zend_optimizer_update_op2_const()
/PHP-7.2/ext/opcache/tests/
H A Dissue0115.phpt15 require "phar://this/index.php";
18 $p['index.php'] = '<?php
26 $p['index.php'] = '<?php
H A Dissue0149.phpt18 $p['index.php'] = ""; # A Phar must have at least one file, hence this dummy
H A Drevalidate_path_01.phpt16 $file1 = "$dir1/index.php";
17 $file2 = "$dir2/index.php";
21 @file_put_contents($main, '<?php include(\'' . $link .'/index.php\');');
61 $file1 = "$dir1/index.php";
62 $file2 = "$dir2/index.php";
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_hash.c77 zend_ulong index; in zend_accel_hash_update() local
92 index = hash_value % accel_hash->max_num_entries; in zend_accel_hash_update()
95 entry = accel_hash->hash_table[index]; in zend_accel_hash_update()
138 entry->next = accel_hash->hash_table[index]; in zend_accel_hash_update()
139 accel_hash->hash_table[index] = entry; in zend_accel_hash_update()
145 zend_ulong index; in zend_accel_hash_find_ex() local
151 index = hash_value % accel_hash->max_num_entries; in zend_accel_hash_find_ex()
153 entry = accel_hash->hash_table[index]; in zend_accel_hash_find_ex()
232 zend_ulong index; in zend_accel_hash_unlink() local
241 entry = accel_hash->hash_table[index]; in zend_accel_hash_unlink()
[all …]
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c699 int index, cert_name_utf8_len; in php_openssl_win_cert_verify_callback() local
703 index = X509_NAME_get_index_by_NID(cert_name, NID_commonName, -1); in php_openssl_win_cert_verify_callback()
704 if (index < 0) { in php_openssl_win_cert_verify_callback()
711 cert_name_utf8_len = PHP_X509_NAME_ENTRY_TO_UTF8(cert_name, index, cert_name_utf8); in php_openssl_win_cert_verify_callback()
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog5338 these are now put in a separate directory, and there is an index.html page that
H A DHACKING362 or OP_DNREFI. These are followed by two counts: the index (not the byte offset)
495 OP_DNCREF is used instead. It is followed by two counts: the index in the group
H A DNEWS652 directory. There is an index.html page that lists them all. Some hyperlinking
H A DREADME107 in various ways, and rooted in a file called index.html, is distributed in
498 index.html
499 *.html (lots more pages, hyperlinked from index.html)
646 http://www.mysqludf.org/lib_mysqludf_preg/index.php
946 doc/index.html.src the base HTML page
H A Dpcre_compile.c7434 unsigned int index = i; in compile_branch() local
7450 PUT2INC(code, 0, index); in compile_branch()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt143 the HTML format, each is a separate page, linked from the index page.
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c314 sljit_s32 index; member
336 if ((sljit_uw)curr_patch->index == cpool_current_index) { in resolve_const_pool_index()
362 curr_patch->index = value; in resolve_const_pool_index()

Completed in 144 milliseconds

12345678910>>...26