Home
last modified time | relevance | path

Searched refs:code (Results 226 – 250 of 3200) sorted by relevance

12345678910>>...128

/PHP-7.0/ext/standard/tests/general_functions/
H A Dheader_redirection_001.phpt2 Location: headers change the status code
H A Dheader_redirection_003.phpt2 Location: headers respect the header() response code parameter
H A Dheader_redirection_004.phpt2 Location: headers respect the header() response code parameter
H A Dheader_redirection_005.phpt2 Location: headers do not override the 201 response code
H A Dheader_redirection_008.phpt2 Location: headers do not override the 302 Found response code
H A Dheader_redirection_006.phpt2 Location: headers do not override the 300 Multiple Choices response code
H A Dheader_redirection_007.phpt2 Location: headers do not override the 301 Moved Permanently response code
H A Dheader_redirection_009.phpt2 Location: headers do not override the 303 See Other response code
H A Dheader_redirection_010.phpt2 Location: headers do not override the 304 Not Modified response code
H A Dheader_redirection_011.phpt2 Location: headers do not override the 305 Use Proxy response code
/PHP-7.0/sapi/fpm/tests/
H A D017.phpt26 $code = <<<EOT
32 file_put_contents($srcfile, $code);
H A Dapparmor.phpt41 - exited with code 70
44 …d to query apparmor confinement|failed to change to new confinement|exited with code 70)/', $cfg));
/PHP-7.0/ext/standard/tests/serialize/
H A Dserialization_error_001.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
/PHP-7.0/sapi/cgi/tests/
H A D003.phpt21 $code ='
38 file_put_contents($filename, $code);
/PHP-7.0/ext/oci8/tests/
H A Dpecl_bug16842.phpt46 ["code"]=>
63 ["code"]=>
/PHP-7.0/ext/phar/tests/
H A Dinclude_path_advanced.phpt2 Phar: include_path advanced code coverage test
/PHP-7.0/Zend/RFCs/
H A D003.txt17 correct type and reduce the need for duplicating the same code in
60 the execution of a script as that function cannot be run and code
67 Old code that does not take advantage of this will run without
/PHP-7.0/ext/xml/tests/
H A Dxml_error_string_variation1.phpt2 Test xml_error_string() function : usage variations - test different types for code
11 /* Prototype : proto string xml_error_string(int code)
13 * Source code: ext/xml/xml.c
77 // loop through each element of the array for code
/PHP-7.0/ext/interbase/
H A Dphp_ibase_udf.c146 char *code = pemalloc(remaining+1, 1); in exec_php() local
149 for (code[remaining] = '\0'; remaining > 0; remaining -= read) in exec_php()
150 b->blob_get_segment(b->blob_handle, &code[i++<<16],min(0x10000,remaining), &read); in exec_php()
166 result = zend_eval_stringl(code, b->blob_total_length, NULL, "Firebird Embedded PHP engine"); in exec_php()
172 free(code); in exec_php()
/PHP-7.0/ext/mbstring/libmbfl/
H A DREADME1 This is Libmbfl, a streamable multibyte character code filter and
/PHP-7.0/Zend/tests/
H A Dbug60978.phpt2 Bug #60978 (exit code incorrect)
H A Dbug38623.phpt2 Bug #38623 (leaks in a tricky code with switch() and exceptions)
/PHP-7.0/ext/json/
H A Djson_scanner.c56 static int php_json_hex_to_int(char code) in php_json_hex_to_int() argument
58 if (code >= '0' && code <= '9') { in php_json_hex_to_int()
59 return code - '0'; in php_json_hex_to_int()
60 } else if (code >= 'A' && code <= 'F') { in php_json_hex_to_int()
61 return code - ('A' - 10); in php_json_hex_to_int()
62 } else if (code >= 'a' && code <= 'f') { in php_json_hex_to_int()
63 return code - ('a' - 10); in php_json_hex_to_int()
72 int i, code = 0; in php_json_ucs2_to_int_ex() local
75 code |= php_json_hex_to_int(*(pc--)) << (i * 4); in php_json_ucs2_to_int_ex()
77 return code; in php_json_ucs2_to_int_ex()
/PHP-7.0/
H A DCODING_STANDARDS6 code in PHP should follow. Since this file was added at a very late
7 stage of the development of PHP v3.0, the code base does not (yet) fully
15 0. Document your code in source files and the manual. [tm]
31 cache and the bison code for minimum memory copying overhead.
194 accept C++-style comments in C code, you have to ensure that your
195 code would compile with other compilers as well.
196 The only exception to this rule is code that is Win32-specific,
198 is known to accept C++-style comments in C code.
202 at the very least, when you write code that goes into the core
241 the code, each user-level function should have its user-level function
[all …]
/PHP-7.0/ext/standard/tests/strings/
H A Dbug38322.phpt2 Bug #38322 (reading past array in sscanf() leads to segfault/arbitrary code execution)

Completed in 37 milliseconds

12345678910>>...128