Home
last modified time | relevance | path

Searched refs:la (Results 1 – 23 of 23) sorted by relevance

/PHP-5.3/ext/mbstring/libmbfl/tests/
H A DMakefile.am4 conv_encoding_LDADD=../mbfl/libmbfl.la
6 conv_kana_LDADD=../mbfl/libmbfl.la
8 strwidth_LDADD=../mbfl/libmbfl.la
10 strcut_LDADD=../mbfl/libmbfl.la
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A DMakefile.am2 lib_LTLIBRARIES=libmbfl.la
16 libmbfl_filters_la=../filters/libmbfl_filters.la
17 libmbfl_nls_la=../nls/libmbfl_nls.la
/PHP-5.3/ext/intl/tests/
H A Dmsgfmt_format.phpt21 'fr' => "C'est la vie!",
69 'C\'est la vie!'
70 'C\'est la vie!'
/PHP-5.3/
H A DMakefile.global16 libphp$(PHP_MAJOR_VERSION).la: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
42 @rm -f modules/*.la >/dev/null 2>&1
111 find . -name \*.la -o -name \*.a | xargs rm -f
114 rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
H A Dltmain.sh1967 *.la)
2176 if test "$search_ext" = ".la"; then
2272 *.la) lib="$deplib" ;;
2934 *.la)
4007 $show "generating symbol list for \`$libname.la'"
4160 $show "generating symbol list for \`$libname.la'"
5692 *.la)
5966 *.la)
6592 *.la)
H A D.gitignore10 *.la
H A Dacinclude.m4774 OVERALL_TARGET=libphp[]$PHP_MAJOR_VERSION[.la]
791 OVERALL_TARGET=libphp[]$PHP_MAJOR_VERSION[.la]
845 …COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) -Wl,-G -o '$3'/$1.la -export-dynamic -avo…
852 suffix=la
H A Dconfigure.in317 SAPI_LIBTOOL=libphp[]$PHP_MAJOR_VERSION[.la]
/PHP-5.3/TSRM/
H A DMakefile.am3 noinst_LTLIBRARIES=libtsrm.la
/PHP-5.3/build/
H A Dbuild.mk67 ….cvsignore | grep -v config.nice | sed 's/[[:space:]]/ /g'` *.o *.a *.lo *.la *.gcno *.gcda .libs …
72 …(cd $$i 2>/dev/null && rm -rf `svn propget svn:ignore . | grep -v config.nice` *.o *.a *.lo *.la *…
H A Dlibtool.m42651 LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2682 LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
3952 # Interix 3.5 installs completely hosed .la files for C++, so rather than
/PHP-5.3/ext/mbstring/libmbfl/nls/
H A DMakefile.am1 noinst_LTLIBRARIES=libmbfl_nls.la
/PHP-5.3/scripts/dev/
H A Dphpextdist15 rm -rf modules *.lo *.o *.la config.status config.cache \
/PHP-5.3/ext/standard/tests/strings/
H A Dsubstr_replace.phpt493 string(11) "ala bala la"
542 string(11) "ala bala la"
551 string(11) "ala bala la"
605 string(11) "ala bala la"
614 string(11) "ala bala la"
669 string(11) "ala bala la"
678 string(11) "ala bala la"
733 string(11) "ala bala la"
742 string(11) "ala bala la"
797 string(11) "ala bala la"
[all …]
/PHP-5.3/ext/sockets/
H A Dphp_sockets.h103 static int php_accept_connect(php_socket *in_sock, php_socket **new_sock, struct sockaddr *la TSRML…
H A Dsockets.c349 struct sockaddr_in la; local
364 memcpy((char *) &la.sin_addr, hp->h_addr, hp->h_length);
365 la.sin_family = hp->h_addrtype;
366 la.sin_port = htons((unsigned short) port);
379 if (bind(sock->bsd_socket, (struct sockaddr *)&la, sizeof(la)) != 0) {
397 static int php_accept_connect(php_socket *in_sock, php_socket **new_sock, struct sockaddr *la, sock… argument
403 out_sock->bsd_socket = accept(in_sock->bsd_socket, la, la_len);
413 out_sock->type = la->sa_family;
/PHP-5.3/ext/phar/
H A DMakefile.frag14 …. $(top_builddir)/modules/$$i.la; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
/PHP-5.3/Zend/
H A DMakefile.am6 noinst_LTLIBRARIES=libZend.la
/PHP-5.3/ext/
H A Dext_skel194 *.la
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A DMakefile.am2 noinst_LTLIBRARIES=libmbfl_filters.la
/PHP-5.3/ext/odbc/
H A Dconfig.m4469 ODBC_SHARED="odbc.la"
474 ODBC_STATIC="libphpext_odbc.la"
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog3598 15. Modified the Makefile to add libpcre.la as a prerequisite for
3599 libpcreposix.la because I was told this is needed for a parallel build to
3625 explicitly with libpcre.la.
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic10754 # Extension: .la
10756 0 search/80 .la\ -\ a\ libtool\ library\ file libtool library file

Completed in 89 milliseconds