Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/ldap/
H A Dldap.c110 efree(ld); in ZEND_GET_MODULE()
1031 efree(ld); in PHP_FUNCTION()
1050 efree(ld); in PHP_FUNCTION()
1059 efree(ld); in PHP_FUNCTION()
1066 efree(ld); in PHP_FUNCTION()
1072 efree(ld); in PHP_FUNCTION()
1079 ld->link = ldap; in PHP_FUNCTION()
1574 lds[i] = ld; in php_ldap_do_search()
1661 if (ld) { in php_ldap_do_search()
1835 ldap = ld->link; in PHP_FUNCTION()
[all …]
/PHP-8.0/Zend/
H A Dzend_list.c64 zend_rsrc_list_dtors_entry *ld; in zend_resource_dtor() local
70 ld = zend_hash_index_find_ptr(&list_destructors, r.type); in zend_resource_dtor()
71 ZEND_ASSERT(ld && "Unknown list entry type"); in zend_resource_dtor()
73 if (ld->list_dtor_ex) { in zend_resource_dtor()
74 ld->list_dtor_ex(&r); in zend_resource_dtor()
191 zend_rsrc_list_dtors_entry *ld; in plist_entry_destructor() local
194 ZEND_ASSERT(ld && "Unknown list entry type"); in plist_entry_destructor()
196 if (ld->plist_dtor_ex) { in plist_entry_destructor()
197 ld->plist_dtor_ex(res); in plist_entry_destructor()
246 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-8.0/ext/date/tests/
H A Dbug63435.phpt8 $datetime = Datetime::createFromFormat("u", sprintf("%06ld", $i));
/PHP-8.0/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"
2243 [AC_ARG_WITH([gnu-ld],
2244 [ --with-gnu-ld Assume the C compiler uses GNU ld [default=no]],
2251 ac_prog=ld
[all …]
H A Dconfig.guess986 objdump --private-headers /bin/sh | grep -q ld.so.1
H A Dltmain.sh6395 $echo "more information, such as the ld(1) and ld.so(8) manual pages."
/PHP-8.0/ext/standard/tests/strings/
H A Dvprintf_variation3.phpt17 "%ld %4d %-4d",
H A Dvprintf_variation4.phpt19 %ld %4d %-4d
H A Dvprintf_variation4_64bit.phpt19 %ld %4d %-4d
H A Dcrc32_variation3.phpt37 "hellowor\\ld",
H A Dstrtok_variation5.phpt85 string(2) "ld"
H A Dsprintf_variation3.phpt30 "%d", "%ld", " %d", "%d ",
/PHP-8.0/sapi/apache2handler/
H A Dconfig.m494 MH_BUNDLE_FLAGS="`$APR_CONFIG --ldflags --link-ld --libs`"
97 MH_BUNDLE_FLAGS="`$APU_CONFIG --ldflags --link-ld --libs` $MH_BUNDLE_FLAGS"
/PHP-8.0/.github/actions/apt-x64/
H A Daction.yml73 …sudo sh -c 'echo /opt/oracle/instantclient >/etc/ld.so.conf.d/oracle-instantclient.conf && ldconfi…
/PHP-8.0/ext/standard/tests/file/
H A Dfscanf_variation4.phpt30 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
H A Dfscanf_variation7.phpt26 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
H A Dfscanf_variation5.phpt34 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
H A Dfscanf_variation3.phpt44 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
H A Dfscanf_variation6.phpt40 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
H A Dfscanf_variation2.phpt40 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
/PHP-8.0/win32/build/
H A Dconfutils.js1192 var ld;
1235 ld = CMD_MOD1 + "$(MAKE_LIB)";
1268 if (ld) {
1269 …MFO.WriteLine("\t" + ld + " /nologo /out:$(BUILD_DIR)\\" + makefiletarget + " " + ldflags + " $(" …
1271 ld = CMD_MOD1 + '"$(LINK)"';
1272 …MFO.WriteLine("\t" + ld + " /nologo " + " $(" + SAPI + "_GLOBAL_OBJS_RESP) $(PHPLIB) $(LIBS_" + SA…
1275 if (ld) {
1276 …MFO.WriteLine("\t" + ld + " /nologo /out:$(BUILD_DIR)\\" + makefiletarget + " " + ldflags + " $(" …
1278 ld = CMD_MOD1 + '"$(LINK)"';
1456 var ld = CMD_MOD1 + '"$(LINK)"';
[all …]
/PHP-8.0/
H A D.gdbinit106 printf "%ld", $zvalue->value.lval
183 printf "long: %ld", $zvalue->value.lval
/PHP-8.0/ext/standard/
H A Dvar_unserializer.re238 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", &var_dtor_hash->data[i], Z_REFCOUNT_P(&var_dtor_has…
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch2176 - if (file_printf(ms, "%sblock special (%ld/%ld)",

Completed in 130 milliseconds

12