Home
last modified time | relevance | path

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

/PHP-5.5/tests/classes/
H A D__set__get_001.phpt11 function __get($nm) {
12 echo "Getting [$nm]\n";
14 if (isset($this->x[$nm])) {
15 $r = $this->x[$nm];
24 function __set($nm, $val) {
25 echo "Setting [$nm] to $val\n";
27 if (isset($this->x[$nm])) {
28 $this->x[$nm] = $val;
/PHP-5.5/sapi/cgi/
H A Dconfig9.m458 …BUILD_CGI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
60 …BUILD_CGI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
/PHP-5.5/sapi/cli/
H A Dconfig.m439 …BUILD_CLI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
41 …BUILD_CLI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c1537 struct magic *nm; in parse() local
1539 if ((nm = CAST(struct magic *, erealloc(me->mp, in parse()
1540 sizeof(*nm) * cnt))) == NULL) { in parse()
1541 file_oomem(ms, sizeof(*nm) * cnt); in parse()
1544 me->mp = m = nm; in parse()
2749 static const size_t nm = sizeof(*map->nmagic) * MAGIC_SETS; in apprentice_compile() local
2782 if (php_stream_write(stream, (const char *)map->nmagic, nm) != (ssize_t)nm) { in apprentice_compile()
2787 assert(nm + sizeof(ar) < m); in apprentice_compile()
/PHP-5.5/Zend/
H A DZEND_CHANGES749 function __get($nm) {
750 print "Getting [$nm]\n";
752 if(isset($this->x[$nm])) {
753 $r = $this->x[$nm];
761 function __set($nm, $val) {
762 print "Setting [$nm] to $val\n";
764 if(isset($this->x[$nm])) {
765 $this->x[$nm] = $val;
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch493 struct magic *nm;
495 - if ((nm = CAST(struct magic *, realloc(me->mp,
496 + if ((nm = CAST(struct magic *, erealloc(me->mp,
497 sizeof(*nm) * cnt))) == NULL) {
498 file_oomem(ms, sizeof(*nm) * cnt);
765 - if (write(fd, map->nmagic, nm) != (ssize_t)nm) {
766 + if (php_stream_write(stream, (const char *)map->nmagic, nm) != (ssize_t)nm) {
771 assert(nm + sizeof(ar) < m);
2188 - int nm = 0;
2194 - nm++;
[all …]
/PHP-5.5/build/
H A Dlibtool.m4154 test -z "$NM" && NM=nm
2572 lt_nm_to_check="${ac_tool_prefix}nm"
2574 lt_nm_to_check="$lt_nm_to_check nm"
2583 # Check to see if the nm accepts a BSD-compat flag.
2585 # nm: unknown option "B" ignored
2609 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
4222 # A BSD-compatible nm program.
4392 # Transform the output of nm in a C name address pair
4643 nlist=conftest.nm
5317 # -C means demangle to AIX nm, but means don't demangle with GNU nm
[all …]
/PHP-5.5/sapi/fpm/
H A Dconfig.m4685 …BUILD_FPM="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
/PHP-5.5/
H A Dltmain.sh3844 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
4579 nlist="$output_objdir/${outputname}.nm"
H A DNEWS6885 - Fixed bug #42318 (problem with nm on AIX, not finding object files).
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic7029 # a word like "FATnm " is only a hint for a FAT size on nm-bits

Completed in 105 milliseconds