Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 29) sorted by relevance

12

/PHP-5.5/build/
H A Dscan_makefile_in.awk3 sources=""
8 sources=substr($0, RSTART, RLENGTH-1)
16 sources=substr($0, RSTART, RLENGTH)
21 sources=sources substr($0, 0, length - 1)
26 sources=sources $0
31 print sources
H A Dlibtool.m42736 # Source file extension for C test sources.
2739 # Object file extension for compiled C test sources.
2847 # Source file extension for C++ test sources.
2850 # Object file extension for compiled C++ test sources.
/PHP-5.5/win32/build/
H A Dprojectgen.js23 sources = file_get_contents("tmp\\src\\" + ext + ".sources.tmp");
24 sources = (path ? sources.replace(/\.\//g, path) : sources);
25 tmpl = tmpl.replace("SOURCEFILES", sources);
229 tmpl = tmpl.replace(/SOURCEFILES/, sources);
486 sources = new RegExp("ADD_SOURCES\\([^,]*\\s*,\\s*['\"]([^'\"]+)['\"].*\\)", "gm");
487 arr = config.match(sources);
514 sources = newarr[1].replace(/\\/g, ""); /* continuation lines */
515 sources = sources.replace(ws, " ");
516 sources = sources.replace(/\s/g, (path ? " ./" + path + "\\" : " ./"));
517 sources = check_duplicates(DSP_SOURCES.join(" "), sources);
[all …]
/PHP-5.5/ext/ereg/regex/
H A DCOPYRIGHT13 explicit claim or by omission. Since few users ever read sources,
18 ever read sources, credits must appear in the documentation.
/PHP-5.5/ext/standard/tests/file/
H A Dphp_fd_wrapper_04.phpt10 //I greped the CRT sources and found no function capable of validating a file descriptor
/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_in6_pktinfo.phpt30 //See do_ipv6_getsockopt() on the kernel sources
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt2 Curl_multi_getcontent() basic test with different sources (local file/http)
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c62 if (block->sources) { in print_block()
63 zend_block_source *bs = block->sources; in print_block()
321 __t->next = tob->sources; \
322 tob->sources = __t; \
363 zend_block_source **cs = &to->sources; in del_source()
365 if (to->sources == NULL) { in del_source()
378 if (to->sources == NULL) { in del_source()
403 efree(to->sources); in del_source()
404 to->sources = NULL; in del_source()
498 cs = b->sources; in zend_rebuild_access_path()
[all …]
H A Dzend_optimizer_internal.h68 zend_block_source *sources; member
/PHP-5.5/
H A DREADME.UNIX-BUILD-SYSTEM58 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
103 PHP_SELECT_SAPI(name, type, sources.c)
118 sources and their contexts. With the help of macros you
H A DREADME.EXT_SKEL14 Very simple. First, change to the ext/ directory of the PHP 4 sources. If
30 change back up to PHP sources top directory, and do
H A DREADME.PARAMETER_PARSING_API108 and their types (it can be found in ./scripts/dev/ directory of PHP sources):
110 # php ./scripts/dev/check_parameters.php /path/to/your/sources/
H A Dacinclude.m4184 dnl PHP_ADD_SOURCES(source-path, sources [, special-flags [, type]])
186 dnl Adds sources which are located relative to source-path to the
223 dnl PHP_ADD_SOURCES_X(source-path, sources[, special-flags[, target-var[, shared[, special-post-fla…
227 dnl shared objects will be built from the sources.
243 dnl iterate over the sources
872 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
917 sources=`$AWK -f $abs_srcdir/build/scan_makefile_in.awk < []PHP_EXT_SRCDIR($1)[]/Makefile.in`
919 PHP_NEW_EXTENSION($1, $sources, $2, $3)
939 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]…
944 dnl "sources" is a list of files relative to the subdir which are used
[all …]
H A DREADME.SELF-CONTAINED-EXTENSIONS76 LTLIBRARY_SOURCES specifies the names of the sources files. You can
H A DREADME.TESTING250 4. run tests over http, php sources have been aliased in web server
H A DREADME.STREAMS19 based data sources.
275 level will be disabled (recommended for underlying sources that implement
H A DCODING_STANDARDS183 3. Header file that is used by other sources must be named 'php_modulename.h'.
H A DREADME.RELEASE_PROCESS146 INSTALL and win32/install.txt files which are generated from the PHP manual sources.
H A DINSTALL144 When building directly from Git sources or after custom modifications
363 is in the apache sources but the one that is actually installed on
1416 extension. In the following sample, the sources for an extension are in
/PHP-5.5/ext/fileinfo/
H A Dmagicdata.patch1 Patches applied to file 5.14 sources tree before generating magic.mgc
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt30 // 2. in Control Panel, search for ODBC and open "Setup data sources (ODBC)"
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt210 `sources` double(17,4) default NULL,
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME656 If you have modified any of the man page sources in the doc directory, you
806 build the table sources. This means that the default C locale which is set for
867 pcre[16|32]_get.c ) sources for the functions in the library,
944 doc/*.3 man page sources for PCRE
945 doc/*.1 man page sources for pcregrep and pcretest
/PHP-5.5/ext/standard/
H A Dconfig.m4594 dnl Setup extension sources
/PHP-5.5/win32/
H A Dinstall.txt1148 extension. In the following sample, the sources for an extension are in

Completed in 113 milliseconds

12