Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/ldap/
H A Dldap.c112 efree(ld); in ZEND_GET_MODULE()
1039 efree(ld); in PHP_FUNCTION()
1058 efree(ld); in PHP_FUNCTION()
1067 efree(ld); in PHP_FUNCTION()
1074 efree(ld); in PHP_FUNCTION()
1080 efree(ld); in PHP_FUNCTION()
1087 ld->link = ldap; in PHP_FUNCTION()
1586 lds[i] = ld; in php_ldap_do_search()
1671 if (ld) { in php_ldap_do_search()
1853 ldap = ld->link; in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/
H A Dzend_list.c67 zend_rsrc_list_dtors_entry *ld; in zend_resource_dtor() local
73 ld = zend_hash_index_find_ptr(&list_destructors, r.type); in zend_resource_dtor()
74 if (ld) { in zend_resource_dtor()
75 if (ld->list_dtor_ex) { in zend_resource_dtor()
76 ld->list_dtor_ex(&r); in zend_resource_dtor()
197 zend_rsrc_list_dtors_entry *ld; in plist_entry_destructor() local
200 if (ld) { in plist_entry_destructor()
201 if (ld->plist_dtor_ex) { in plist_entry_destructor()
202 ld->plist_dtor_ex(res); in plist_entry_destructor()
254 if (ld->module_number == module_number) { in zend_clean_module_rsrc_dtors_cb()
[all …]
H A Dzend_list.h42 ZEND_API int zend_register_list_destructors_ex(rsrc_dtor_func_t ld, rsrc_dtor_func_t pld, const cha…
/PHP-7.4/ext/date/tests/
H A Dbug63435.phpt8 $datetime = Datetime::createFromFormat("u", sprintf("%06ld", $i));
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation7.phpt22 "%d", "%hd", "%ld",
H A Dvprintf_variation3.phpt22 "%ld %Ld, %4d %-4d",
H A Dvsprintf_variation3.phpt22 "%ld %Ld, %4d %-4d",
H A Dvfprintf_variation3.phpt22 "%ld %Ld, %4d %-4d",
H A Dvsprintf_variation4.phpt24 %ld %Ld %4d %-4d
H A Dvprintf_variation4.phpt24 %ld %Ld %4d %-4d
H A Dvprintf_variation4_64bit.phpt24 %ld %Ld %4d %-4d
H A Dvsprintf_variation4_64bit.phpt24 %ld %Ld %4d %-4d
H A Dvfprintf_variation4_64bit.phpt24 %ld %Ld %4d %-4d
H A Dcrc32_variation3.phpt43 "hellowor\\ld",
H A Dstrtok_variation5.phpt90 string(2) "ld"
H A Dvfprintf_variation4.phpt24 %ld %Ld %4d %-4d
H A Dsprintf_variation4.phpt37 "%d", "%hd", "%ld",
H A Dsprintf_variation4_64bit.phpt33 "%d", "%hd", "%ld",
H A Dsprintf_variation6.phpt33 "%d", "%hd", "%ld",
H A Dsprintf_variation3.phpt35 "%d", "%hd", "%ld",
/PHP-7.4/build/
H A Dlibtool.m4151 test -z "$LD" && LD=ld
372 # to the aix ld manual.
598 LD="${LD-ld} -melf64bmip"
604 LD="${LD-ld} -32"
607 LD="${LD-ld} -n32"
610 LD="${LD-ld} -64"
697 LD="${LD-ld} -64"
2242 [AC_ARG_WITH([gnu-ld],
2243 [ --with-gnu-ld Assume the C compiler uses GNU ld [default=no]],
2250 ac_prog=ld
[all …]
/PHP-7.4/sapi/apache2handler/
H A Dconfig.m491 MH_BUNDLE_FLAGS="`$APR_CONFIG --ldflags --link-ld --libs`"
94 MH_BUNDLE_FLAGS="`$APU_CONFIG --ldflags --link-ld --libs` $MH_BUNDLE_FLAGS"
/PHP-7.4/win32/build/
H A Dconfutils.js1182 var ld;
1225 ld = CMD_MOD1 + "$(MAKE_LIB)";
1258 if (ld) {
1259 …MFO.WriteLine("\t" + ld + " /nologo /out:$(BUILD_DIR)\\" + makefiletarget + " " + ldflags + " $(" …
1261 ld = CMD_MOD1 + '"$(LINK)"';
1262 …MFO.WriteLine("\t" + ld + " /nologo " + " $(" + SAPI + "_GLOBAL_OBJS_RESP) $(PHPLIB) $(LIBS_" + SA…
1265 if (ld) {
1266 …MFO.WriteLine("\t" + ld + " /nologo /out:$(BUILD_DIR)\\" + makefiletarget + " " + ldflags + " $(" …
1268 ld = CMD_MOD1 + '"$(LINK)"';
1446 var ld = CMD_MOD1 + '"$(LINK)"';
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation4.phpt35 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
H A Dfscanf_variation7.phpt31 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…

Completed in 89 milliseconds

12