Home
last modified time | relevance | path

Searched refs:nm (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/tests/classes/
H A D__set__get_001.phpt9 function __get($nm) {
10 echo "Getting [$nm]\n";
12 if (isset($this->x[$nm])) {
13 $r = $this->x[$nm];
22 function __set($nm, $val) {
23 echo "Setting [$nm] to $val\n";
25 if (isset($this->x[$nm])) {
26 $this->x[$nm] = $val;
/PHP-8.3/sapi/cli/
H A Dconfig.m436 …BUILD_CLI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
38 …BUILD_CLI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
/PHP-8.3/sapi/cgi/
H A Dconfig9.m449 …BUILD_CGI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
51 …BUILD_CGI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
/PHP-8.3/win32/build/
H A Dconfutils.js2990 var nm = MINBISON.match(/(\d+)\.(\d+)\.(\d+)/);
2993 var intmin = (nm[1]-0)*10000 + (nm[2]-0)*100 + (nm[3]-0);
3016 var nm = MINRE2C.match(/(\d+)\.(\d+)\.(\d+)/);
3019 var intmin = (nm[1]-0)*10000 + (nm[2]-0)*100 + (nm[3]-0);
/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c2008 struct magic *nm; in parse() local
2010 if ((nm = CAST(struct magic *, erealloc(me->mp, in parse()
2011 sizeof(*nm) * cnt))) == NULL) { in parse()
2012 file_oomem(ms, sizeof(*nm) * cnt); in parse()
2015 me->mp = nm; in parse()
3337 static const size_t nm = sizeof(*map->nmagic) * MAGIC_SETS; in apprentice_compile() local
3364 memcpy(hdr.h + 2, map->nmagic, nm); in apprentice_compile()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch459 struct magic *nm;
461 - if ((nm = CAST(struct magic *, realloc(me->mp,
462 + if ((nm = CAST(struct magic *, erealloc(me->mp,
463 sizeof(*nm) * cnt))) == NULL) {
464 file_oomem(ms, sizeof(*nm) * cnt);
767 static const size_t nm = sizeof(*map->nmagic) * MAGIC_SETS;
789 memcpy(hdr.h + 2, map->nmagic, nm);
2026 - int nm = 0;
2032 - nm++;
2034 - rv = nm;
/PHP-8.3/build/
H A Dlibtool.m4154 test -z "$NM" && NM=nm
2579 lt_nm_to_check="${ac_tool_prefix}nm"
2581 lt_nm_to_check="$lt_nm_to_check nm"
2590 # Check to see if the nm accepts a BSD-compat flag.
2592 # nm: unknown option "B" ignored
2616 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
4227 # A BSD-compatible nm program.
4397 # Transform the output of nm in a C name address pair
4648 nlist=conftest.nm
5322 # -C means demangle to AIX nm, but means don't demangle with GNU nm
[all …]
H A Dltmain.sh3857 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
4592 nlist="$output_objdir/${outputname}.nm"
/PHP-8.3/sapi/fpm/
H A Dconfig.m4722 …BUILD_FPM="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic13811 # a word like "FATnm " is only a hint for a FAT size on nm-bits
H A Dmagic私はガラスを食べられます13811 # a word like "FATnm " is only a hint for a FAT size on nm-bits

Completed in 188 milliseconds