Home
last modified time | relevance | path

Searched refs:index (Results 51 – 75 of 636) sorted by relevance

12345678910>>...26

/PHP-7.3/ext/hash/
H A Dhash_sha.c343 partLen = 64 - index; in PHP_SHA1Update()
355 index = 0; in PHP_SHA1Update()
388 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_SHA1Final()
565 index = 0; in PHP_SHA224Update()
597 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_SHA224Final()
642 index = 0; in PHP_SHA256Update()
674 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_SHA256Final()
856 index = 0; in PHP_SHA384Update()
896 padLen = (index < 112) ? (112 - index) : (240 - index); in PHP_SHA384Final()
1007 index = 0; in PHP_SHA512Update()
[all …]
H A Dhash_haval.c295 partLen = 128 - index; in PHP_HAVALUpdate()
307 index = 0; in PHP_HAVALUpdate()
324 unsigned int index, padLen; in PHP_HAVAL128Final() local
338 padLen = (index < 118) ? (118 - index) : (246 - index); in PHP_HAVAL128Final()
378 unsigned int index, padLen; in PHP_HAVAL160Final() local
392 padLen = (index < 118) ? (118 - index) : (246 - index); in PHP_HAVAL160Final()
432 unsigned int index, padLen; in PHP_HAVAL192Final() local
446 padLen = (index < 118) ? (118 - index) : (246 - index); in PHP_HAVAL192Final()
472 unsigned int index, padLen; in PHP_HAVAL224Final() local
486 padLen = (index < 118) ? (118 - index) : (246 - index); in PHP_HAVAL224Final()
[all …]
H A Dhash_ripemd.c271 partLen = 64 - index; in PHP_RIPEMD128Update()
283 index = 0; in PHP_RIPEMD128Update()
369 partLen = 64 - index; in PHP_RIPEMD256Update()
381 index = 0; in PHP_RIPEMD256Update()
468 partLen = 64 - index; in PHP_RIPEMD160Update()
480 index = 0; in PHP_RIPEMD160Update()
588 index = 0; in PHP_RIPEMD320Update()
644 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_RIPEMD128Final()
681 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_RIPEMD256Final()
718 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_RIPEMD160Final()
[all …]
/PHP-7.3/ext/dom/
H A Ddom_iterators.c32 int index; member
39 int index; member
51 if(priv->cur < priv->index) { in itemHashScanner()
85 xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index) /* {{{ */ in php_dom_libxml_hash_iter() argument
91 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_hash_iter()
94 iter->index = index; in php_dom_libxml_hash_iter()
112 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_notation_iter()
115 iter->index = index; in php_dom_libxml_notation_iter()
163 ZVAL_LONG(key, iter->index); in php_dom_iterator_current_key()
231 curnode = php_dom_libxml_hash_iter(objmap->ht, iter->index); in php_dom_iterator_move_forward()
[all …]
/PHP-7.3/ext/posix/tests/
H A Dposix_getgrgid.phpt16 die('Array index "name" does not exist.');
19 die('Array index "passwd" does not exist.');
22 die('Array index "members" does not exist.');
24 die('Array index "members" must be an array.');
38 die('Array index "gid" does not exist.');
/PHP-7.3/ext/pdo/tests/
H A Dpdo_038.phpt2 PDOStatement::fetchColumn() invalid column index
16 function fetchColumn($stmt, $index) {
18 return $stmt->fetchColumn($index);
40 Warning: PDOStatement::fetchColumn(): SQLSTATE[HY000]: General error: Invalid column index in %s
44 Warning: PDOStatement::fetchColumn(): SQLSTATE[HY000]: General error: Invalid column index in %s
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode.c357 int index; in onigenc_unicode_get_case_fold_codes_by_str() local
361 if (index >= 0) { in onigenc_unicode_get_case_fold_codes_by_str()
393 int index; in onigenc_unicode_get_case_fold_codes_by_str() local
397 if (index >= 0) { in onigenc_unicode_get_case_fold_codes_by_str()
426 if (index >= 0) { in onigenc_unicode_get_case_fold_codes_by_str()
427 int m = FOLDS1_UNFOLDS_NUM(index); in onigenc_unicode_get_case_fold_codes_by_str()
443 int index; in onigenc_unicode_get_case_fold_codes_by_str() local
459 if (index >= 0) { in onigenc_unicode_get_case_fold_codes_by_str()
460 m = FOLDS2_UNFOLDS_NUM(index); in onigenc_unicode_get_case_fold_codes_by_str()
483 if (index >= 0) { in onigenc_unicode_get_case_fold_codes_by_str()
[all …]
/PHP-7.3/ext/mysqli/tests/
H A Dbug45019.phpt34 $index = 0;
37 if ($data[$index] != $column1) {
38 if ($IS_MYSQLND || $index != 1) {
40 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
46 $index++;
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_006.phpt40 --> http://www.php.net/index.php : NULL
45 --> http://www.php.net:80/index.php : NULL
46 --> http://www.php.net:80/foo/bar/index.php : NULL
54 --> http://www.php.net:80/index.php : NULL
55 --> http://www.php.net:80/index.php? : NULL
61 --> http://www.php.net:80/index.php?test=1& : NULL
62 --> http://www.php.net/index.php?& : NULL
63 --> http://www.php.net:80/index.php?foo& : NULL
64 --> http://www.php.net/index.php?&foo : NULL
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : NULL
[all …]
H A Dparse_url_basic_009.phpt40 --> http://www.php.net/index.php : NULL
45 --> http://www.php.net:80/index.php : NULL
46 --> http://www.php.net:80/foo/bar/index.php : NULL
54 --> http://www.php.net:80/index.php : NULL
55 --> http://www.php.net:80/index.php? : NULL
61 --> http://www.php.net:80/index.php?test=1& : NULL
62 --> http://www.php.net/index.php?& : NULL
63 --> http://www.php.net:80/index.php?foo& : NULL
64 --> http://www.php.net/index.php?&foo : NULL
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : NULL
[all …]
H A Dparse_url_basic_004.phpt40 --> http://www.php.net/index.php : NULL
45 --> http://www.php.net:80/index.php : int(80)
46 --> http://www.php.net:80/foo/bar/index.php : int(80)
54 --> http://www.php.net:80/index.php : int(80)
55 --> http://www.php.net:80/index.php? : int(80)
61 --> http://www.php.net:80/index.php?test=1& : int(80)
62 --> http://www.php.net/index.php?& : NULL
63 --> http://www.php.net:80/index.php?foo& : int(80)
64 --> http://www.php.net/index.php?&foo : NULL
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : int(80)
[all …]
H A Dparse_url_basic_005.phpt40 --> http://www.php.net/index.php : NULL
45 --> http://www.php.net:80/index.php : NULL
46 --> http://www.php.net:80/foo/bar/index.php : NULL
54 --> http://www.php.net:80/index.php : NULL
55 --> http://www.php.net:80/index.php? : NULL
61 --> http://www.php.net:80/index.php?test=1& : NULL
62 --> http://www.php.net/index.php?& : NULL
63 --> http://www.php.net:80/index.php?foo& : NULL
64 --> http://www.php.net/index.php?&foo : NULL
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : NULL
[all …]
H A Dparse_url_basic_002.phpt41 --> http://www.php.net/index.php : string(4) "http"
46 --> http://www.php.net:80/index.php : string(4) "http"
47 --> http://www.php.net:80/foo/bar/index.php : string(4) "http"
55 --> http://www.php.net:80/index.php : string(4) "http"
56 --> http://www.php.net:80/index.php? : string(4) "http"
62 --> http://www.php.net:80/index.php?test=1& : string(4) "http"
63 --> http://www.php.net/index.php?& : string(4) "http"
64 --> http://www.php.net:80/index.php?foo& : string(4) "http"
65 --> http://www.php.net/index.php?&foo : string(4) "http"
66 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(4) "http"
[all …]
H A Dparse_url_basic_008.phpt40 --> http://www.php.net/index.php : NULL
45 --> http://www.php.net:80/index.php : NULL
46 --> http://www.php.net:80/foo/bar/index.php : NULL
54 --> http://www.php.net:80/index.php : NULL
55 --> http://www.php.net:80/index.php? : NULL
61 --> http://www.php.net:80/index.php?test=1& : string(7) "test=1&"
62 --> http://www.php.net/index.php?& : string(1) "&"
63 --> http://www.php.net:80/index.php?foo& : string(4) "foo&"
64 --> http://www.php.net/index.php?&foo : string(4) "&foo"
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(31) "test=1&test2=ch…
[all …]
/PHP-7.3/ext/bcmath/libbcmath/src/
H A Doutput.c96 int index, fdigit, pre_space; in bc_out_num() local
112 for (index=num->n_len; index>0; index--) in bc_out_num()
124 for (index=0; index<num->n_scale; index++) in bc_out_num()
/PHP-7.3/ext/exif/tests/
H A Dexif_tagname_variation1.phpt2 Test exif_tagname() function : usage variations - different types for index argument
8 /* Prototype : string exif_tagname ( string $index )
9 * Description: Get the header name for an index
13 echo "*** Testing exif_tagname() : different types for index argument ***\n";
79 // when $index argument is supplied with different values
81 echo "\n--- Testing exif_tagname() by supplying different values for 'index' argument ---\n";
83 foreach($values as $index) {
85 var_dump( exif_tagname($index) );
98 *** Testing exif_tagname() : different types for index argument ***
104 --- Testing exif_tagname() by supplying different values for 'index' argument ---
H A Dexif_tagname_variation1-64bit.phpt2 Test exif_tagname() function : usage variations - different types for index argument
10 /* Prototype : string exif_tagname ( string $index )
11 * Description: Get the header name for an index
15 echo "*** Testing exif_tagname() : different types for index argument ***\n";
83 // when $index argument is supplied with different values
85 echo "\n--- Testing exif_tagname() by supplying different values for 'index' argument ---\n";
87 foreach($values as $index) {
89 var_dump( exif_tagname($index) );
102 *** Testing exif_tagname() : different types for index argument ***
108 --- Testing exif_tagname() by supplying different values for 'index' argument ---
/PHP-7.3/ext/phar/tests/files/
H A Dfrontcontroller14.phar4 return "/html/index.php";
8 Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
12 <���������������������html/index.phpN���XXN����o&�������<?php
/PHP-7.3/ext/phar/tests/
H A Dfrontcontroller34.phpt9 REQUEST_URI=/frontcontroller34.php/start/index.php
10 PATH_INFO=/start/index.php
16 start/index.php
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller14.phar4 return "/html/index.php";
8 Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
12 <���������������������html/index.phpN���4WXN����o&�������<?php
/PHP-7.3/ext/spl/
H A Dspl_fixedarray.c313 zend_long index; in spl_fixedarray_object_read_dimension_helper() local
328 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_read_dimension_helper()
373 zend_long index; in spl_fixedarray_object_write_dimension_helper() local
387 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_write_dimension_helper()
426 zend_long index; in spl_fixedarray_object_unset_dimension_helper() local
434 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_unset_dimension_helper()
464 zend_long index; in spl_fixedarray_object_has_dimension_helper() local
473 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_has_dimension_helper()
577 int index = 0; in SPL_METHOD() local
584 index++; in SPL_METHOD()
[all …]
/PHP-7.3/ext/spl/tests/
H A Dbug62978.phpt28 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
31 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
37 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
40 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
43 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server_010.phpt41 GET /index.php/foo/bar/?foo=bar HTTP/1.0
63 string(18) "/index.php/foo/bar"
64 string(10) "/index.php"
74 string(19) "/index.php/foo/bar/"
75 string(10) "/index.php"
/PHP-7.3/ext/oci8/tests/
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 …]
/PHP-7.3/ext/phar/tests/cache_list/
H A Dfrontcontroller34.phpt10 REQUEST_URI=/frontcontroller34.php/start/index.php
11 PATH_INFO=/start/index.php
17 start/index.php

Completed in 52 milliseconds

12345678910>>...26