ec                222 ext/fileinfo/libmagic/readcdf.c                                         char *c, *ec;
ec                229 ext/fileinfo/libmagic/readcdf.c 					    (ec = strchr(c, '\n')) != NULL)
ec                230 ext/fileinfo/libmagic/readcdf.c 						*ec = '\0';
ec                 83 ext/intl/msgformat/msgformat_data.c int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec)
ec                 88 ext/intl/msgformat/msgformat_data.c 		npattern_len = umsg_autoQuoteApostrophe(*spattern, *spattern_len, npattern, 2*(*spattern_len)+1, ec);
ec                 90 ext/intl/msgformat/msgformat_data.c 		if( U_FAILURE(*ec) )
ec                 43 ext/intl/msgformat/msgformat_data.h int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
ec               3530 ext/openssl/openssl.c 			assert(pkey->pkey.ec != NULL);
ec               3532 ext/openssl/openssl.c 			if ( NULL == EC_KEY_get0_private_key(pkey->pkey.ec)) {
ec               3969 ext/openssl/openssl.c 			if (pkey->pkey.ec != NULL) {
ec               3970 ext/openssl/openssl.c 				zval ec;
ec               3985 ext/openssl/openssl.c 				array_init(&ec);
ec               3990 ext/openssl/openssl.c 					add_assoc_string(&ec, "curve_name", crv_sn);
ec               3996 ext/openssl/openssl.c 					add_assoc_stringl(&ec, "curve_oid", (char*)oir_buf, oir_len);
ec               4000 ext/openssl/openssl.c 				add_assoc_zval(return_value, "ec", &ec);
ec               4564 ext/pcre/pcrelib/pcre_compile.c   pcre_uint32 ec;
ec               5131 ext/pcre/pcrelib/pcre_compile.c         escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options,
ec               5134 ext/pcre/pcrelib/pcre_compile.c         if (escape == 0) c = ec;
ec               7890 ext/pcre/pcrelib/pcre_compile.c     escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, FALSE);
ec               7894 ext/pcre/pcrelib/pcre_compile.c       c = ec;
ec                563 sapi/cli/php_cli.c 	zend_constant ic, oc, ec;
ec                600 sapi/cli/php_cli.c 	ZVAL_COPY_VALUE(&ec.value, &zerr);
ec                601 sapi/cli/php_cli.c 	ec.flags = CONST_CS;
ec                602 sapi/cli/php_cli.c 	ec.name = zend_string_init("STDERR", sizeof("STDERR")-1, 1);
ec                603 sapi/cli/php_cli.c 	ec.module_number = 0;
ec                604 sapi/cli/php_cli.c 	zend_register_constant(&ec);
ec                945 sapi/phpdbg/phpdbg.c 	zend_constant ic, oc, ec;
ec                980 sapi/phpdbg/phpdbg.c 	ec.value = zerr;
ec                981 sapi/phpdbg/phpdbg.c 	ec.flags = CONST_CS;
ec                982 sapi/phpdbg/phpdbg.c 	ec.name = zend_string_init(ZEND_STRL("STDERR"), 0);
ec                983 sapi/phpdbg/phpdbg.c 	ec.module_number = 0;
ec                984 sapi/phpdbg/phpdbg.c 	zend_register_constant(&ec);