Home
last modified time | relevance | path

Searched refs:un (Results 1 – 25 of 37) sorted by relevance

12

/PHP-8.0/ext/standard/tests/array/
H A Darray_change_key_case_variation4.phpt26 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 Darray_merge_variation6.phpt13 $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 Darray_values_variation5.phpt11 $input = array ('one' => 'un', 'two' => 'deux', 'three' => 'trois');
29 string(2) "un"
36 0 => un
39 one => un
H A Darray_change_key_case_variation5.phpt11 $input = array ('one' => 'un', 'two' => 'deux', 'three' => 'trois');
29 string(2) "un"
36 ONE => un
39 one => un
H A Darray_slice_variation8.phpt13 $input = array ('zero', 'one', array('zero', 'un', 'deux'), 9 => 'nine');
35 string(2) "un"
46 string(2) "un"
H A Darray_slice_variation11.phpt17 $input = ['one' => 'un', 'two' => 'deux', 23 => 'twenty-three', 'zero'];
40 string(2) "un"
44 string(2) "un"
50 string(2) "un"
H A Darray_shift_variation7.phpt11 $stack = array ('one' => 'un', 'two' => 'deux');
25 string(2) "un"
H A Darray_key_exists_variation7.phpt11 $input = array ('one' => 'un', 'two' => 'deux', 'three' => 'trois');
28 one => un
H A Darray_push_variation5.phpt11 $stack = array ('one' => 'un', 'two' => 'deux');
29 one => un
H A Darray_slice_variation10.phpt11 $input = array ('one' => 'un', 'two' => 'deux', 23 => 'twenty-three', 'zero');
37 one => un
H A Darray_push_basic.phpt19 $array_assoc = array ('one' => 'un', 'two' => 'deux');
49 string(2) "un"
H A Darray_change_key_case_variation6.phpt12 'French' => array('un' => 1, 'deux' => 2, 'trois' => 3),
39 ["un"]=>
H A Darray_shift_variation5.phpt13 $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 Darray_merge_variation10.phpt13 $arr2 = array ('zero', 'un', 'deux');
46 string(2) "un"
H A Darray_values_variation4.phpt14 $input = array ('zero' => 'zero', 'un' => 'one', 'sub' => array (1, 2, 3));
78 ["un"]=>
/PHP-8.0/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt21 fwrite( $fp, "\nadd some more un-filtered foobar\n" );
39 add some more un-filtered foobar
/PHP-8.0/sapi/cgi/
H A Dconfig9.m412 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.0/ext/opcache/tests/
H A Doptimize_func_calls.phpt40 * INIT_FCALL_BY_NAME -- un-optimizable
41 * DO_FCALL_BY_NAME -- un-optimizable
/PHP-8.0/ext/sysvsem/
H A Dsysvsem.c367 union semun un; local
378 un.buf = &buf;
379 if (semctl(sem_ptr->semid, 0, IPC_STAT, un) < 0) {
388 if (semctl(sem_ptr->semid, 0, IPC_RMID, un) < 0) {
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt3 un-callable function passed
/PHP-8.0/ext/intl/tests/
H A Dformatter_format4.phpt115 'un million deux cent trente-quatre mille cinq cent soixante-sept virgule huit neuf un deux trois q…
H A Dformatter_format5.phpt115 'un million deux cent trente-quatre mille cinq cent soixante-sept virgule huit neuf un deux trois q…
H A Dformatter_format2.phpt114 'un million deux-cent-trente-quatre-mille-cinq-cent-soixante-sept virgule huit neuf un deux trois q…
H A Dformatter_format3.phpt115 'un million deux cent trente-quatre mille cinq cent soixante-sept virgule huit neuf un deux trois q…
H A Dformatter_format6.phpt115 'un million deux cent trente-quatre mille cinq cent soixante-sept virgule huit neuf un deux trois q…

Completed in 24 milliseconds

12