/PHP-8.3/ext/standard/tests/array/ |
H A D | array_change_key_case_variation4.phpt | 26 string(2) "un" 36 string(2) "un" 46 string(2) "un" 56 string(2) "un" 66 string(2) "un" 76 string(2) "un" 86 string(2) "un" 96 string(2) "un" 106 string(2) "un" 116 string(2) "un" [all …]
|
H A D | array_merge_variation6.phpt | 13 $arr1 = array('zero' => 'zero', 'one' => 'un', 'two' => 'deux'); 14 $arr2 = array('zero' => 'zero', 'un' => 'eins', 'deux' => 'zwei'); 27 string(2) "un" 30 ["un"]=> 38 ["un"]=> 43 string(2) "un"
|
H A D | array_values_variation5.phpt | 11 $input = array ('one' => 'un', 'two' => 'deux', 'three' => 'trois'); 29 string(2) "un" 36 0 => un 39 one => un
|
H A D | array_change_key_case_variation5.phpt | 11 $input = array ('one' => 'un', 'two' => 'deux', 'three' => 'trois'); 29 string(2) "un" 36 ONE => un 39 one => un
|
H A D | array_slice_variation8.phpt | 13 $input = array ('zero', 'one', array('zero', 'un', 'deux'), 9 => 'nine'); 35 string(2) "un" 46 string(2) "un"
|
H A D | array_slice_variation11.phpt | 17 $input = ['one' => 'un', 'two' => 'deux', 23 => 'twenty-three', 'zero']; 40 string(2) "un" 44 string(2) "un" 50 string(2) "un"
|
H A D | array_shift_variation7.phpt | 11 $stack = array ('one' => 'un', 'two' => 'deux'); 25 string(2) "un"
|
H A D | array_key_exists_variation7.phpt | 11 $input = array ('one' => 'un', 'two' => 'deux', 'three' => 'trois'); 28 one => un
|
H A D | array_push_variation5.phpt | 11 $stack = array ('one' => 'un', 'two' => 'deux'); 29 one => un
|
H A D | array_slice_variation10.phpt | 11 $input = array ('one' => 'un', 'two' => 'deux', 23 => 'twenty-three', 'zero'); 37 one => un
|
H A D | array_push_basic.phpt | 19 $array_assoc = array ('one' => 'un', 'two' => 'deux'); 49 string(2) "un"
|
H A D | array_change_key_case_variation6.phpt | 12 'French' => array('un' => 1, 'deux' => 2, 'trois' => 3), 39 ["un"]=>
|
H A D | array_shift_variation5.phpt | 13 $stack = array ( array ( array ('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei'); 19 $stack = array (array( array('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
|
H A D | array_merge_variation10.phpt | 13 $arr2 = array ('zero', 'un', 'deux'); 46 string(2) "un"
|
H A D | array_values_variation4.phpt | 14 $input = array ('zero' => 'zero', 'un' => 'one', 'sub' => array (1, 2, 3)); 78 ["un"]=>
|
/PHP-8.3/ext/standard/tests/filters/ |
H A D | stream_filter_remove_basic.phpt | 21 fwrite( $fp, "\nadd some more un-filtered foobar\n" ); 37 add some more un-filtered foobar
|
/PHP-8.3/ext/opcache/tests/ |
H A D | optimize_func_calls.phpt | 40 * INIT_FCALL_BY_NAME -- un-optimizable 41 * DO_FCALL_BY_NAME -- un-optimizable
|
/PHP-8.3/ext/sysvsem/ |
H A D | sysvsem.c | 361 union semun un; local 372 un.buf = &buf; 373 if (semctl(sem_ptr->semid, 0, IPC_STAT, un) < 0) { 382 if (semctl(sem_ptr->semid, 0, IPC_RMID, un) < 0) {
|
/PHP-8.3/sapi/cgi/ |
H A D | config9.m4 | 12 AC_MSG_CHECKING([for sun_len in sys/un.h]) 13 AC_EGREP_HEADER([sun_len], [sys/un.h], 16 [Define if sockaddr_un in sys/un.h contains a sun_len component])],
|
/PHP-8.3/ext/pdo_sqlite/tests/ |
H A D | pdo_sqlite_createfunction_002.phpt | 3 un-callable function passed
|
/PHP-8.3/ext/standard/tests/serialize/ |
H A D | incomplete_class_magic.phpt | 2 (un)serializing __PHP_Incomplete_Class instance edge case
|
/PHP-8.3/ext/filter/tests/ |
H A D | 058.phpt | 15 '"verî.(),:;<>[]\".VERÎ.\"verî@\ \"verî\".unüsual"@strange.example.com', 43 string(74) ""verî.(),:;<>[]\".VERÎ.\"verî@\ \"verî\".unüsual"@strange.example.com"
|
/PHP-8.3/ext/intl/tests/ |
H A D | formatter_format2.phpt | 115 'un million deux-cent-trente-quatre-mille-cinq-cent-soixante-sept virgule huit neuf un deux trois q…
|
H A D | formatter_format3.phpt | 116 'un million deux cent trente-quatre mille cinq cent soixante-sept virgule huit neuf un deux trois q…
|
H A D | formatter_format4.phpt | 116 'un million deux cent trente-quatre mille cinq cent soixante-sept virgule huit neuf un deux trois q…
|