Home
last modified time | relevance | path

Searched refs:index (Results 326 – 350 of 556) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-7.4/ext/gd/tests/
H A Dcolorclosest.phpt82 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 Dcolorexact.phpt29 // unallocated index
H A Dimagecolorset_basic.phpt20 // Get the color index for the background
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server.inc8 ?string $router = 'index.php',
16 file_put_contents($doc_root . '/' . ($router ?: 'index.php'), '<?php ' . $code . ' ?>');
H A Dbug68745.phpt10 php_cli_server_start('var_dump(count($_SERVER));', 'not-index.php');
/PHP-7.4/ext/phar/tests/tar/files/
H A Dfrontcontroller3.phar.inc14 Phar::webPhar("whatever", "/index.php", null, array(), "s");
/PHP-7.4/ext/phar/tests/zip/files/
H A Dfrontcontroller3.phar.inc14 Phar::webPhar("whatever", "/index.php", null, array(), "s");
/PHP-7.4/Zend/
H A Dzend_iterators.h59 zend_ulong index; /* private to fe_reset/fe_fetch opcodes */ member
/PHP-7.4/Zend/tests/
H A Dglobals_001.phpt29 Notice: Undefined index: PHP_SELF in %s on line %d
H A Dglobals_002.phpt32 Notice: Undefined index: PHP_SELF in %s on line %d
H A Dglobals_003.phpt38 Notice: Undefined index: PHP_SELF in %s on line %d
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch8 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 Dbug54323.phpt22 Notice: Undefined index: prop in %sbug54323.php on line 14
H A DarrayObject___construct_basic2.phpt66 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 Dsendmail.h41 PHPAPI char *GetSMErrorText(int index);
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation11.phpt81 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 Dfrontcontroller29.phpt19 #1 %s(%d): Phar::webPhar('whatever', 'index.php', '404.php', Array)
H A Dmounteddir.phpt17 $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 Dfrontcontroller12.phpt18 #0 %sfrontcontroller12.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_basic.phpt6 * Description: Checks if the given key or index exists in the array
H A Darray_fill_object.phpt6 …* 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 Dfpm_events.h20 int index; /* index of the fd in the ufds array */ member
/PHP-7.4/ext/xml/tests/
H A Dxml007.phpt26 xml_parse_into_struct($parser, $xmldata, $struct, $index);
/PHP-7.4/ext/zip/tests/
H A Doo_getstatusstring.phpt15 //delete an index that does not exist - trigger error
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc105 '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 45 milliseconds

1...<<11121314151617181920>>...23