/PHP-7.4/ext/standard/tests/strings/ |
H A D | strrchr_variation12.phpt | 23 for($index = 0; $index < count($haystacks); $index++ ) { 25 var_dump( strrchr($haystacks[$index], "\0") ); 27 var_dump( strrchr($haystacks[$index], NULL) );
|
H A D | strtr_variation4.phpt | 41 for($index = 0; $index < count($str_arr); $index++) { 44 $str = $str_arr[$index]; //getting the array element in 'str' variable
|
H A D | strrev_variation3.phpt | 54 for( $index = 0; $index < count($strings); $index++ ) { 56 var_dump( strrev($strings[$index]) );
|
/PHP-7.4/ext/opcache/tests/ |
H A D | revalidate_path_01.phpt | 18 $file1 = "$dir1/index.php"; 19 $file2 = "$dir2/index.php"; 23 @file_put_contents($main, '<?php include(\'' . $link .'/index.php\');'); 63 $file1 = "$dir1/index.php"; 64 $file2 = "$dir2/index.php";
|
/PHP-7.4/ext/phar/tests/cache_list/ |
H A D | frontcontroller4.phpt | 2 Phar front controller index.php relocate (no /) [cache_list] 14 Location: /frontcontroller4.php/index.php
|
H A D | frontcontroller5.phpt | 2 Phar front controller index.php relocate [cache_list] 15 Location: /frontcontroller5.php/index.php
|
/PHP-7.4/ext/phar/tests/tar/ |
H A D | frontcontroller4.phar.phpt | 2 Phar front controller index.php relocate (no /) tar-based 12 Location: /frontcontroller4.phar.php/index.php
|
H A D | frontcontroller5.phar.phpt | 2 Phar front controller index.php relocate tar-based 13 Location: /frontcontroller5.phar.php/index.php
|
/PHP-7.4/ext/zip/ |
H A D | php_zip.c | 2074 zend_long index; local 2385 zend_long index; local 2409 zend_long index; local 2417 if (index < 0) { 2464 zend_long index; local 2473 if (index < 0) { 2524 zend_long index; local 2532 if (index < 0) { 2704 zend_long index = -1; local 2734 if (index >= 0) { [all …]
|
/PHP-7.4/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller16.phar | 3 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here")); 10 7 index.php�hHJVԋ�<?php
|
H A D | frontcontroller18.phar | 6 Phar::webPhar("test.phar", "/index.php", null, array(), "s"); 13 7 index.php)�HJVԋ�<?php
|
H A D | frontcontroller.phar.inc | 7 $a['index.php'] = 'here is my index';
|
H A D | blog.phar | 4 Phar::webPhar("blog", "index.php"); 6 ^ index.phpv�7Hvr�%��install.php�7H2���<…
|
H A D | frontcontroller16.phar.inc | 4 $a['index.php'] = '<?php 9 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here"));
|
H A D | frontcontroller17.phar.inc | 4 $a['index.php'] = '<?php 9 Phar::webPhar("test.phar", "/index.php", null, array(), function() { throw new Exception; });
|
/PHP-7.4/ext/phar/tests/files/ |
H A D | frontcontroller16.phar | 3 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here")); 10 7 index.php�hHJVԋ�<?php
|
H A D | frontcontroller18.phar | 6 Phar::webPhar("test.phar", "/index.php", null, array(), "s"); 13 7 index.php)�HJVԋ�<?php
|
H A D | frontcontroller.phar.inc | 7 $a['index.php'] = 'here is my index';
|
H A D | frontcontroller16.phar.inc | 4 $a['index.php'] = '<?php 9 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here"));
|
/PHP-7.4/tests/lang/ |
H A D | bug25547.phpt | 2 Bug #25547 (error_handler and array index with function call) 25 handler(Undefined index: foo)
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_match.c | 113 int index = 0; in pcre2_jit_match() 116 index = 2; in pcre2_jit_match() 118 index = 1; in pcre2_jit_match() 120 if (functions == NULL || functions->executable_funcs[index] == NULL) in pcre2_jit_match() 161 convert_executable_func.executable_func = functions->executable_funcs[index]; in pcre2_jit_match()
|
/PHP-7.4/ext/phar/tests/tar/files/ |
H A D | frontcontroller.phar.inc | 7 $a['index.php'] = 'here is my index';
|
/PHP-7.4/ext/phar/tests/zip/files/ |
H A D | frontcontroller.phar.inc | 7 $a['index.php'] = 'here is my index';
|
/PHP-7.4/ext/phar/tests/zip/ |
H A D | frontcontroller4.phar.phpt | 2 Phar front controller index.php relocate (no /) zip-based 13 Location: /frontcontroller4.phar.php/index.php
|
H A D | frontcontroller5.phar.phpt | 2 Phar front controller index.php relocate zip-based 14 Location: /frontcontroller5.phar.php/index.php
|