Home
last modified time | relevance | path

Searched refs:index (Results 176 – 200 of 518) sorted by path

12345678910>>...21

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindcolumn.phpt44 $index = 0;
46 if ($row['id'] != $data[$index]['id']) {
48 var_export($data[$index]['id'], true), gettype($data[$index]['id']),
51 if ($row['label'] != $data[$index]['label']) {
53 var_export($data[$index]['label'], true), gettype($data[$index]['label']),
56 $index++;
84 $index = 0;
86 if ($row['id'] != $data[$index]['id']) {
88 var_export($data[$index]['id'], true), gettype($data[$index]['id']),
93 var_export($data[$index]['label'], true), gettype($data[$index]['label']),
[all …]
/php-src/ext/phar/phar/
H A Dpharcommand.inc105 'inf' => '<index> Subscription index to work on.',
1260 if (isset($index)) {
1279 $old[$index] = $meta;
1348 if (isset($index)) {
1349 if (isset($index)) {
1402 if (isset($index)) {
1413 unset($meta[$index]);
1419 if (isset($index)) {
1431 unset($meta[$index]);
1529 if (isset($index)) {
[all …]
/php-src/ext/phar/
H A Dphar_object.c934 char *index = NULL, *webindex = NULL, *error; in PHP_METHOD() local
938 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|p!p!", &index, &index_len, &webindex, &webindex_len) … in PHP_METHOD()
942 stub = phar_create_default_stub(index, webindex, &error); in PHP_METHOD()
2936 char *index = NULL, *webindex = NULL, *error = NULL; in PHP_METHOD() local
2941 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!", &index, &index_len, &webindex, &webindex_len) … in PHP_METHOD()
2958 if ((index || webindex) && (phar_obj->archive->is_tar || phar_obj->archive->is_zip)) { in PHP_METHOD()
2959 …zend_argument_value_error(index ? 1 : 2, "must be null for a tar- or zip-based phar stub, string g… in PHP_METHOD()
2970 stub = phar_create_default_stub(index, webindex, &error); in PHP_METHOD()
H A Dphar_object.stub.php193 public function setDefaultStub(?string $index = null, ?string $webIndex = null): bool {} argument
219 …final public static function createDefaultStub(?string $index = null, ?string $webIndex = null): s… argument
242 ?string $alias = null, ?string $index = null, ?string $fileNotFoundScript = null, argument
461 public function setDefaultStub(?string $index = null, ?string $webIndex = null): bool {} argument
503 …final public static function createDefaultStub(?string $index = null, ?string $webIndex = null): s… argument
537 ?string $alias = null, ?string $index = null, ?string $fileNotFoundScript = null, argument
H A Dphar_object_arginfo.h141 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, index, IS_STRING, 1, "null")
175 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, index, IS_STRING, 1, "null")
221 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, index, IS_STRING, 1, "null")
/php-src/ext/phar/tests/
H A Dbadparameters.phpt232 Phar::createDefaultStub(): Argument #1 ($index) must be of type ?string, array given
249 Phar::setDefaultStub(): Argument #1 ($index) must be of type ?string, array given
H A Dbug65028.phpt124 "index.php",
/php-src/ext/phar/tests/cache_list/files/
H A Dblog.phar4 Phar::webPhar("blog", "index.php");
6 ^������������������ ���index.phpv����7Hv���r�%�������� ���install.php����7H���2���������<…
H A Dblog.phar.inc10 Phar::webPhar("blog", "index.php");
12 $phar['index.php'] = '<?php if (!file_exists("config.xml")) {
H A Dfrontcontroller.phar6 …��������a.jpg��� �~G�����ж���������a.phps��� �~G���l�`������� ���index.php��� �~G�����I…
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
H A Dfrontcontroller10.phar7 7������������������ ���index.php4����G4��?����������<?php
H A Dfrontcontroller10.phar.inc4 $a['index.php'] = '<?php
H A Dfrontcontroller11.phar7 7������������������ ���index.php4����G4��?����������<?php
H A Dfrontcontroller11.phar.inc4 $a['index.php'] = '<?php
H A Dfrontcontroller12.phar7 7������������������ ���index.php4���VX4��?����������<?php
H A Dfrontcontroller12.phar.inc4 $a['index.php'] = '<?php
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
H A Dfrontcontroller13.phar.inc4 $a['index.php'] = '<?php
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
H A Dfrontcontroller14.phar.inc4 $a['html/index.php'] = '<?php
11 return "/html/index.php";
15 Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
H A Dfrontcontroller16.phar3 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here"));
10 7������������������ ���index.php����hH���JVԋ�������<?php
H A Dfrontcontroller16.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here"));
H A Dfrontcontroller17.phar3 Phar::webPhar("test.phar", "/index.php", null, array(), function() { throw new Exception; });
10 7������������������ ���index.php���ˤ�W���JVԋ�������<?php
H A Dfrontcontroller17.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), function() { throw new Exception; });

Completed in 45 milliseconds

12345678910>>...21