Home
last modified time | relevance | path

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

12

/PHP-5.6/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
/PHP-5.6/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.6/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.6/ext/openssl/tests/
H A Dopenssl_peer_fingerprint_basic.phpt35 // Run the following to get actual md5 (from sources root):
42 // Run the following to get actual sha256 (from sources root):
H A Dbug54992.phpt12 All the commands below assume you're in the root of php sources
/PHP-5.6/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.6/ext/sockets/tests/
H A Dsocket_set_option_in6_pktinfo.phpt30 //See do_ipv6_getsockopt() on the kernel sources
/PHP-5.6/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt2 Curl_multi_getcontent() basic test with different sources (local file/http)
/PHP-5.6/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()
382 if (to->sources == NULL) { in del_source()
407 efree(to->sources); in del_source()
408 to->sources = NULL; in del_source()
502 cs = b->sources; in zend_rebuild_access_path()
[all …]
H A Dzend_optimizer_internal.h68 zend_block_source *sources; member
/PHP-5.6/
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'.
/PHP-5.6/sapi/phpdbg/
H A DREADME.md33 To install **phpdbg**, you must compile the source against your PHP installation sources, and enabl…
/PHP-5.6/ext/pdo_odbc/tests/
H A Dlong_columns.phpt30 // 2. in Control Panel, search for ODBC and open "Setup data sources (ODBC)"
/PHP-5.6/ext/fileinfo/
H A Dmagicdata.patch1 Patches applied to file 5.17 sources tree before generating magic.mgc
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt210 `sources` double(17,4) default NULL,
/PHP-5.6/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.6/ext/standard/
H A Dconfig.m4603 dnl Setup extension sources
/PHP-5.6/ext/oci8/
H A Dconfig.m486 dnl OCI8_INIT_DTRACE(providerdesc, header-file, sources)

Completed in 45 milliseconds

12