Searched refs:ld (Results 1 – 25 of 38) sorted by relevance
12
/PHP-7.3/ext/ldap/ |
H A D | ldap.c | 113 efree(ld); in ZEND_GET_MODULE() 1056 efree(ld); in PHP_FUNCTION() 1075 efree(ld); in PHP_FUNCTION() 1084 efree(ld); in PHP_FUNCTION() 1091 efree(ld); in PHP_FUNCTION() 1097 efree(ld); in PHP_FUNCTION() 1104 ld->link = ldap; in PHP_FUNCTION() 1611 lds[i] = ld; in php_ldap_do_search() 1696 if (ld) { in php_ldap_do_search() 1878 ldap = ld->link; in PHP_FUNCTION() [all …]
|
/PHP-7.3/Zend/ |
H A D | zend_list.c | 65 zend_rsrc_list_dtors_entry *ld; in zend_resource_dtor() local 71 ld = zend_hash_index_find_ptr(&list_destructors, r.type); in zend_resource_dtor() 72 if (ld) { in zend_resource_dtor() 73 if (ld->list_dtor_ex) { in zend_resource_dtor() 74 ld->list_dtor_ex(&r); in zend_resource_dtor() 195 zend_rsrc_list_dtors_entry *ld; in plist_entry_destructor() local 198 if (ld) { in plist_entry_destructor() 199 if (ld->plist_dtor_ex) { in plist_entry_destructor() 200 ld->plist_dtor_ex(res); in plist_entry_destructor() 260 if (ld->module_number == module_number) { in zend_clean_module_rsrc_dtors_cb() [all …]
|
H A D | zend_list.h | 42 ZEND_API int zend_register_list_destructors_ex(rsrc_dtor_func_t ld, rsrc_dtor_func_t pld, const cha…
|
/PHP-7.3/ext/date/tests/ |
H A D | bug63435.phpt | 8 $datetime = Datetime::createFromFormat("u", sprintf("%06ld", $i));
|
/PHP-7.3/build/ |
H A D | libtool.m4 | 151 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.3/ext/standard/tests/strings/ |
H A D | sprintf_variation7.phpt | 22 "%d", "%hd", "%ld",
|
H A D | vsprintf_variation3.phpt | 22 "%ld %Ld, %4d %-4d",
|
H A D | vprintf_variation3.phpt | 22 "%ld %Ld, %4d %-4d",
|
H A D | vfprintf_variation3.phpt | 22 "%ld %Ld, %4d %-4d",
|
H A D | vsprintf_variation4.phpt | 24 %ld %Ld %4d %-4d
|
H A D | vsprintf_variation4_64bit.phpt | 24 %ld %Ld %4d %-4d
|
H A D | vprintf_variation4.phpt | 24 %ld %Ld %4d %-4d
|
H A D | vprintf_variation4_64bit.phpt | 24 %ld %Ld %4d %-4d
|
H A D | crc32_variation3.phpt | 43 "hellowor\\ld",
|
H A D | strtok_variation5.phpt | 90 string(2) "ld"
|
H A D | vfprintf_variation4.phpt | 24 %ld %Ld %4d %-4d
|
H A D | vfprintf_variation4_64bit.phpt | 24 %ld %Ld %4d %-4d
|
H A D | sprintf_variation4.phpt | 37 "%d", "%hd", "%ld",
|
H A D | sprintf_variation4_64bit.phpt | 33 "%d", "%hd", "%ld",
|
H A D | sprintf_variation6.phpt | 33 "%d", "%hd", "%ld",
|
/PHP-7.3/sapi/apache2handler/ |
H A D | config.m4 | 93 MH_BUNDLE_FLAGS="`$APR_CONFIG --ldflags --link-ld --libs`" 96 MH_BUNDLE_FLAGS="`$APU_CONFIG --ldflags --link-ld --libs` $MH_BUNDLE_FLAGS"
|
/PHP-7.3/win32/build/ |
H A D | confutils.js | 1207 var ld; 1250 ld = CMD_MOD1 + "$(MAKE_LIB)"; 1277 if (ld) { 1278 …MFO.WriteLine("\t" + ld + " /nologo /out:$(BUILD_DIR)\\" + makefiletarget + " " + ldflags + " $(" … 1280 ld = CMD_MOD1 + '"$(LINK)"'; 1281 …MFO.WriteLine("\t" + ld + " /nologo " + " $(" + SAPI + "_GLOBAL_OBJS_RESP) $(PHPLIB) $(LIBS_" + SA… 1284 if (ld) { 1285 …MFO.WriteLine("\t" + ld + " /nologo /out:$(BUILD_DIR)\\" + makefiletarget + " " + ldflags + " $(" … 1287 ld = CMD_MOD1 + '"$(LINK)"'; 1465 var ld = CMD_MOD1 + '"$(LINK)"'; [all …]
|
/PHP-7.3/ext/standard/ |
H A D | var_unserializer.re | 90 fprintf(stderr, "var_push(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_P(rval)); 151 fprintf(stderr, "var_replace(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_P(nzval)); 169 fprintf(stderr, "var_access(%ld): %ld\n", var_hash?var_hash->used_slots:-1L, id); 195 fprintf(stderr, "var_destroy(%ld)\n", var_hash?var_hash->used_slots:-1L); 208 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", var_dtor_hash->data[i], Z_REFCOUNT_P(var_dtor_hash-…
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | fscanf_variation4.phpt | 35 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
|
H A D | fscanf_variation7.phpt | 31 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
|
Completed in 77 milliseconds
12