Home
last modified time | relevance | path

Searched refs:index (Results 276 – 300 of 630) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug49692.phpt16 string(13) "default:index"
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller5.phar2 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
H A Dfrontcontroller6.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
H A Dfrontcontroller7.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => null));
/PHP-5.5/Zend/tests/
H A Dconst_dereference_001.phpt18 Notice: Undefined index: foo in %sconst_dereference_001.php on line %d
H A Dbug26696.phpt2 Bug #26696 (crash in switch() when string index is used)
H A Dbug47836.phpt2 Bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller5.phar2 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
H A Dfrontcontroller6.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
H A Dfrontcontroller7.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => null));
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 Dfrontcontroller5.phar.inc8 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server.inc6 function php_cli_server_start($code = 'echo "Hello world";', $router = 'index.php') {
11 file_put_contents($doc_root . '/' . ($router ?: 'index.php'), '<?php ' . $code . ' ?>');
/PHP-5.5/sapi/fpm/fpm/events/
H A Depoll.c182 ev->index = ev->fd; in fpm_event_epoll_add()
210 ev->index = -1; in fpm_event_epoll_remove()
/PHP-5.5/ext/standard/tests/strings/
H A Dchop_variation1.phpt89 for($index = 0; $index < count($values); $index ++) {
91 $str = $values [$index];
H A Djoin_variation2.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $pieces = $values [$index];
/PHP-5.5/Zend/
H A Dzend_list.c37 int index; in zend_list_insert() local
44 index = zend_hash_next_free_element(&EG(regular_list)); in zend_list_insert()
46 zend_hash_index_update(&EG(regular_list), index, (void *) &le, sizeof(zend_rsrc_list_entry), NULL); in zend_list_insert()
47 return index; in zend_list_insert()
/PHP-5.5/ext/standard/tests/file/
H A Dfile.inc603 for($index = 0; $index < count($fields); $index++)
608 if ( $stat1[ $fields[$index] ] != $stat2[ $fields[$index] ] ) {
610 echo "Error: stat1 do not match with stat2 at key value: $fields[$index]\n";
615 if ( $stat1[ $fields[$index] ] != $stat2[ $fields[$index] ] ) {
619 echo "Error: stat1 equals stat2 at key value: $fields[$index]\n";
624 if ( $stat1[ $fields[$index] ] <= $stat2[ $fields[$index] ] ) {
626 echo "Error: stat1 is not greater than stat2 at key value: $fields[$index]\n";
631 if ( $stat1[ $fields[$index] ] >= $stat2[ $fields[$index] ] ) {
633 echo "Error: stat1 is not lesser than stat2 at key value: $fields[$index]\n";
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller7.phpt2 Phar front controller alternate index file [cache_list]
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller7.phar.phpt2 Phar front controller alternate index file tar-based
/PHP-5.5/ext/mysql/tests/
H A Dmysql_data_seek.phpt72 Warning: mysql_data_seek(): Offset 4 is invalid for MySQL result index %d (or the query data is unb…
74 Warning: mysql_data_seek(): Offset -1 is invalid for MySQL result index %d (or the query data is un…
76 Warning: mysql_data_seek(): Offset 3 is invalid for MySQL result index %d (or the query data is unb…
/PHP-5.5/ext/phar/tests/
H A Dwebphar_compilefail.phpt10 Phar::webPhar('oopsiedaisy.phar', '/index.php');
/PHP-5.5/tests/lang/
H A Dbug26696.phpt2 Bug #26696 (string index in a switch() crashes with multiple matches)

Completed in 43 milliseconds

1...<<11121314151617181920>>...26