Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/standard/tests/array/
H A Darray_change_key_case_variation4.phpt31 string(2) "un"
41 string(2) "un"
51 string(2) "un"
61 string(2) "un"
71 string(2) "un"
81 string(2) "un"
91 string(2) "un"
101 string(2) "un"
111 string(2) "un"
121 string(2) "un"
[all …]
H A Darray_merge_variation6.phpt18 $arr1 = array('zero' => 'zero', 'one' => 'un', 'two' => 'deux');
19 $arr2 = array('zero' => 'zero', 'un' => 'eins', 'deux' => 'zwei');
32 string(2) "un"
35 ["un"]=>
43 ["un"]=>
48 string(2) "un"
H A Darray_values_variation5.phpt16 $input = array ('one' => 'un', 'two' => 'deux', 'three' => 'trois');
34 string(2) "un"
41 0 => un
44 one => un
H A Darray_change_key_case_variation5.phpt16 $input = array ('one' => 'un', 'two' => 'deux', 'three' => 'trois');
34 string(2) "un"
41 ONE => un
44 one => un
H A Darray_slice_variation8.phpt18 $input = array ('zero', 'one', array('zero', 'un', 'deux'), 9 => 'nine');
40 string(2) "un"
51 string(2) "un"
H A Deach_variation5.phpt21 'one' => 'un',
77 string(2) "un"
79 string(2) "un"
H A Darray_shift_variation7.phpt16 $stack = array ('one' => 'un', 'two' => 'deux');
30 string(2) "un"
H A Darray_push_variation5.phpt16 $stack = array ('one' => 'un', 'two' => 'deux');
34 one => un
H A Darray_key_exists_variation7.phpt17 $input = array ('one' => 'un', 'two' => 'deux', 'three' => 'trois');
34 one => un
H A Darray_slice_variation10.phpt16 $input = array ('one' => 'un', 'two' => 'deux', 23 => 'twenty-three', 'zero');
42 one => un
H A Darray_push_basic.phpt24 $array_assoc = array ('one' => 'un', 'two' => 'deux');
54 string(2) "un"
H A Darray_change_key_case_variation6.phpt17 'French' => array('un' => 1, 'deux' => 2, 'trois' => 3),
44 ["un"]=>
H A Darray_shift_variation5.phpt18 $stack = array ( array ( array ('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
24 $stack = array (array( array('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
H A Darray_values_variation4.phpt19 $input = array ('zero' => 'zero', 'un' => 'one', 'sub' => array (1, 2, 3));
83 ["un"]=>
H A Darray_merge_variation10.phpt18 $arr2 = array ('zero', 'un', 'deux');
51 string(2) "un"
/PHP-7.2/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt27 fwrite( $fp, "\nadd some more un-filtered foobar\n" );
46 add some more un-filtered foobar
/PHP-7.2/ext/opcache/tests/
H A Doptimize_func_calls.phpt40 * INIT_FCALL_BY_NAME -- un-optimizable
41 * DO_FCALL_BY_NAME -- un-optimizable
/PHP-7.2/ext/sysvsem/
H A Dsysvsem.c373 union semun un; local
386 un.buf = &buf;
387 if (semctl(sem_ptr->semid, 0, IPC_STAT, un) < 0) {
396 if (semctl(sem_ptr->semid, 0, IPC_RMID, un) < 0) {
/PHP-7.2/sapi/cgi/
H A Dconfig9.m421 AC_MSG_CHECKING([for sun_len in sys/un.h])
22 AC_EGREP_HEADER([sun_len], [sys/un.h],
25 [Define if sockaddr_un in sys/un.h contains a sun_len component])],
/PHP-7.2/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt3 un-callable function passed
/PHP-7.2/ext/intl/tests/
H A Dformatter_format.phpt114 '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_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…

Completed in 54 milliseconds

12