Searched refs:nm (Results 1 – 11 of 11) sorted by relevance
/PHP-8.2/tests/classes/ |
H A D | __set__get_001.phpt | 9 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.2/sapi/cli/ |
H A D | config.m4 | 36 …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.2/sapi/cgi/ |
H A D | config9.m4 | 49 …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.2/win32/build/ |
H A D | confutils.js | 2990 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.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 1864 struct magic *nm; in parse() local 1866 if ((nm = CAST(struct magic *, erealloc(me->mp, in parse() 1867 sizeof(*nm) * cnt))) == NULL) { in parse() 1868 file_oomem(ms, sizeof(*nm) * cnt); in parse() 1871 me->mp = nm; in parse() 3180 static const size_t nm = sizeof(*map->nmagic) * MAGIC_SETS; in apprentice_compile() local 3207 memcpy(hdr.h + 2, map->nmagic, nm); in apprentice_compile()
|
/PHP-8.2/ext/fileinfo/ |
H A D | libmagic.patch | 532 struct magic *nm; 534 - if ((nm = CAST(struct magic *, realloc(me->mp, 535 + if ((nm = CAST(struct magic *, erealloc(me->mp, 536 sizeof(*nm) * cnt))) == NULL) { 537 file_oomem(ms, sizeof(*nm) * cnt); 850 static const size_t nm = sizeof(*map->nmagic) * MAGIC_SETS; 878 memcpy(hdr.h + 2, map->nmagic, nm); 2274 - int nm = 0; 2280 - nm++; 2282 - rv = nm;
|
/PHP-8.2/build/ |
H A D | libtool.m4 | 154 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 D | ltmain.sh | 3857 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 4592 nlist="$output_objdir/${outputname}.nm"
|
/PHP-8.2/sapi/fpm/ |
H A D | config.m4 | 748 …BUILD_FPM="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 12596 # a word like "FATnm " is only a hint for a FAT size on nm-bits
|
H A D | magic私はガラスを食べられます | 12596 # a word like "FATnm " is only a hint for a FAT size on nm-bits
|
Completed in 210 milliseconds