Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 3318) sorted by last modified time

12345678910>>...133

/PHP-7.1/
H A Dconfigure.in347 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
782 [ --enable-gcov Enable GCOV code coverage (requires LTP) - FOR DEVELOPERS ONLY!!], no, n…
832 ltp_msg="To enable code coverage reporting you must have LTP installed"
1398 dnl This will go away, if we have a facility to run per-extension code
H A Dserver-tests.php206 $code = proc_close($proc);
210 function executeCode($php, $ini_overwrites, $code, $remove_headers=true, $cwd=NULL, $env=NULL) argument
218 $out = execute($php, $params, $code, $cwd, $env);
/PHP-7.1/win32/
H A Dinstall.txt97 PHP source code and binary distributions for Windows can be found at
110 original source code.
567 script file and add this code: <?php
599 * the latest stable development version. Get the source code
815 Error fn="php7_execute" code=XXX script="/path/to/script.php" [inikey=value inik
818 where XXX is the HTTP error code. Please delete any other Error
820 page for all errors that could exist, leave the code parameter out.
821 Your script can get the HTTP status code with $_SERVER['ERROR_TYPE'].
1221 CGI or a server module, safe mode, etc...), and preferably enough code
1616 you can see the source code of your PHP script. This means that the web
/PHP-7.1/win32/build/
H A Dconfig.w32311 ARG_WITH("codegen-arch", "Architecture for code generation: ia32, sse, sse2, avx, avx2", "no");
H A Dconfig.w32.phpize.in126 ARG_WITH("codegen-arch", "Architecture for code generation", "no");
H A Dphpize.js.in229 // Pull in code for the base detection
/PHP-7.1/tests/output/
H A Dob_clean_error_001.phpt7 * Source code: main/output.c
H A Dob_end_flush_error_001.phpt7 * Source code: main/output.c
H A Dob_flush_error_001.phpt7 * Source code: main/output.c
H A Dob_implicit_flush_basic_001.phpt7 * Source code: main/output.c
H A Dob_get_contents_basic_001.phpt9 * Source code: main/output.c
H A Dob_get_contents_error_001.phpt9 * Source code: main/output.c
H A Dob_get_level_error_001.phpt7 * Source code: main/output.c
H A Dob_implicit_flush_basic_002.phpt7 * Source code: main/output.c
H A Dob_implicit_flush_error_001.phpt7 * Source code: main/output.c
H A Dob_implicit_flush_variation_001.phpt9 * Source code: main/output.c
/PHP-7.1/tests/lang/
H A Dbug71897.phpt13 Warning: Unexpected character in input: '%s' (ASCII=127) state=0 in %s(%d) : eval()'d code on line…
15 Parse error: syntax error, unexpected 'b' (T_STRING) in %s(%d) : eval()'d code on line %d
H A DforeachLoop.010.phpt3 It will pass only if the 'contentious code' in PHPValue.decReferences() is enabled.
/PHP-7.1/tests/basic/
H A Dbug67198.phpt13 $code =
/PHP-7.1/scripts/dev/
H A Dfind_tested.php203 $code = file_get_contents($file);
205 if (!preg_match('/--FILE--\s*(.*)\s*--(EXPECTF|EXPECTREGEX|EXPECT)?--/is', $code, $r)) {
H A Dgenerate-phpt.phar12 * Main code for test case generation
284 * Retrieves code snippets for adding to test cases
291 * get the code snippet and initialise an array with it
301 throw new LogicException('The code snippet ' . $name . ' does not exist');
313 * Append the code snippet on to an existing array
323 throw new LogicException('The code snippet ' . $name . ' does not exist');
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_utils.c237 phpdbg_debug("phpdbg_get_color(%s, %lu): %s", name, name_length, color->code); in phpdbg_get_color()
311 PHPDBG_G(colors)[PHPDBG_COLOR_PROMPT]->code, in phpdbg_get_prompt()
H A Dphpdbg_utils.h38 #define PHPDBG_COLOR_D(color, code) \ argument
39 {color, sizeof(color)-1, code}
57 const char code[PHPDBG_COLOR_LEN]; member
H A Dxml.md322 - &lt;line line="" code="" /> with value of code being the whole line of code in the line specified…
368 - startline: the first line of code where the method or function is defined
369 - endline: the lastt line of code where the method or function is defined
370 - file: the file of code where the method or function is defined
437 - eval()uates some code
536 - &lt;setcolor type="" color="" code="" />: code is the color code of color, type is either:
H A Dphpdbg_out.c974 …rintf(&msgout, "\033[%sm[%.*s]\033[0m\n", PHPDBG_G(colors)[PHPDBG_COLOR_ERROR]->code, msglen, msg); in phpdbg_process_print()
991 …intf(&msgout, "\033[%sm[%.*s]\033[0m\n", PHPDBG_G(colors)[PHPDBG_COLOR_NOTICE]->code, msglen, msg); in phpdbg_process_print()

Completed in 122 milliseconds

12345678910>>...133