Searched refs:wl (Results 1 – 16 of 16) sorted by relevance
/PHP-8.2/build/ |
H A D | libtool.m4 | 331 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; 333 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 342 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 3703 …_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defau… 5898 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libd… 5925 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libd… 5937 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib … 6043 …iler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${… 6060 wlarc='${wl}' 6063 …$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$… [all …]
|
H A D | ltmain.sh | 1179 single_module="${wl}-single_module" 1462 compiler_flags="$compiler_flags $wl$qarg" 1464 compile_command="$compile_command $wl$qarg" 1465 finalize_command="$finalize_command $wl$qarg" 1672 single_module="${wl}-multi_module" 1817 arg="$arg $wl$flag" 1835 arg="$arg $wl$flag" 1836 compiler_flags="$compiler_flags $wl$flag" 3343 …xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_cu… 4331 wl= [all …]
|
/PHP-8.2/ext/dba/tests/ |
H A D | dba_inifile_creation_matrix.phpt | 42 Mode parameter is "wl": 91 Mode parameter is "wl": 132 Mode parameter is "wl":
|
H A D | dba_flatfile_creation_matrix.phpt | 42 Mode parameter is "wl": 91 Mode parameter is "wl": 132 Mode parameter is "wl":
|
H A D | dba_db4_creation_matrix.phpt | 42 Mode parameter is "wl": 91 Mode parameter is "wl": 132 Mode parameter is "wl":
|
H A D | dba_tcadb_creation_matrix.phpt | 42 Mode parameter is "wl": 91 Mode parameter is "wl": 132 Mode parameter is "wl":
|
H A D | dba_gdbm_creation_matrix.phpt | 44 Mode parameter is "wl": 105 Mode parameter is "wl": 160 Mode parameter is "wl":
|
H A D | dba_cdb_creation_matrix.phpt | 42 Mode parameter is "wl": 99 Mode parameter is "wl": 156 Mode parameter is "wl":
|
H A D | dba_qdbm_creation_matrix.phpt | 44 Mode parameter is "wl": 105 Mode parameter is "wl": 160 Mode parameter is "wl":
|
H A D | dba_lmdb_creation_matrix.phpt | 44 Mode parameter is "wl": 99 Mode parameter is "wl": 154 Mode parameter is "wl":
|
/PHP-8.2/ext/pspell/ |
H A D | pspell.c | 422 const PspellWordList *wl; in PHP_FUNCTION() local 432 wl = pspell_manager_suggest(manager, ZSTR_VAL(word)); in PHP_FUNCTION() 433 if (wl) { in PHP_FUNCTION() 434 PspellStringEmulation *els = pspell_word_list_elements(wl); in PHP_FUNCTION()
|
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.lua | 1161 function _M.passcb(wl, we, wf, ww) 1162 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_arm.lua | 1093 function _M.passcb(wl, we, wf, ww) 1094 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_arm64.lua | 1199 function _M.passcb(wl, we, wf, ww) 1200 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_ppc.lua | 1899 function _M.passcb(wl, we, wf, ww) 1900 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_x86.lua | 2370 function _M.passcb(wl, we, wf, ww) 2371 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
Completed in 63 milliseconds