Searched refs:index (Results 326 – 350 of 556) sorted by relevance
1...<<11121314151617181920>>...23
/PHP-7.4/ext/gd/tests/ |
H A D | colorclosest.phpt | 82 Warning: imagecolorsforindex(): Color index -1 out of range in %s on line %d 106 Warning: imagecolorsforindex(): Color index -1 out of range in %s on line %d
|
H A D | colorexact.phpt | 29 // unallocated index
|
H A D | imagecolorset_basic.phpt | 20 // Get the color index for the background
|
/PHP-7.4/sapi/cli/tests/ |
H A D | php_cli_server.inc | 8 ?string $router = 'index.php', 16 file_put_contents($doc_root . '/' . ($router ?: 'index.php'), '<?php ' . $code . ' ?>');
|
H A D | bug68745.phpt | 10 php_cli_server_start('var_dump(count($_SERVER));', 'not-index.php');
|
/PHP-7.4/ext/phar/tests/tar/files/ |
H A D | frontcontroller3.phar.inc | 14 Phar::webPhar("whatever", "/index.php", null, array(), "s");
|
/PHP-7.4/ext/phar/tests/zip/files/ |
H A D | frontcontroller3.phar.inc | 14 Phar::webPhar("whatever", "/index.php", null, array(), "s");
|
/PHP-7.4/Zend/ |
H A D | zend_iterators.h | 59 zend_ulong index; /* private to fe_reset/fe_fetch opcodes */ member
|
/PHP-7.4/Zend/tests/ |
H A D | globals_001.phpt | 29 Notice: Undefined index: PHP_SELF in %s on line %d
|
H A D | globals_002.phpt | 32 Notice: Undefined index: PHP_SELF in %s on line %d
|
H A D | globals_003.phpt | 38 Notice: Undefined index: PHP_SELF in %s on line %d
|
/PHP-7.4/ext/fileinfo/ |
H A D | magicdata.patch | 8 index aaf32dd4..5c9ee1d9 100644 75 index 0e314ade..edf647d7 100644 116 index fa336c07..00bda501 100644 128 index d315a157..301d3c3d 100644
|
/PHP-7.4/ext/spl/tests/ |
H A D | bug54323.phpt | 22 Notice: Undefined index: prop in %sbug54323.php on line 14
|
H A D | arrayObject___construct_basic2.phpt | 66 Notice: Undefined index: prop in %s on line 40 94 Notice: Undefined index: prop in %s on line 40
|
/PHP-7.4/win32/ |
H A D | sendmail.h | 41 PHPAPI char *GetSMErrorText(int index);
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | stripos_variation11.phpt | 81 for($index = 0; $index < count($values); $index ++) { 83 $haystack = $values[$index]; 84 var_dump( stripos($values[$index], $values[$index]) ); 85 var_dump( stripos($values[$index], $values[$index], 1) );
|
/PHP-7.4/ext/phar/tests/ |
H A D | frontcontroller29.phpt | 19 #1 %s(%d): Phar::webPhar('whatever', 'index.php', '404.php', Array)
|
H A D | mounteddir.phpt | 17 $a['index.php'] = '<?php 33 include "index.php"; 101 …ror: path "testit/directory" is a directory in phar://%stempmanifest1.phar.php/index.php on line %d
|
H A D | frontcontroller12.phpt | 18 #0 %sfrontcontroller12.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_key_exists_basic.phpt | 6 * Description: Checks if the given key or index exists in the array
|
H A D | array_fill_object.phpt | 6 …* Description: Create an array containing num elements starting with index start_key each initiali… 194 for($index = 0; $index < count($objects); $index ++) 197 $val = $objects[$index];
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_events.h | 20 int index; /* index of the fd in the ufds array */ member
|
/PHP-7.4/ext/xml/tests/ |
H A D | xml007.phpt | 26 xml_parse_into_struct($parser, $xmldata, $struct, $index);
|
/PHP-7.4/ext/zip/tests/ |
H A D | oo_getstatusstring.phpt | 15 //delete an index that does not exist - trigger error
|
/PHP-7.4/ext/phar/phar/ |
H A D | pharcommand.inc | 105 'inf' => '<index> Subscription index to work on.', 1248 if (isset($index)) { 1267 $old[$index] = $meta; 1336 if (isset($index)) { 1337 if (isset($index)) { 1339 echo $meta[$index]; 1390 if (isset($index)) { 1401 unset($meta[$index]); 1407 if (isset($index)) { 1517 if (isset($index)) { [all …]
|
Completed in 37 milliseconds
1...<<11121314151617181920>>...23