Home
last modified time | relevance | path

Searched refs:code (Results 51 – 75 of 790) sorted by last modified time

12345678910>>...32

/php-src/Zend/asm/
H A Dmake_loongarch64_sysv_elf_gas.S65 # exit code is zero
H A Dmake_sparc64_sysv_elf_gas.S40 # a stack frame. So this code uses an extra trampoline to load
/php-src/ext/opcache/tests/jit/
H A Dgh13772.phpt2 EX(opline) is correctly set for nested JIT user code calls
/php-src/ext/zend_test/tests/
H A Dobserver_eval_01.phpt17 <!-- init '%s%eobserver_eval_%d.php(%d) : eval()'d code' -->
18 <file '%s%eobserver_eval_%d.php(%d) : eval()'d code'>
19 </file '%s%eobserver_eval_%d.php(%d) : eval()'d code'>
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt31 echo "$name: no error code $error_code\n";
39 foreach ($all_errors as $code => $str) {
40 if (!isset($expected_errors[$code]) || !$expected_errors[$code]) {
41 echo "\t", $code, ": ", $str, "\n";
H A Dopenssl_error_string_basic.phpt31 echo "$name: no error code $error_code\n";
39 foreach ($all_errors as $code => $str) {
40 if (!isset($expected_errors[$code]) || !$expected_errors[$code]) {
41 echo "\t", $code, ": ", $str, "\n";
H A DServerClientTestCase.inc92 private function spawnWorkerProcess($worker, $code)
120 fwrite($this->workerStdIn[$worker], $code . "\n---\n");
130 private function stripPhpTagsFromCode($code)
132 return preg_replace('/^\s*<\?(?:php)?|\?>\s*$/i', '', $code);
137 $code = '';
146 $code .= $line;
149 eval($code);
157 foreach ($workerCode as $worker => $code) {
158 $this->spawnWorkerProcess($worker, $this->stripPhpTagsFromCode($code));
161 foreach ($workerCode as $worker => $code) {
H A Dstream_security_level.phpt68 Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
69 error:%s:SSL routines:%S:certificate verify failed in %s : eval()'d code on line %d
71 Warning: stream_socket_client(): Failed to enable crypto in %s : eval()'d code on line %d
73 …ient(): Unable to connect to ssl://127.0.0.1:64322 (Unknown error) in %s : eval()'d code on line %d
/php-src/sapi/fpm/tests/
H A Dtester.inc94 * The PHP code to execute
98 private string $code;
360 $result = exec("$command 2>&1", $output, $code);
361 if ($result === false || $code) {
362 die("skip command '$command' faieled with code $code");
391 * @param string $code
398 string $code = '',
405 $this->code = $code;
453 exec($cmd, $output, $code);
463 if ($code) {
[all …]
H A Dgh13563-conf-bool-env.phpt33 $code = <<<EOT
43 $tester = new FPM\Tester($cfg, $code);
/php-src/
H A Dphp.ini-development197 ; This directive determines whether or not PHP will recognize code between
471 ; from a bug in your code, but it's possible that it was
476 ; to your code which will ensure the best interoperability
477 ; and forward compatibility of your code
486 ; E_DEPRECATED - warn about code that will not work in future versions
503 ; it could be very dangerous in production environments. Depending on the code
1555 ; Default: system ANSI code page
1735 ; If disabled, all PHPDoc comments are dropped from the code to reduce the
1736 ; size of the optimized code.
1815 ; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
[all …]
H A Dphp.ini-production197 ; This directive determines whether or not PHP will recognize code between
473 ; from a bug in your code, but it's possible that it was
478 ; to your code which will ensure the best interoperability
479 ; and forward compatibility of your code
488 ; E_DEPRECATED - warn about code that will not work in future versions
505 ; it could be very dangerous in production environments. Depending on the code
1557 ; Default: system ANSI code page
1737 ; If disabled, all PHPDoc comments are dropped from the code to reduce the
1738 ; size of the optimized code.
1817 ; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
[all …]
H A DREADME.md37 ### Building PHP source code
72 ## Testing PHP source code
105 The PHP source code is located in the Git repository at
/php-src/.github/actions/brew/
H A Daction.yml11 code=" keg.link\(verbose: verbose\?"
12 sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt8 exec('openssl version', $out, $code);
9 if ($code > 0) die("skip couldn't locate openssl binary");
/php-src/build/
H A Dgen_stub.php4796 $code = '';
4926 $code = "";
4943 return $code;
5054 return $code;
5059 $code = "";
5065 return $code;
5070 $code = "\n";
5093 return $code;
5176 $code = "";
5188 return $code;
[all …]
/php-src/ext/mysqli/tests/
H A Dbug34810.phpt36 printf("[003] Wrong sql state code: %s\n", $warning->sqlstate);
/php-src/ext/phar/phar/
H A Dpharcommand.inc123 … .'class file cannot be located. This switch also adds some code around the '
322 * <code>
325 * </code>
/php-src/ext/session/
H A Dphp_session.h293 #define PS_ENCODE_LOOP(code) do { \ argument
302 code; \
/php-src/TSRM/
H A Dthreads.m47 dnl 1. Redistributions of source code must retain the above copyright
/php-src/ext/standard/tests/http/
H A Dgh9316.phpt12 …Some very long reason-phrase to test that this is properly handled by our code without adding a ne…
39 …Some very long reason-phrase to test that this is properly handled by our code without adding a ne…
46 …Some very long reason-phrase to test that this is properly handled by our code without adding a ne…
53 …Some very long reason-phrase to test that this is properly handled by our code without adding a ne…
/php-src/ext/xml/tests/
H A Dbug81351.phpt2 Bug #81351 (xml_parse may fail, but has no error code)
16 $code = xml_get_error_code($parser);
17 $error = xml_error_string($code);
18 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
20 $code = xml_get_error_code($parser);
21 $error = xml_error_string($code);
22 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
/php-src/ext/libxml/
H A Dlibxml.stub.php156 public int $code; variable in LibXMLError
/php-src/Zend/
H A Dzend_exceptions_arginfo.h28 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, code, IS_LONG, 0, "0")
53 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, code, IS_LONG, 0, "0")
/php-src/win32/build/
H A Dconfig.w32378 ARG_WITH("codegen-arch", "Architecture for code generation: ia32. Use --enable-native-intrinsics to…

Completed in 66 milliseconds

12345678910>>...32