Home
last modified time | relevance | path

Searched refs:code (Results 3201 – 3220 of 3220) sorted by relevance

1...<<121122123124125126127128129

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.c139 efree((char*)brake->code); in php_phpdbg_destroy_bp_condition()
/PHP-5.6/ext/ereg/regex/
H A Dtests138 # trailing $ is a peculiar special case for the BRE code
H A Dregcomp.c818 return(cp->code); /* known name */
/PHP-5.6/
H A DUPGRADING50 change, existing code using ssl:// or tls:// stream wrappers (e.g.
H A Dacinclude.m444 dnl PHP_RUN_ONCE(namespace, variable, code)
46 dnl execute code, if variable is not set in namespace
1541 dnl Solaris requires main code to be position independent in order
H A Drun-tests.php1130 $code = proc_close($proc);
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c3320 int LSAPI_ErrResponse_r( LSAPI_Request * pReq, int code, const char ** pRespHeaders, in LSAPI_ErrResponse_r() argument
3323 LSAPI_SetRespStatus_r( pReq, code ); in LSAPI_ErrResponse_r()
/PHP-5.6/ext/standard/tests/strings/
H A Dstrcspn_variation8.phpt8 * Source code: ext/standard/string.c
H A Dstrspn_variation8.phpt8 * Source code: ext/standard/string.c
H A Dstrcspn_variation12.phpt8 * Source code: ext/standard/string.c
H A Dstrspn_variation12.phpt8 * Source code: ext/standard/string.c
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput72 the compiled code. They are not Perl-compatible. --/
H A Dtestoutput72 the compiled code. They are not Perl-compatible. --/
H A Dtestinput22 of PCRE's API, error diagnostics, and the compiled code of some patterns.
H A Dtestoutput22 of PCRE's API, error diagnostics, and the compiled code of some patterns.
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug37083.phpt2 Bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS)
/PHP-5.6/Zend/
H A Dzend_language_parser.y50 %code requires {
H A Dzend_builtin_functions.c214 ZEND_ARG_INFO(0, code)
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c32390 int code = errno;
32392 cmode, code, strerror(code));
32397 int code = errno;
32399 err, code, strerror(code));
90741 int code,
91692 int code;
93277 int code;
93288 code = SQLITE_DROP_VIEW;
97774 if( code>0 ){
97775 if( code!=prevcode ){
[all …]
/PHP-5.6/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt14 * Source code: ext/mbstring/mbstring.c

Completed in 456 milliseconds

1...<<121122123124125126127128129